Status: Pass 205 Failure 14 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.test_image_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesImageMetadata) |
fail
ft1.1: setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata)testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 188, in setUpClass six.reraise(etype, value, trace) File "/usr/local/lib/python3.6/dist-packages/six.py", line 703, in reraise raise value File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 124, in create_volume image = cls.images_client.show_image(kwargs['imageRef']) File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 119, in show_image resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 315, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 75, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 96, in request_encode_url return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.222.0.101', port=80): Max retries exceeded with url: /image/v2/images/e54f913e-c0d0-427d-8718-eb339cd05940 (Caused by ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft2.1: tearDownClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 242, in tearDownClass six.reraise(etype, value, trace) File "/usr/local/lib/python3.6/dist-packages/six.py", line 703, in reraise raise value File "/opt/stack/tempest/tempest/test.py", line 214, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 585, 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 0x7fb3582aa588>) |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt3.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft3.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-02-03 12:19:54,221 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes 0.227s 2021-02-03 12:19:54,221 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2154ba7-09d8-40b7-b146-7e907408c12f', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2154ba7-09d8-40b7-b146-7e907408c12f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-02-03 12:19:54,286 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.061s 2021-02-03 12:19:54,287 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6481cc2b-2bee-4887-8b00-ddf9a47e7c89', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6481cc2b-2bee-4887-8b00-ddf9a47e7c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:19:55,365 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.072s 2021-02-03 12:19:55,365 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca6b1ad-1fbe-4c3e-9834-c20ed756b449', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ca6b1ad-1fbe-4c3e-9834-c20ed756b449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:19:55.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:19:55,369 94707 INFO [tempest.common.waiters] volume 9176a4ca-ce84-4c7a-875a-9eaa4e60b441 reached available after waiting for 1.369413 seconds 2021-02-03 12:19:55,597 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.228s 2021-02-03 12:19:55,598 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1520', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1723f102-d352-4b09-9674-d00777a3e16f', 'x-compute-request-id': 'req-1723f102-d352-4b09-9674-d00777a3e16f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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-02-03 12:19:55,897 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9/os-volume_attachments 0.292s 2021-02-03 12:19:55,897 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:55 GMT', 'server': 'Apache/2.4.29 (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-e1f857e2-13e4-426b-a44a-554afdc3bff7', 'x-compute-request-id': 'req-e1f857e2-13e4-426b-a44a-554afdc3bff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "serverId": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "volumeId": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "device": "/dev/sdb"}}' 2021-02-03 12:19:55,960 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.059s 2021-02-03 12:19:55,960 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf2c35a-da22-452c-94e9-8113c631ec2a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf2c35a-da22-452c-94e9-8113c631ec2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:19:56.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:19:57,030 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.064s 2021-02-03 12:19:57,030 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5834b2e6-a369-47f3-a53b-6eaa9b85032e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5834b2e6-a369-47f3-a53b-6eaa9b85032e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:19:57.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:19:58,112 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.072s 2021-02-03 12:19:58,112 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195f87ec-1db6-4f16-a364-ae45b388b2ef', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195f87ec-1db6-4f16-a364-ae45b388b2ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:19:57.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:19:59,185 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.068s 2021-02-03 12:19:59,186 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad3a9e90-b804-4e08-b07d-bcce0d2d98e4', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad3a9e90-b804-4e08-b07d-bcce0d2d98e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:19:59.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "attachment_id": "f153c827-543f-40da-a203-dd6a99aacc8c", "volume_id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "server_id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:19:57.000000"}], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:19:59,190 94707 INFO [tempest.common.waiters] volume 9176a4ca-ce84-4c7a-875a-9eaa4e60b441 reached in-use after waiting for 4.190412 seconds 2021-02-03 12:19:59,423 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9/action 0.232s 2021-02-03 12:19:59,423 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"rescue": {"adminPass": "G9~efnlnBOsHX7V"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '32', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6210ab0-4d5b-4c40-8a08-366612bb004c', 'x-compute-request-id': 'req-e6210ab0-4d5b-4c40-8a08-366612bb004c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9/action'} Body: b'{"adminPass": "G9~efnlnBOsHX7V"}' 2021-02-03 12:19:59,652 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.227s 2021-02-03 12:19:59,653 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6205b5f0-7b90-4dc6-9732-912ce80e69a1', 'x-compute-request-id': 'req-6205b5f0-7b90-4dc6-9732-912ce80e69a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:00,896 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.237s 2021-02-03 12:20:00,897 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23567f7c-b7d6-4dd0-aac2-66c7f36a7d5b', 'x-compute-request-id': 'req-23567f7c-b7d6-4dd0-aac2-66c7f36a7d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:02,166 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.262s 2021-02-03 12:20:02,166 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-249f4ec7-c01d-4fa3-84db-d1d8091d8cbd', 'x-compute-request-id': 'req-249f4ec7-c01d-4fa3-84db-d1d8091d8cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:03,419 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.242s 2021-02-03 12:20:03,419 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68aa41cd-4778-45d1-8715-21155c615e8e', 'x-compute-request-id': 'req-68aa41cd-4778-45d1-8715-21155c615e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:04,668 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.243s 2021-02-03 12:20:04,668 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a01c1d9a-8191-479e-aced-a8f7f43de0a3', 'x-compute-request-id': 'req-a01c1d9a-8191-479e-aced-a8f7f43de0a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:05,929 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.256s 2021-02-03 12:20:05,930 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-367f838d-af29-46f4-87bd-70666b75ee9f', 'x-compute-request-id': 'req-367f838d-af29-46f4-87bd-70666b75ee9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:07,193 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.258s 2021-02-03 12:20:07,194 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb836e4d-71ef-4d34-bfe2-2180d42a11ce', 'x-compute-request-id': 'req-fb836e4d-71ef-4d34-bfe2-2180d42a11ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:08,437 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.233s 2021-02-03 12:20:08,438 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-043438d7-6a20-4062-a93b-c57920030b39', 'x-compute-request-id': 'req-043438d7-6a20-4062-a93b-c57920030b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:09,677 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.233s 2021-02-03 12:20:09,677 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4f3f24-4864-4bf0-9496-19b37e95fffe', 'x-compute-request-id': 'req-dd4f3f24-4864-4bf0-9496-19b37e95fffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:10,925 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.242s 2021-02-03 12:20:10,925 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7875d6c2-afc7-417d-a7f7-9486d9866812', 'x-compute-request-id': 'req-7875d6c2-afc7-417d-a7f7-9486d9866812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:12,189 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.258s 2021-02-03 12:20:12,189 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e37946-279d-4077-9448-5613d98ecc0f', 'x-compute-request-id': 'req-c8e37946-279d-4077-9448-5613d98ecc0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:13,436 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.240s 2021-02-03 12:20:13,437 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e11f9376-5f9b-47c2-aaf1-33c4fd430dfb', 'x-compute-request-id': 'req-e11f9376-5f9b-47c2-aaf1-33c4fd430dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:14,671 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.226s 2021-02-03 12:20:14,672 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a2bb591-aac4-45a6-bf3b-4c873efca8d2', 'x-compute-request-id': 'req-5a2bb591-aac4-45a6-bf3b-4c873efca8d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:15,935 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.257s 2021-02-03 12:20:15,935 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92b34a31-85e7-4960-9e9a-d23157f18426', 'x-compute-request-id': 'req-92b34a31-85e7-4960-9e9a-d23157f18426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:17,184 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.243s 2021-02-03 12:20:17,184 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b834715c-aec5-49c7-9571-a60542104b66', 'x-compute-request-id': 'req-b834715c-aec5-49c7-9571-a60542104b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:18,435 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.245s 2021-02-03 12:20:18,435 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f56e13b-90ed-424d-9617-245f7b882cca', 'x-compute-request-id': 'req-3f56e13b-90ed-424d-9617-245f7b882cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:19,687 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.247s 2021-02-03 12:20:19,687 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e92c11cc-2811-4213-9350-d182df6d0473', 'x-compute-request-id': 'req-e92c11cc-2811-4213-9350-d182df6d0473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:20,931 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.238s 2021-02-03 12:20:20,932 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfe55da7-7b23-4683-b9d7-d844adc8f03f', 'x-compute-request-id': 'req-dfe55da7-7b23-4683-b9d7-d844adc8f03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:22,170 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.233s 2021-02-03 12:20:22,171 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d9a9758-20c4-4682-9c4f-8d954402ce64', 'x-compute-request-id': 'req-2d9a9758-20c4-4682-9c4f-8d954402ce64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:23,411 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.231s 2021-02-03 12:20:23,411 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-019dff3d-8963-456c-aef5-7e9792f07547', 'x-compute-request-id': 'req-019dff3d-8963-456c-aef5-7e9792f07547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:24,657 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.240s 2021-02-03 12:20:24,657 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0a9d43a-9b1c-4a16-a265-f2f8b882a5db', 'x-compute-request-id': 'req-c0a9d43a-9b1c-4a16-a265-f2f8b882a5db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:26,050 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.387s 2021-02-03 12:20:26,050 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-471b6f0c-e14d-4111-9dcc-8606ebb979ad', 'x-compute-request-id': 'req-471b6f0c-e14d-4111-9dcc-8606ebb979ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:27,526 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.470s 2021-02-03 12:20:27,526 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e78e14cf-20fe-4469-8187-2e611017b3a7', 'x-compute-request-id': 'req-e78e14cf-20fe-4469-8187-2e611017b3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:28,773 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.241s 2021-02-03 12:20:28,774 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5ae2a61-d1c1-4a86-bf5b-2153b4880796', 'x-compute-request-id': 'req-f5ae2a61-d1c1-4a86-bf5b-2153b4880796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:30,016 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.232s 2021-02-03 12:20:30,016 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcf30a53-784e-43e9-857c-246d061096e8', 'x-compute-request-id': 'req-fcf30a53-784e-43e9-857c-246d061096e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:31,266 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.244s 2021-02-03 12:20:31,267 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fc0bfdc-1a3e-4cbb-83fe-12ac7e7bfe53', 'x-compute-request-id': 'req-8fc0bfdc-1a3e-4cbb-83fe-12ac7e7bfe53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:32,543 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.269s 2021-02-03 12:20:32,543 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d59756-22c9-4888-8c17-0db59f197c84', 'x-compute-request-id': 'req-f9d59756-22c9-4888-8c17-0db59f197c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:33,802 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.253s 2021-02-03 12:20:33,802 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ceef7b8-161a-45af-a5de-796b5db68514', 'x-compute-request-id': 'req-2ceef7b8-161a-45af-a5de-796b5db68514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:35,095 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.287s 2021-02-03 12:20:35,095 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-274778c2-b983-4e05-9138-4265a8ef3cf8', 'x-compute-request-id': 'req-274778c2-b983-4e05-9138-4265a8ef3cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:36,374 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.273s 2021-02-03 12:20:36,375 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-515f10b2-6534-4b9d-9757-4d2e6598e975', 'x-compute-request-id': 'req-515f10b2-6534-4b9d-9757-4d2e6598e975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:37,931 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.546s 2021-02-03 12:20:37,931 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c49a9563-4046-47b2-b39b-8bf6d97ba92f', 'x-compute-request-id': 'req-c49a9563-4046-47b2-b39b-8bf6d97ba92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:39,152 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.215s 2021-02-03 12:20:39,152 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c5e5dc9-04c1-4a2c-8853-3ce38992a7cb', 'x-compute-request-id': 'req-2c5e5dc9-04c1-4a2c-8853-3ce38992a7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:40,414 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.252s 2021-02-03 12:20:40,415 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47b18e47-af9a-482f-a261-54519d8b338a', 'x-compute-request-id': 'req-47b18e47-af9a-482f-a261-54519d8b338a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:41,650 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.230s 2021-02-03 12:20:41,651 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02565c61-6ad2-41e0-8cae-b65b69fdd816', 'x-compute-request-id': 'req-02565c61-6ad2-41e0-8cae-b65b69fdd816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:42,908 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.249s 2021-02-03 12:20:42,908 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d7022ae-2ba3-4252-9955-e38f4f3d4f23', 'x-compute-request-id': 'req-6d7022ae-2ba3-4252-9955-e38f4f3d4f23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:44,379 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.462s 2021-02-03 12:20:44,379 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e4312a7-91ce-42ca-887b-7451bad6c8e4', 'x-compute-request-id': 'req-1e4312a7-91ce-42ca-887b-7451bad6c8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:45,620 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.236s 2021-02-03 12:20:45,620 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e3f7161-abac-4d06-ad46-ed880c87f051', 'x-compute-request-id': 'req-9e3f7161-abac-4d06-ad46-ed880c87f051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:46,877 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.251s 2021-02-03 12:20:46,877 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b267b575-cd75-46d3-b679-711d5a6416a7', 'x-compute-request-id': 'req-b267b575-cd75-46d3-b679-711d5a6416a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:48,123 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.240s 2021-02-03 12:20:48,124 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7558a412-a80a-4444-9ce1-d72248547dc2', 'x-compute-request-id': 'req-7558a412-a80a-4444-9ce1-d72248547dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:49,375 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.241s 2021-02-03 12:20:49,376 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07fafdc1-894a-4652-a2bd-d5ce0e530ce9', 'x-compute-request-id': 'req-07fafdc1-894a-4652-a2bd-d5ce0e530ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:50,608 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.227s 2021-02-03 12:20:50,608 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb69b3a8-1305-43af-92af-11b9d33b6b9f', 'x-compute-request-id': 'req-bb69b3a8-1305-43af-92af-11b9d33b6b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:51,848 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.233s 2021-02-03 12:20:51,848 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0af3183-a7cd-4986-b7a5-cdfc0c08d81b', 'x-compute-request-id': 'req-f0af3183-a7cd-4986-b7a5-cdfc0c08d81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:53,457 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.603s 2021-02-03 12:20:53,457 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59e99899-89cb-45af-a030-b4aebc650793', 'x-compute-request-id': 'req-59e99899-89cb-45af-a030-b4aebc650793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:54,723 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.260s 2021-02-03 12:20:54,723 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e28538c-1e5d-4fae-91ea-646b0688135d', 'x-compute-request-id': 'req-6e28538c-1e5d-4fae-91ea-646b0688135d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:55,961 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.231s 2021-02-03 12:20:55,961 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ce333e2-c06d-4aee-8187-d452ba655263', 'x-compute-request-id': 'req-2ce333e2-c06d-4aee-8187-d452ba655263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:57,216 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.249s 2021-02-03 12:20:57,217 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e4ada7-fc63-4fdc-861e-990f667906c7', 'x-compute-request-id': 'req-65e4ada7-fc63-4fdc-861e-990f667906c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:58,783 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.561s 2021-02-03 12:20:58,783 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba26f026-3696-4881-9bde-a40f7af19338', 'x-compute-request-id': 'req-ba26f026-3696-4881-9bde-a40f7af19338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:20:59,997 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.208s 2021-02-03 12:20:59,997 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-437d9e0a-9583-4c3c-b10d-2429be3904f9', 'x-compute-request-id': 'req-437d9e0a-9583-4c3c-b10d-2429be3904f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:01,215 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.213s 2021-02-03 12:21:01,216 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdefff41-aaf7-42ea-b2a6-57f95c538581', 'x-compute-request-id': 'req-fdefff41-aaf7-42ea-b2a6-57f95c538581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:02,437 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.215s 2021-02-03 12:21:02,437 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eb9de59-8f48-400a-b807-8bd848769c39', 'x-compute-request-id': 'req-3eb9de59-8f48-400a-b807-8bd848769c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:03,664 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.222s 2021-02-03 12:21:03,665 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed981e74-712c-4efb-8fcc-b41d5dc5e3a6', 'x-compute-request-id': 'req-ed981e74-712c-4efb-8fcc-b41d5dc5e3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:04,874 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.204s 2021-02-03 12:21:04,875 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1063b93-cc6e-43ca-9763-0ddd63aaa6a4', 'x-compute-request-id': 'req-b1063b93-cc6e-43ca-9763-0ddd63aaa6a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:06,096 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.216s 2021-02-03 12:21:06,097 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd08deed-e2da-492a-b6e0-e2a3147f4660', 'x-compute-request-id': 'req-cd08deed-e2da-492a-b6e0-e2a3147f4660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:07,336 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.228s 2021-02-03 12:21:07,336 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a400093d-c26b-40de-8a6a-47abb10bf2cd', 'x-compute-request-id': 'req-a400093d-c26b-40de-8a6a-47abb10bf2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:08,591 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.249s 2021-02-03 12:21:08,591 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e5d1873-d199-43f8-b293-c7a47a2cfcdd', 'x-compute-request-id': 'req-5e5d1873-d199-43f8-b293-c7a47a2cfcdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:09,835 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.239s 2021-02-03 12:21:09,836 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c45aa1-b1c6-4e6a-8f29-76b5926b987d', 'x-compute-request-id': 'req-34c45aa1-b1c6-4e6a-8f29-76b5926b987d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:11,067 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.225s 2021-02-03 12:21:11,067 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-168c20c3-92fd-4cfa-a66a-4452f4a4dbbc', 'x-compute-request-id': 'req-168c20c3-92fd-4cfa-a66a-4452f4a4dbbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:12,320 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.247s 2021-02-03 12:21:12,320 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d250d093-438e-4412-9ed6-49ec6e85762f', 'x-compute-request-id': 'req-d250d093-438e-4412-9ed6-49ec6e85762f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:13,584 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.254s 2021-02-03 12:21:13,584 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a39dfc7-c2f3-4fa8-9586-51e02ee6b885', 'x-compute-request-id': 'req-5a39dfc7-c2f3-4fa8-9586-51e02ee6b885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:14,824 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.233s 2021-02-03 12:21:14,824 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdba4bfb-f888-45c5-bebe-e67d63610ad1', 'x-compute-request-id': 'req-fdba4bfb-f888-45c5-bebe-e67d63610ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:16,074 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.244s 2021-02-03 12:21:16,075 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39ef198e-eb99-4af3-b8da-e2096e9ccedd', 'x-compute-request-id': 'req-39ef198e-eb99-4af3-b8da-e2096e9ccedd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:17,315 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.234s 2021-02-03 12:21:17,316 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7100f6c0-b044-471e-b7a2-5f308d89a774', 'x-compute-request-id': 'req-7100f6c0-b044-471e-b7a2-5f308d89a774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:18,559 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.234s 2021-02-03 12:21:18,559 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce7dd9b3-636a-47cc-9567-31878f381db4', 'x-compute-request-id': 'req-ce7dd9b3-636a-47cc-9567-31878f381db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:19,792 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.227s 2021-02-03 12:21:19,792 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b178f37-c268-4987-9e4e-ade2f2607f60', 'x-compute-request-id': 'req-0b178f37-c268-4987-9e4e-ade2f2607f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:21,048 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.249s 2021-02-03 12:21:21,048 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c28c4a57-879b-42ef-b673-0f9eccc8fea8', 'x-compute-request-id': 'req-c28c4a57-879b-42ef-b673-0f9eccc8fea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:22,303 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.249s 2021-02-03 12:21:22,304 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061ade9e-9812-4a2f-b887-1b5e92aacc3e', 'x-compute-request-id': 'req-061ade9e-9812-4a2f-b887-1b5e92aacc3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:23,572 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.260s 2021-02-03 12:21:23,572 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89b9e85-1df9-4321-919b-e0b953a18493', 'x-compute-request-id': 'req-e89b9e85-1df9-4321-919b-e0b953a18493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:24,817 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.240s 2021-02-03 12:21:24,818 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a448d52-5cc1-41e4-b584-93d214d6431b', 'x-compute-request-id': 'req-9a448d52-5cc1-41e4-b584-93d214d6431b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:26,063 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.239s 2021-02-03 12:21:26,063 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a12ea1bc-3918-4b5c-a7de-605336fcadbc', 'x-compute-request-id': 'req-a12ea1bc-3918-4b5c-a7de-605336fcadbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:27,346 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.278s 2021-02-03 12:21:27,347 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-271f7b92-6f5e-462a-8896-5bb2a272590e', 'x-compute-request-id': 'req-271f7b92-6f5e-462a-8896-5bb2a272590e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:28,614 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.261s 2021-02-03 12:21:28,614 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b151b5d-f376-4580-bdd2-9954a5639e65', 'x-compute-request-id': 'req-6b151b5d-f376-4580-bdd2-9954a5639e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:29,885 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.266s 2021-02-03 12:21:29,886 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d3bea55-57d6-42b3-8c2e-5f6f6f70d7de', 'x-compute-request-id': 'req-0d3bea55-57d6-42b3-8c2e-5f6f6f70d7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:31,130 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.233s 2021-02-03 12:21:31,130 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23676607-f862-4e2a-b8e3-808cd0e8f45a', 'x-compute-request-id': 'req-23676607-f862-4e2a-b8e3-808cd0e8f45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:32,593 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.458s 2021-02-03 12:21:32,594 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69a8e543-08b6-4edf-84e0-84f1b706be9a', 'x-compute-request-id': 'req-69a8e543-08b6-4edf-84e0-84f1b706be9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:33,844 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.243s 2021-02-03 12:21:33,845 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07088a81-fa5f-4bdb-b16d-d0fa5a0e652d', 'x-compute-request-id': 'req-07088a81-fa5f-4bdb-b16d-d0fa5a0e652d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:35,172 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.318s 2021-02-03 12:21:35,172 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-080ac28d-d176-41bc-9c64-2c0e37d58b54', 'x-compute-request-id': 'req-080ac28d-d176-41bc-9c64-2c0e37d58b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:36,396 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.216s 2021-02-03 12:21:36,397 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-097174e1-9c58-4c60-a011-ea755eb2cc7f', 'x-compute-request-id': 'req-097174e1-9c58-4c60-a011-ea755eb2cc7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:37,631 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.229s 2021-02-03 12:21:37,631 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b56bdcf1-945c-4e53-9dec-42b2459eb953', 'x-compute-request-id': 'req-b56bdcf1-945c-4e53-9dec-42b2459eb953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:38,869 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.232s 2021-02-03 12:21:38,869 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5bbafab-809b-4fdd-8c4a-8cfb14af2fb4', 'x-compute-request-id': 'req-e5bbafab-809b-4fdd-8c4a-8cfb14af2fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:40,623 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.749s 2021-02-03 12:21:40,624 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5588187d-3ed5-4c2a-9195-91d8822df804', 'x-compute-request-id': 'req-5588187d-3ed5-4c2a-9195-91d8822df804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:41,840 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.211s 2021-02-03 12:21:41,840 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03318841-9a59-4ff3-ad1d-110527ff4eda', 'x-compute-request-id': 'req-03318841-9a59-4ff3-ad1d-110527ff4eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:43,088 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.242s 2021-02-03 12:21:43,088 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5daefa29-a8d1-4576-8d68-d5c9df8bca70', 'x-compute-request-id': 'req-5daefa29-a8d1-4576-8d68-d5c9df8bca70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:44,333 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.238s 2021-02-03 12:21:44,333 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c684ba59-25e1-4d98-8903-ee53b8ee699c', 'x-compute-request-id': 'req-c684ba59-25e1-4d98-8903-ee53b8ee699c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:45,730 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.391s 2021-02-03 12:21:45,730 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-626a6293-6038-4262-ba39-6063e8d0a92e', 'x-compute-request-id': 'req-626a6293-6038-4262-ba39-6063e8d0a92e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:47,014 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.278s 2021-02-03 12:21:47,015 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-545dcfe7-3f14-4ff2-a505-34bea1b7dbaa', 'x-compute-request-id': 'req-545dcfe7-3f14-4ff2-a505-34bea1b7dbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:21:48,257 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.235s 2021-02-03 12:21:48,257 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc35f83-126e-40f0-a3a2-9983c8ec354b', 'x-compute-request-id': 'req-ccc35f83-126e-40f0-a3a2-9983c8ec354b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:22:49,323 94707 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.101', port=80): Read timed out. (read timeout=60)",)': /compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 2021-02-03 12:23:49,382 94707 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 2021-02-03 12:24:33,952 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 164.689s 2021-02-03 12:24:33,952 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:23:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f909bdc-afb1-47f8-82d2-12c708042ebd', 'x-compute-request-id': 'req-3f909bdc-afb1-47f8-82d2-12c708042ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:35,202 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.245s 2021-02-03 12:24:35,202 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50cbef2b-c17d-478a-ba41-6877a2189464', 'x-compute-request-id': 'req-50cbef2b-c17d-478a-ba41-6877a2189464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:36,790 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.582s 2021-02-03 12:24:36,790 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67a7beac-451c-4c53-b170-d940a60972b4', 'x-compute-request-id': 'req-67a7beac-451c-4c53-b170-d940a60972b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:38,270 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.474s 2021-02-03 12:24:38,271 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a41d5642-bb62-4958-be88-0a00142fc2d0', 'x-compute-request-id': 'req-a41d5642-bb62-4958-be88-0a00142fc2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:39,870 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.593s 2021-02-03 12:24:39,870 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4da40c1-4744-48ad-abbf-9c6d5fad88b0', 'x-compute-request-id': 'req-f4da40c1-4744-48ad-abbf-9c6d5fad88b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:41,275 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.398s 2021-02-03 12:24:41,276 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bda22ced-9761-4713-be09-f4a14a98b2ca', 'x-compute-request-id': 'req-bda22ced-9761-4713-be09-f4a14a98b2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:42,798 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.517s 2021-02-03 12:24:42,799 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3dd85bc-ae54-49b6-bfb7-7640156b3074', 'x-compute-request-id': 'req-f3dd85bc-ae54-49b6-bfb7-7640156b3074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:44,034 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.230s 2021-02-03 12:24:44,034 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbf718dc-7391-4bb0-992a-38faba31ae9e', 'x-compute-request-id': 'req-cbf718dc-7391-4bb0-992a-38faba31ae9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:45,280 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.239s 2021-02-03 12:24:45,280 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2f91f19-31b6-4a70-8361-0878f93c2112', 'x-compute-request-id': 'req-e2f91f19-31b6-4a70-8361-0878f93c2112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:46,505 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.219s 2021-02-03 12:24:46,506 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c9499cc-85af-4f8c-aa03-c5bed43dd4e5', 'x-compute-request-id': 'req-0c9499cc-85af-4f8c-aa03-c5bed43dd4e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:47,707 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.196s 2021-02-03 12:24:47,707 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84453b69-9140-40fc-adbc-d158bb094f51', 'x-compute-request-id': 'req-84453b69-9140-40fc-adbc-d158bb094f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:48,940 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.228s 2021-02-03 12:24:48,941 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f28300ac-ddb3-479a-bafc-3174c90a7029', 'x-compute-request-id': 'req-f28300ac-ddb3-479a-bafc-3174c90a7029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:50,168 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.222s 2021-02-03 12:24:50,169 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ce52ff3-b414-471d-8cc5-2ce20768b9a4', 'x-compute-request-id': 'req-5ce52ff3-b414-471d-8cc5-2ce20768b9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:51,424 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.246s 2021-02-03 12:24:51,424 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf23d2ff-49f4-456e-aab6-2f10230f99db', 'x-compute-request-id': 'req-bf23d2ff-49f4-456e-aab6-2f10230f99db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:52,681 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.251s 2021-02-03 12:24:52,681 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c938d728-d2f9-4358-a53e-a211fecc4e6b', 'x-compute-request-id': 'req-c938d728-d2f9-4358-a53e-a211fecc4e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:53,922 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.235s 2021-02-03 12:24:53,923 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4421319-9918-41ae-a194-f36b0f615fdc', 'x-compute-request-id': 'req-d4421319-9918-41ae-a194-f36b0f615fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:55,190 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.262s 2021-02-03 12:24:55,191 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49dec610-ac02-4110-83ef-0b5b1ec26417', 'x-compute-request-id': 'req-49dec610-ac02-4110-83ef-0b5b1ec26417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:56,422 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.225s 2021-02-03 12:24:56,422 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-165a395c-1c23-402f-a683-96f970c79ec6', 'x-compute-request-id': 'req-165a395c-1c23-402f-a683-96f970c79ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:57,637 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.209s 2021-02-03 12:24:57,637 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13b7bebe-7ab3-44cf-a8d6-88649476d01d', 'x-compute-request-id': 'req-13b7bebe-7ab3-44cf-a8d6-88649476d01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:24:58,871 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.227s 2021-02-03 12:24:58,871 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-213bcdcb-28a5-44ab-bcb5-4d7d30887958', 'x-compute-request-id': 'req-213bcdcb-28a5-44ab-bcb5-4d7d30887958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:00,103 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.227s 2021-02-03 12:25:00,103 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3e943c-4749-4eed-87c1-9958bbbbe876', 'x-compute-request-id': 'req-fc3e943c-4749-4eed-87c1-9958bbbbe876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:19:59Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:01,365 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.257s 2021-02-03 12:25:01,366 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d1e382c-4902-412a-bf90-c52708ef6847', 'x-compute-request-id': 'req-7d1e382c-4902-412a-bf90-c52708ef6847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:01,370 94707 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "ACTIVE/None" after 302 second wait 2021-02-03 12:25:02,790 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.418s 2021-02-03 12:25:02,790 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51fbc3be-624e-4f08-8bca-97a1574f73d5', 'x-compute-request-id': 'req-51fbc3be-624e-4f08-8bca-97a1574f73d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:04,056 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.260s 2021-02-03 12:25:04,056 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea6cfaff-ebef-4c00-b43f-c97b6bbf2f40', 'x-compute-request-id': 'req-ea6cfaff-ebef-4c00-b43f-c97b6bbf2f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:05,303 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.241s 2021-02-03 12:25:05,303 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0b2097-485e-41bc-9191-b262ea02bbe7', 'x-compute-request-id': 'req-df0b2097-485e-41bc-9191-b262ea02bbe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:06,549 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.240s 2021-02-03 12:25:06,549 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-634d4d5f-0658-4037-a54c-702d780de13d', 'x-compute-request-id': 'req-634d4d5f-0658-4037-a54c-702d780de13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:07,771 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.217s 2021-02-03 12:25:07,772 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03431426-fda6-492d-862f-f700707adde4', 'x-compute-request-id': 'req-03431426-fda6-492d-862f-f700707adde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:09,051 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.274s 2021-02-03 12:25:09,052 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-111ffed6-71ef-4b5f-8585-f8aa10e80813', 'x-compute-request-id': 'req-111ffed6-71ef-4b5f-8585-f8aa10e80813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:10,306 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.249s 2021-02-03 12:25:10,307 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ace8adf1-888e-49ba-8a9d-4f8d1c9438a6', 'x-compute-request-id': 'req-ace8adf1-888e-49ba-8a9d-4f8d1c9438a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:11,831 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.518s 2021-02-03 12:25:11,832 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b92bc0c-5314-46a8-bc7b-9fb8d79cb79f', 'x-compute-request-id': 'req-0b92bc0c-5314-46a8-bc7b-9fb8d79cb79f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:13,083 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.245s 2021-02-03 12:25:13,083 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5b343ab-9c34-4804-8413-26fd09a1d2cf', 'x-compute-request-id': 'req-e5b343ab-9c34-4804-8413-26fd09a1d2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:14,337 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.246s 2021-02-03 12:25:14,337 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6501488b-1da4-4c82-a072-994502bf43ce', 'x-compute-request-id': 'req-6501488b-1da4-4c82-a072-994502bf43ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:15,572 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.229s 2021-02-03 12:25:15,573 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70169397-9138-48fe-8ae0-47ab75656e13', 'x-compute-request-id': 'req-70169397-9138-48fe-8ae0-47ab75656e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:16,829 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.249s 2021-02-03 12:25:16,829 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2de676c2-0fa8-49bb-8326-a70a7d2e8997', 'x-compute-request-id': 'req-2de676c2-0fa8-49bb-8326-a70a7d2e8997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:18,053 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.214s 2021-02-03 12:25:18,053 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c815a35d-7d97-41e2-99df-d029aed514c5', 'x-compute-request-id': 'req-c815a35d-7d97-41e2-99df-d029aed514c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:19,305 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.245s 2021-02-03 12:25:19,305 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0221c0fc-fbd1-4977-b92f-0fdcb63917e1', 'x-compute-request-id': 'req-0221c0fc-fbd1-4977-b92f-0fdcb63917e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:20,702 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.391s 2021-02-03 12:25:20,702 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a95cd50b-2614-4d3c-8fe2-e6e627774d66', 'x-compute-request-id': 'req-a95cd50b-2614-4d3c-8fe2-e6e627774d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:21,968 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.259s 2021-02-03 12:25:21,968 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e59094aa-b554-4631-8266-7f23073b1818', 'x-compute-request-id': 'req-e59094aa-b554-4631-8266-7f23073b1818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:23,220 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.246s 2021-02-03 12:25:23,220 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-428e3f87-d08b-4850-899b-9a882eec6d13', 'x-compute-request-id': 'req-428e3f87-d08b-4850-899b-9a882eec6d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:24,484 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.258s 2021-02-03 12:25:24,485 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43cacc3e-1646-487e-8768-0d6264d6df82', 'x-compute-request-id': 'req-43cacc3e-1646-487e-8768-0d6264d6df82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:25,741 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.250s 2021-02-03 12:25:25,742 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5376f390-f64a-43fa-b088-495baeb3cd58', 'x-compute-request-id': 'req-5376f390-f64a-43fa-b088-495baeb3cd58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:27,004 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.253s 2021-02-03 12:25:27,004 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b41eda78-9ac3-49ce-927a-df07e2533278', 'x-compute-request-id': 'req-b41eda78-9ac3-49ce-927a-df07e2533278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:28,243 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.233s 2021-02-03 12:25:28,243 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9e6985e-11bb-4e19-93ac-2f190aba3b71', 'x-compute-request-id': 'req-c9e6985e-11bb-4e19-93ac-2f190aba3b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:29,507 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.258s 2021-02-03 12:25:29,508 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f3f35d6-f177-4659-8a6d-7044c66cb7cb', 'x-compute-request-id': 'req-1f3f35d6-f177-4659-8a6d-7044c66cb7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:30,743 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.229s 2021-02-03 12:25:30,743 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7188ddb8-338a-4dbe-acb5-fccbda40d57e', 'x-compute-request-id': 'req-7188ddb8-338a-4dbe-acb5-fccbda40d57e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:31,979 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.230s 2021-02-03 12:25:31,980 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ef6b51-b3f2-4f74-a0d3-84b4acc311f2', 'x-compute-request-id': 'req-b5ef6b51-b3f2-4f74-a0d3-84b4acc311f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:33,303 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.314s 2021-02-03 12:25:33,303 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be94cd31-3ab4-4fbc-b02b-fc359d8d18c8', 'x-compute-request-id': 'req-be94cd31-3ab4-4fbc-b02b-fc359d8d18c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:34,539 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.231s 2021-02-03 12:25:34,540 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3df1c7d3-1501-4fec-9ff0-c1a9e64def76', 'x-compute-request-id': 'req-3df1c7d3-1501-4fec-9ff0-c1a9e64def76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:35,777 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.232s 2021-02-03 12:25:35,778 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebe124a4-0c65-4ac5-9950-b004838683e7', 'x-compute-request-id': 'req-ebe124a4-0c65-4ac5-9950-b004838683e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:37,022 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.238s 2021-02-03 12:25:37,022 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bdbc8e8-142c-4006-962e-e94d797e02ed', 'x-compute-request-id': 'req-9bdbc8e8-142c-4006-962e-e94d797e02ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:38,240 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.212s 2021-02-03 12:25:38,240 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95ffce71-8b59-4b20-8f40-0b94d48ba429', 'x-compute-request-id': 'req-95ffce71-8b59-4b20-8f40-0b94d48ba429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:39,519 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.273s 2021-02-03 12:25:39,519 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf955d95-8d16-4038-8b25-4e13ffbfc390', 'x-compute-request-id': 'req-cf955d95-8d16-4038-8b25-4e13ffbfc390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:40,792 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.266s 2021-02-03 12:25:40,792 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e928e867-a92e-4fef-b8cb-539b138ef437', 'x-compute-request-id': 'req-e928e867-a92e-4fef-b8cb-539b138ef437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:42,029 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.231s 2021-02-03 12:25:42,029 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee3b5692-c810-4f87-b040-5e3d5b2587e6', 'x-compute-request-id': 'req-ee3b5692-c810-4f87-b040-5e3d5b2587e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:43,276 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.236s 2021-02-03 12:25:43,276 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3624549b-daf0-42a8-bcd9-9223bd3768d9', 'x-compute-request-id': 'req-3624549b-daf0-42a8-bcd9-9223bd3768d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:44,539 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.253s 2021-02-03 12:25:44,539 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-296b5879-c597-4f5f-b8b8-c6be956f4425', 'x-compute-request-id': 'req-296b5879-c597-4f5f-b8b8-c6be956f4425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:45,798 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.253s 2021-02-03 12:25:45,798 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5512ce16-dc10-4b12-addf-42cfc4286340', 'x-compute-request-id': 'req-5512ce16-dc10-4b12-addf-42cfc4286340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:47,053 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.248s 2021-02-03 12:25:47,053 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a94c7b9-bc66-41d5-8d9c-a5339a936d23', 'x-compute-request-id': 'req-2a94c7b9-bc66-41d5-8d9c-a5339a936d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:48,349 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.290s 2021-02-03 12:25:48,349 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd092fc5-291e-4b57-aacf-9c5a3b88553f', 'x-compute-request-id': 'req-bd092fc5-291e-4b57-aacf-9c5a3b88553f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:49,586 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.230s 2021-02-03 12:25:49,586 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc6370b6-958a-422d-b067-e486fcdf5d5b', 'x-compute-request-id': 'req-cc6370b6-958a-422d-b067-e486fcdf5d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:50,844 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.252s 2021-02-03 12:25:50,844 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edce63d2-87c1-4e57-8019-f20e8dde7b2f', 'x-compute-request-id': 'req-edce63d2-87c1-4e57-8019-f20e8dde7b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:52,088 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.239s 2021-02-03 12:25:52,089 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fd11abd-04ad-4149-b0f4-c4488852d173', 'x-compute-request-id': 'req-9fd11abd-04ad-4149-b0f4-c4488852d173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:53,370 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.272s 2021-02-03 12:25:53,371 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6956e5ce-2095-4eaa-b59a-90007842d5bb', 'x-compute-request-id': 'req-6956e5ce-2095-4eaa-b59a-90007842d5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:54,620 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.243s 2021-02-03 12:25:54,620 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f65aea6a-1c9f-49eb-a2a9-828b56cdab9b', 'x-compute-request-id': 'req-f65aea6a-1c9f-49eb-a2a9-828b56cdab9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:55,896 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.270s 2021-02-03 12:25:55,897 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be97479b-3dd7-4eb1-a28c-d5dd1e0f4ff5', 'x-compute-request-id': 'req-be97479b-3dd7-4eb1-a28c-d5dd1e0f4ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:57,166 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.262s 2021-02-03 12:25:57,167 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db6463d7-c612-4a06-ab83-16ad41503d65', 'x-compute-request-id': 'req-db6463d7-c612-4a06-ab83-16ad41503d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:58,422 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.250s 2021-02-03 12:25:58,422 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5a334c4-1832-453e-a3db-17a139864ed6', 'x-compute-request-id': 'req-f5a334c4-1832-453e-a3db-17a139864ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:59,716 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9 0.288s 2021-02-03 12:25:59,717 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d99d552-2ec2-4cc1-b952-50dd2a313e65', 'x-compute-request-id': 'req-4d99d552-2ec2-4cc1-b952-50dd2a313e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9'} Body: b'{"server": {"id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "name": "tempest-ServerRescueNegativeTestJSON-server-1615328295", "status": "ACTIVE", "tenant_id": "572ae19411e1471d8c8a408bafc365ce", "user_id": "af41bad6ec8a48cd864546869ab22e9b", "metadata": {}, "hostId": "ac16621ba5c76a1e278b2dc9ed7386f90eeb8a6679b4cd8adc0a1a6b", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:36Z", "updated": "2021-02-03T12:25:01Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-138289727-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:13:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:19: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": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}]}}' 2021-02-03 12:25:59,780 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.058s 2021-02-03 12:25:59,781 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e44c62-104e-46f5-9e28-507fc5468ed0', 'content-length': '1215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e44c62-104e-46f5-9e28-507fc5468ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:19:59.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "attachment_id": "f153c827-543f-40da-a203-dd6a99aacc8c", "volume_id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "server_id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:19:57.000000"}], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:26:00,032 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9/os-volume_attachments/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.245s 2021-02-03 12:26:00,033 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:59 GMT', 'server': 'Apache/2.4.29 (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-536c1345-ffd4-4e6a-a72a-812a95886531', 'x-compute-request-id': 'req-536c1345-ffd4-4e6a-a72a-812a95886531', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/cb0064e1-e4e6-4250-a8af-d017aed372b9/os-volume_attachments/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'' 2021-02-03 12:26:00,102 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.068s 2021-02-03 12:26:00,103 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abfd166-5a8e-4311-bfb4-83645c9a3ba7', 'content-length': '1218', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1abfd166-5a8e-4311-bfb4-83645c9a3ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:26:00.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "attachment_id": "f153c827-543f-40da-a203-dd6a99aacc8c", "volume_id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "server_id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:19:57.000000"}], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:26:01,176 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.067s 2021-02-03 12:26:01,176 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c11d0aec-ad44-4d19-924a-99bfebd3ef6a', 'content-length': '1218', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c11d0aec-ad44-4d19-924a-99bfebd3ef6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:26:00.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "attachment_id": "f153c827-543f-40da-a203-dd6a99aacc8c", "volume_id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "server_id": "cb0064e1-e4e6-4250-a8af-d017aed372b9", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:19:57.000000"}], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:26:02,244 94707 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441 0.063s 2021-02-03 12:26:02,245 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06fadabc-f537-464f-9362-dd564b811dfb', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06fadabc-f537-464f-9362-dd564b811dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441'} Body: b'{"volume": {"id": "9176a4ca-ce84-4c7a-875a-9eaa4e60b441", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:19:54.000000", "updated_at": "2021-02-03T12:26:02.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2081784886", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/572ae19411e1471d8c8a408bafc365ce/volumes/9176a4ca-ce84-4c7a-875a-9eaa4e60b441"}], "user_id": "af41bad6ec8a48cd864546869ab22e9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "572ae19411e1471d8c8a408bafc365ce"}}' 2021-02-03 12:26:02,248 94707 INFO [tempest.common.waiters] volume 9176a4ca-ce84-4c7a-875a-9eaa4e60b441 reached available after waiting for 2.248853 seconds }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 90, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 148, in test_rescued_vm_detach_volume self.server_id, 'RESCUE') File "/opt/stack/tempest/tempest/common/waiters.py", line 96, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Server cb0064e1-e4e6-4250-a8af-d017aed372b9 failed to reach RESCUE status and task state "None" within the required time (360 s). Current status: ACTIVE. Current task state: None. |
||||||
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
ft4.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-02-03 12:17:22,954 94712 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-02-03 12:17:22,954 94712 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-02-03 12:17:23,454 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101/compute/v2.1/os-keypairs 0.499s 2021-02-03 12:17:23,454 94712 DEBUG [tempest.lib.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-240397468"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:22 GMT', 'server': 'Apache/2.4.29 (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-92ad2057-2108-448d-9ba7-aa7d2a162e74', 'x-compute-request-id': 'req-92ad2057-2108-448d-9ba7-aa7d2a162e74', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAygo2yIT6g158P6BOGtfkMwiRJ+Quwj5XvmWb7DxJBxLibs/F\\n76arDllkuJXGdpE1XXOG9MvA5/aiXb6YNh7jP0MbNsghVPQxoovu/9+Iongz5kVz\\netGKUfZykPIfN06gHTHHk0bC8f33/ADyuSoKOIw102zE2BPJsbXwsp1XhQOXzsiK\\nH7ieiw2dA9vS9TVNzaPlY8jxy6lUGg0qHPfPzhiwWPwAOIh+gnGgx1JVsrMlrpNU\\nWV0MUO0eojxzqlLKqSXa6k3JPIrmhrETnBsfxwhmnESae9S/NgSOtNPbPFX+IoDU\\nd0TyiUP85ddBhVT/GI4NAKR2C/6gldXfp4LVQwIDAQABAoIBAFril1xCfZKk6U2R\\n5jCrF2thmjKQsfwNIVlzyd1ODSfSdeuVKZwxpFczHVzvezSRA6mDM51hHuj6CHYV\\nK9GEuYMWw+IzytK1erJ9MkkGHCfB3M7kRRtlsUxHiafsUuCFTP91CisVNNK5BVnm\\nb0meQLTJVdlC35W36Q45IwqmPt2FQH1LpwcNCrjj885iRILFvHsnyaIzjLswwg1J\\n5dxth7V63SodgT6v3yt9iF3KrWvLUO1xKRiy4BCRdaBKspVE+vMz8eKUbbUMi9zT\\n6qWl5A0Jrk4fQj6l4GO5rhpzqKrAlTohwuppdQUVPc9QzYR0Aripp/iLrm1hGeAN\\nyPeWn5kCgYEA7EGxTiqU8ZqRQ7LAHlBCoPbyPI54ctqkl48BqLeihY9ZeE0y8cG3\\npKIWNZuZdGUh5thaw7nSChUXHHSZ8g1VS/X0cgOJtg3njx4BTBIo/CzF0UKultD+\\nOjEkizrdiwzralEMDuB/VDF1iMhPc4Q5teq7oUG9li551CEAemY5s0cCgYEA2uyD\\nXiW27u0lOH+tcVZ0gnARwOvqiLroMQhd0wS5pQyK1Yf/dLPi41jV26nZume97L6Z\\n1V9Gtu9LZlzV91YnTeoFm/BXVj/1pR1m8Ai4nPS4E+E6GrbdF71q3XwVQHA4NEr3\\nHJRPrvD2/UaowGdVYtMKbtpIvQj3eLX2lXrytCUCgYBZ5XE65fcAq6jEkrqJjk6c\\nAvsPUcLBKTLhvHeMJDvCCFap8O4GkYh4K3i58zgD0wuAVCjNOuKSFY5StIdzU+F1\\n4uOdkn0O+eF3Upp5wJs5wSuQQYg/OMzThal7FO4Bn+vf63DkJEYu2hb38ghRUynG\\nb8fvRx2FjK+sqNYOvOENtwKBgQDH+8PpTfR0/8a/fMqYvQxDV1KwdBHUA0E2AVmL\\n+UYIwpNUih5OokDBw5XgSqEtSbVSPa7THmy/kYrEIEwI2/edkgi7sWpmzJh904UE\\nAkN6hYZeCqGEY8VF+W9UkhPrwFdnVY+02LqNqWtGZLSkxgBW/UgLiXVm0XkXGMn/\\nNMfezQKBgH3g1ckIWgsECpPk5v3JnJK/mT0dGW9ill8cFdMh4KXY1sVq2vCgL04d\\nCfzzNQPhi6dprICwGu7Wh1ihjvv0tBPxUv34dleqeo0Nz/MIAkWyEGR/h6dYQJ5p\\nEWc7aULxzwmB5E0lKIPzylE96+NVdVzI01eEsDWpSv09MfHxlNTp\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-240397468", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKCjbIhPqDXnw/oE4a1+QzCJEn5C7CPle+ZZvsPEkHEuJuz8XvpqsOWWS4lcZ2kTVdc4b0y8Dn9qJdvpg2HuM/Qxs2yCFU9DGii+7/34iieDPmRXN60YpR9nKQ8h83TqAdMceTRsLx/ff8APK5Kgo4jDXTbMTYE8mxtfCynVeFA5fOyIofuJ6LDZ0D29L1NU3No+VjyPHLqVQaDSoc98/OGLBY/AA4iH6CcaDHUlWysyWuk1RZXQxQ7R6iPHOqUsqpJdrqTck8iuaGsROcGx/HCGacRJp71L82BI6009s8Vf4igNR3RPKJQ/zl10GFVP8Yjg0ApHYL/qCV1d+ngtVD Generated-by-Nova", "fingerprint": "d8:71:34:44:95:36:ed:61:02:d4:22:8d:66:29:73:14", "user_id": "26343c3928e9475fa1a73d1a1efb775d"}}' 2021-02-03 12:17:23,456 94712 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-240397468 created 2021-02-03 12:17:23,873 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-groups 0.416s 2021-02-03 12:17:23,874 94712 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--540363081", "description": "tempest-description--910756427"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1576', 'x-openstack-request-id': 'req-97eaf8a1-4d84-4868-ac7b-fd86467171d3', 'date': 'Wed, 03 Feb 2021 12:17:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "bf43cc36-da13-47ee-baa0-6d9d8f399392", "name": "tempest-securitygroup--540363081", "stateful": true, "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "description": "tempest-description--910756427", "security_group_rules": [{"id": "45e78aac-659a-4194-80bc-4cffe8f8f64b", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "bf43cc36-da13-47ee-baa0-6d9d8f399392", "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": 90, "description": null, "tags": [], "created_at": "2021-02-03T12:17:23Z", "updated_at": "2021-02-03T12:17:23Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}, {"id": "d5dad0cb-ba48-438e-b0d1-270d644ea9ea", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "bf43cc36-da13-47ee-baa0-6d9d8f399392", "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": 91, "description": null, "tags": [], "created_at": "2021-02-03T12:17:23Z", "updated_at": "2021-02-03T12:17:23Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}], "tags": [], "created_at": "2021-02-03T12:17:23Z", "updated_at": "2021-02-03T12:17:23Z", "revision_number": 1, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:17:24,075 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-group-rules 0.201s 2021-02-03 12:17:24,075 94712 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": "bf43cc36-da13-47ee-baa0-6d9d8f399392", "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-6ba7cb5b-7e3f-480c-a312-d49c0b6e7498', 'date': 'Wed, 03 Feb 2021 12:17:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2aae95e9-b654-4de4-b283-7ba150b686c5", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "bf43cc36-da13-47ee-baa0-6d9d8f399392", "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-02-03T12:17:24Z", "updated_at": "2021-02-03T12:17:24Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:17:24,231 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-group-rules 0.155s 2021-02-03 12:17:24,231 94712 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": "bf43cc36-da13-47ee-baa0-6d9d8f399392", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9277df8f-b0f3-478e-862c-fb296e380d60', 'date': 'Wed, 03 Feb 2021 12:17:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "29949694-4f24-4d2a-ad4c-37480e64f892", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "bf43cc36-da13-47ee-baa0-6d9d8f399392", "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-02-03T12:17:24Z", "updated_at": "2021-02-03T12:17:24Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:17:24,231 94712 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--540363081 created 2021-02-03 12:17:26,163 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/floatingips 1.932s 2021-02-03 12:17:26,164 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "7811b6cc-f265-4640-993d-3a8ade399db2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-3a5715eb-f200-4c18-937d-2708d44521b3', 'date': 'Wed, 03 Feb 2021 12:17:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2974801a-d19c-4051-adf3-4055463525b3", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "floating_ip_address": "172.28.0.251", "floating_network_id": "7811b6cc-f265-4640-993d-3a8ade399db2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "description": "", "port_details": null, "tags": [], "created_at": "2021-02-03T12:17:25Z", "updated_at": "2021-02-03T12:17:25Z", "revision_number": 0}}' 2021-02-03 12:17:26,164 94712 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2974801a-d19c-4051-adf3-4055463525b3', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'floating_ip_address': '172.28.0.251', 'floating_network_id': '7811b6cc-f265-4640-993d-3a8ade399db2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-02-03T12:17:25Z', 'updated_at': '2021-02-03T12:17:25Z', 'revision_number': 0, 'ip': '172.28.0.251'} created 2021-02-03 12:17:26,309 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.101/identity/v3/auth/tokens 0.141s 2021-02-03 12:17:26,309 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3708', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5e184bfd-1891-49f9-9352-ab6e39a3250d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "26343c3928e9475fa1a73d1a1efb775d", "name": "tempest-AttachVolumeShelveTestJSON-1211675180-project", "password_expires_at": null}, "audit_ids": ["mhMCmNFxQNSbs3yfKjS77A"], "expires_at": "2021-02-03T13:17:26.000000Z", "issued_at": "2021-02-03T12:17:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e02cf480c3f4fb1b8de4ab0479fff70", "name": "tempest-AttachVolumeShelveTestJSON-1211675180"}, "is_domain": false, "roles": [{"id": "bf356a9011a343699150cb3d0a5385bd", "name": "member"}, {"id": "b3a7a2cce2934a3592e28a2087ef6dfb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "c66b70b16cb74222a7ecf0367b722d55", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "0988853843f14469917d8912cb753bd4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb30d140956142c4806742ef0c9b6150", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/placement", "region": "RegionOne"}], "id": "403cd4472dbf4c308d7e7c275c85ff55", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e859a52755ff4ec98811e5567218d302", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "54abcc8dfabb491aa8fb32bd77bbc7df", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b7a2bbd5efc54feca407c2d095372d39", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:9696/", "region": "RegionOne"}], "id": "727eccd4f47144ee86641e7c4b751308", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "55e9f80b95ab4beab963383d53b29273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:8080/v1/AUTH_3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}, {"id": "7beedd593c13439da81083d3cdf48179", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101:8080", "region": "RegionOne"}], "id": "7b646c16b109402daac6abbfaf606c07", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "ddef7344f1874bd3ad206a5d9808c0a9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "9549c409c06a438282e32a3078434c8e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0080832621ce4681afcbfac06daf6189", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v2/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "a0ff0d51d7d249afb640aac78fbb2349", "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"id": "887ea65bb25b42d2964af1a5d3b4dce5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2.1", "region": "RegionOne"}], "id": "bdfb0a8960724122b1a5bedfe1e9cc6c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a354efd121fa4f0980bbc31d84c7acfc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/image", "region": "RegionOne"}], "id": "e35c7e0f64174bf092acdd438723d938", "type": "image", "name": "glance"}, {"endpoints": [{"id": "39f80d74f67b4e9cbc6ea8ce16690d7f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}, {"id": "bb35009aacd14b18a5c74e984400ad72", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}], "id": "ebdcd26ce12f4e68a72e3dd2156f3481", "type": "identity", "name": "keystone"}]}}' 2021-02-03 12:17:26,310 94712 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '7e218754-7b0c-4278-94ec-4db980986e2c', 'name': 'tempest-AttachVolumeShelveTestJSON-1617848853-network', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'admin_state_up': True, 'mtu': 1450, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vxlan', 'provider:physical_network': None, 'provider:segmentation_id': 5, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-02-03T12:17:15Z', 'updated_at': '2021-02-03T12:17:15Z', 'revision_number': 1} available for tenant 2021-02-03 12:17:26,310 94712 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAygo2yIT6g158P6BOGtfkMwiRJ+Quwj5XvmWb7DxJBxLibs/F\n76arDllkuJXGdpE1XXOG9MvA5/aiXb6YNh7jP0MbNsghVPQxoovu/9+Iongz5kVz\netGKUfZykPIfN06gHTHHk0bC8f33/ADyuSoKOIw102zE2BPJsbXwsp1XhQOXzsiK\nH7ieiw2dA9vS9TVNzaPlY8jxy6lUGg0qHPfPzhiwWPwAOIh+gnGgx1JVsrMlrpNU\nWV0MUO0eojxzqlLKqSXa6k3JPIrmhrETnBsfxwhmnESae9S/NgSOtNPbPFX+IoDU\nd0TyiUP85ddBhVT/GI4NAKR2C/6gldXfp4LVQwIDAQABAoIBAFril1xCfZKk6U2R\n5jCrF2thmjKQsfwNIVlzyd1ODSfSdeuVKZwxpFczHVzvezSRA6mDM51hHuj6CHYV\nK9GEuYMWw+IzytK1erJ9MkkGHCfB3M7kRRtlsUxHiafsUuCFTP91CisVNNK5BVnm\nb0meQLTJVdlC35W36Q45IwqmPt2FQH1LpwcNCrjj885iRILFvHsnyaIzjLswwg1J\n5dxth7V63SodgT6v3yt9iF3KrWvLUO1xKRiy4BCRdaBKspVE+vMz8eKUbbUMi9zT\n6qWl5A0Jrk4fQj6l4GO5rhpzqKrAlTohwuppdQUVPc9QzYR0Aripp/iLrm1hGeAN\nyPeWn5kCgYEA7EGxTiqU8ZqRQ7LAHlBCoPbyPI54ctqkl48BqLeihY9ZeE0y8cG3\npKIWNZuZdGUh5thaw7nSChUXHHSZ8g1VS/X0cgOJtg3njx4BTBIo/CzF0UKultD+\nOjEkizrdiwzralEMDuB/VDF1iMhPc4Q5teq7oUG9li551CEAemY5s0cCgYEA2uyD\nXiW27u0lOH+tcVZ0gnARwOvqiLroMQhd0wS5pQyK1Yf/dLPi41jV26nZume97L6Z\n1V9Gtu9LZlzV91YnTeoFm/BXVj/1pR1m8Ai4nPS4E+E6GrbdF71q3XwVQHA4NEr3\nHJRPrvD2/UaowGdVYtMKbtpIvQj3eLX2lXrytCUCgYBZ5XE65fcAq6jEkrqJjk6c\nAvsPUcLBKTLhvHeMJDvCCFap8O4GkYh4K3i58zgD0wuAVCjNOuKSFY5StIdzU+F1\n4uOdkn0O+eF3Upp5wJs5wSuQQYg/OMzThal7FO4Bn+vf63DkJEYu2hb38ghRUynG\nb8fvRx2FjK+sqNYOvOENtwKBgQDH+8PpTfR0/8a/fMqYvQxDV1KwdBHUA0E2AVmL\n+UYIwpNUih5OokDBw5XgSqEtSbVSPa7THmy/kYrEIEwI2/edkgi7sWpmzJh904UE\nAkN6hYZeCqGEY8VF+W9UkhPrwFdnVY+02LqNqWtGZLSkxgBW/UgLiXVm0XkXGMn/\nNMfezQKBgH3g1ckIWgsECpPk5v3JnJK/mT0dGW9ill8cFdMh4KXY1sVq2vCgL04d\nCfzzNQPhi6dprICwGu7Wh1ihjvv0tBPxUv34dleqeo0Nz/MIAkWyEGR/h6dYQJ5p\nEWc7aULxzwmB5E0lKIPzylE96+NVdVzI01eEsDWpSv09MfHxlNTp\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-240397468', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKCjbIhPqDXnw/oE4a1+QzCJEn5C7CPle+ZZvsPEkHEuJuz8XvpqsOWWS4lcZ2kTVdc4b0y8Dn9qJdvpg2HuM/Qxs2yCFU9DGii+7/34iieDPmRXN60YpR9nKQ8h83TqAdMceTRsLx/ff8APK5Kgo4jDXTbMTYE8mxtfCynVeFA5fOyIofuJ6LDZ0D29L1NU3No+VjyPHLqVQaDSoc98/OGLBY/AA4iH6CcaDHUlWysyWuk1RZXQxQ7R6iPHOqUsqpJdrqTck8iuaGsROcGx/HCGacRJp71L82BI6009s8Vf4igNR3RPKJQ/zl10GFVP8Yjg0ApHYL/qCV1d+ngtVD Generated-by-Nova', 'fingerprint': 'd8:71:34:44:95:36:ed:61:02:d4:22:8d:66:29:73:14', 'user_id': '26343c3928e9475fa1a73d1a1efb775d'}, 'security_group': {'id': 'bf43cc36-da13-47ee-baa0-6d9d8f399392', 'name': 'tempest-securitygroup--540363081', 'stateful': True, 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'description': 'tempest-description--910756427', 'security_group_rules': [{'id': '45e78aac-659a-4194-80bc-4cffe8f8f64b', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'security_group_id': 'bf43cc36-da13-47ee-baa0-6d9d8f399392', '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': 90, 'description': None, 'tags': [], 'created_at': '2021-02-03T12:17:23Z', 'updated_at': '2021-02-03T12:17:23Z', 'revision_number': 0, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70'}, {'id': 'd5dad0cb-ba48-438e-b0d1-270d644ea9ea', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'security_group_id': 'bf43cc36-da13-47ee-baa0-6d9d8f399392', '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': 91, 'description': None, 'tags': [], 'created_at': '2021-02-03T12:17:23Z', 'updated_at': '2021-02-03T12:17:23Z', 'revision_number': 0, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70'}], 'tags': [], 'created_at': '2021-02-03T12:17:23Z', 'updated_at': '2021-02-03T12:17:23Z', 'revision_number': 1, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70'}, 'floating_ip': {'id': '2974801a-d19c-4051-adf3-4055463525b3', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'floating_ip_address': '172.28.0.251', 'floating_network_id': '7811b6cc-f265-4640-993d-3a8ade399db2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-02-03T12:17:25Z', 'updated_at': '2021-02-03T12:17:25Z', 'revision_number': 0, 'ip': '172.28.0.251'}} 2021-02-03 12:17:30,794 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.101/compute/v2.1/servers 4.483s 2021-02-03 12:17:30,794 94712 DEBUG [tempest.lib.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-56695393", "imageRef": "e54f913e-c0d0-427d-8718-eb339cd05940", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "7e218754-7b0c-4278-94ec-4db980986e2c"}], "security_groups": [{"name": "tempest-securitygroup--540363081"}], "key_name": "tempest-keypair-240397468", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '403', 'location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbadc3ed-6c07-4c0e-b64e-a5dd0983f840', 'x-compute-request-id': 'req-cbadc3ed-6c07-4c0e-b64e-a5dd0983f840', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/compute/v2.1/servers'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--540363081"}], "adminPass": "password"}}' 2021-02-03 12:17:31,202 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.406s 2021-02-03 12:17:31,202 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-396c0c2f-2d43-4c62-818a-b141a001f598', 'x-compute-request-id': 'req-396c0c2f-2d43-4c62-818a-b141a001f598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:31Z", "updated": "2021-02-03T12:17:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:32,627 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.417s 2021-02-03 12:17:32,627 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c87f888-8677-4e97-8387-dfab731002cf', 'x-compute-request-id': 'req-9c87f888-8677-4e97-8387-dfab731002cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:33,992 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.359s 2021-02-03 12:17:33,993 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f57d8959-11b7-4cde-a76b-8dfba8d25c64', 'x-compute-request-id': 'req-f57d8959-11b7-4cde-a76b-8dfba8d25c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:35,710 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.712s 2021-02-03 12:17:35,711 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f28536d4-7ac9-4146-b09b-4cc21a74b1fa', 'x-compute-request-id': 'req-f28536d4-7ac9-4146-b09b-4cc21a74b1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:37,463 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.747s 2021-02-03 12:17:37,463 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73487291-36ad-4dc4-8cc4-0d467d4dfad6', 'x-compute-request-id': 'req-73487291-36ad-4dc4-8cc4-0d467d4dfad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:39,180 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.711s 2021-02-03 12:17:39,180 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82b53114-86b3-4e1d-bc3c-880a9dd3f069', 'x-compute-request-id': 'req-82b53114-86b3-4e1d-bc3c-880a9dd3f069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:40,472 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.286s 2021-02-03 12:17:40,472 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bdacb37-7bf7-4b2e-85ab-21c78ac6d865', 'x-compute-request-id': 'req-3bdacb37-7bf7-4b2e-85ab-21c78ac6d865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:40,478 94712 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 9 second wait 2021-02-03 12:17:42,079 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.599s 2021-02-03 12:17:42,080 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2f20eb0-2da3-4641-b309-3ed884870702', 'x-compute-request-id': 'req-c2f20eb0-2da3-4641-b309-3ed884870702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:43,904 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.818s 2021-02-03 12:17:43,904 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1353', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b354e1d-338e-46f5-93de-4c722a73126b', 'x-compute-request-id': 'req-1b354e1d-338e-46f5-93de-4c722a73126b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "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-02-03 12:17:43,908 94712 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 12 second wait 2021-02-03 12:17:45,729 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.819s 2021-02-03 12:17:45,729 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:44 GMT', 'server': 'Apache/2.4.29 (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-89b5de3a-3dfc-4c65-ac53-2a16e0f35da3', 'x-compute-request-id': 'req-89b5de3a-3dfc-4c65-ac53-2a16e0f35da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:45,733 94712 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 14 second wait 2021-02-03 12:17:47,495 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.761s 2021-02-03 12:17:47,495 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:46 GMT', 'server': 'Apache/2.4.29 (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-c7e544b6-0d9a-45a3-ad9b-5504c4a985de', 'x-compute-request-id': 'req-c7e544b6-0d9a-45a3-ad9b-5504c4a985de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:49,172 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.671s 2021-02-03 12:17:49,173 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:48 GMT', 'server': 'Apache/2.4.29 (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-23cca9e0-99ae-49ac-a01e-74db8f73813b', 'x-compute-request-id': 'req-23cca9e0-99ae-49ac-a01e-74db8f73813b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:50,976 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.797s 2021-02-03 12:17:50,977 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:50 GMT', 'server': 'Apache/2.4.29 (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-c3ac9eed-02ca-4e4e-8b7d-25159088cf8c', 'x-compute-request-id': 'req-c3ac9eed-02ca-4e4e-8b7d-25159088cf8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:52,839 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.857s 2021-02-03 12:17:52,839 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:51 GMT', 'server': 'Apache/2.4.29 (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-3d245a24-4575-4120-8e3c-4f83b7879d6c', 'x-compute-request-id': 'req-3d245a24-4575-4120-8e3c-4f83b7879d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:54,554 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.709s 2021-02-03 12:17:54,554 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:53 GMT', 'server': 'Apache/2.4.29 (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-6c1862d2-be9a-4467-bae0-85ebc485a157', 'x-compute-request-id': 'req-6c1862d2-be9a-4467-bae0-85ebc485a157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:56,424 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.863s 2021-02-03 12:17:56,425 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:55 GMT', 'server': 'Apache/2.4.29 (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-b1e482d9-702d-45e1-9ce4-47bfab311c9f', 'x-compute-request-id': 'req-b1e482d9-702d-45e1-9ce4-47bfab311c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:57,768 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.329s 2021-02-03 12:17:57,769 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:57 GMT', 'server': 'Apache/2.4.29 (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-d3660f79-aaff-407f-8a9b-6a0cde290357', 'x-compute-request-id': 'req-d3660f79-aaff-407f-8a9b-6a0cde290357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:17:59,144 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.370s 2021-02-03 12:17:59,144 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:17:58 GMT', 'server': 'Apache/2.4.29 (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-53be98f1-6ac6-427d-9275-25bf181cd076', 'x-compute-request-id': 'req-53be98f1-6ac6-427d-9275-25bf181cd076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "BUILD", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:18:00,719 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.569s 2021-02-03 12:18:00,719 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:18:00 GMT', 'server': 'Apache/2.4.29 (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-6d974a8c-bbd3-43b5-9673-554b3dd0da64', 'x-compute-request-id': 'req-6d974a8c-bbd3-43b5-9673-554b3dd0da64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:17:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:18:00,724 94712 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait 2021-02-03 12:18:01,012 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/os-interface 0.287s 2021-02-03 12:18:01,012 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:18:00 GMT', 'server': 'Apache/2.4.29 (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-64fd8a13-9f54-4302-b735-92298d6c03cc', 'x-compute-request-id': 'req-64fd8a13-9f54-4302-b735-92298d6c03cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7e218754-7b0c-4278-94ec-4db980986e2c", "port_id": "ef5643f8-98ba-4140-9c4d-c6eb05f8aadd", "mac_addr": "fa:16:3e:33:cc:c7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "77f43636-d26a-4de1-bab7-d634eff11e11", "ip_address": "172.20.0.4"}]}]}' 2021-02-03 12:18:02,820 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.101:9696/v2.0/floatingips/2974801a-d19c-4051-adf3-4055463525b3 1.806s 2021-02-03 12:18:02,820 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "ef5643f8-98ba-4140-9c4d-c6eb05f8aadd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-6c897cfd-8657-455f-ac5e-b9537438e0fb', 'date': 'Wed, 03 Feb 2021 12:18:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101:9696/v2.0/floatingips/2974801a-d19c-4051-adf3-4055463525b3'} Body: b'{"floatingip": {"id": "2974801a-d19c-4051-adf3-4055463525b3", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "floating_ip_address": "172.28.0.251", "floating_network_id": "7811b6cc-f265-4640-993d-3a8ade399db2", "router_id": "4e8a48d2-cc0c-4930-b56e-5bfdea39cb51", "port_id": "ef5643f8-98ba-4140-9c4d-c6eb05f8aadd", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7e218754-7b0c-4278-94ec-4db980986e2c", "mac_address": "fa:16:3e:33:cc:c7", "admin_state_up": true, "status": "ACTIVE", "device_id": "34dde163-6203-4676-9418-50c5042c8492", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-02-03T12:17:25Z", "updated_at": "2021-02-03T12:18:01Z", "revision_number": 1, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:18:02,936 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.115s 2021-02-03 12:18:02,936 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:02 GMT', 'server': 'Apache/2.4.29 (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-ae3563ee-a1ff-4307-8215-d771585fb823', 'x-compute-request-id': 'req-ae3563ee-a1ff-4307-8215-d771585fb823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:04,380 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.442s 2021-02-03 12:18:04,381 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:03 GMT', 'server': 'Apache/2.4.29 (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-82fe7e4c-c55d-4658-ac9f-65c624602afe', 'x-compute-request-id': 'req-82fe7e4c-c55d-4658-ac9f-65c624602afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:05,492 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.109s 2021-02-03 12:18:05,493 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:05 GMT', 'server': 'Apache/2.4.29 (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-626e4b4f-4672-436e-a49b-d4d663b02d4d', 'x-compute-request-id': 'req-626e4b4f-4672-436e-a49b-d4d663b02d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:07,464 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.969s 2021-02-03 12:18:07,464 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:06 GMT', 'server': 'Apache/2.4.29 (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-b72c5471-c353-43ba-99b1-f80ebabf5442', 'x-compute-request-id': 'req-b72c5471-c353-43ba-99b1-f80ebabf5442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:08,562 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.095s 2021-02-03 12:18:08,562 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:08 GMT', 'server': 'Apache/2.4.29 (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-55a552bf-317d-4cd1-894b-7918ca5af1d5', 'x-compute-request-id': 'req-55a552bf-317d-4cd1-894b-7918ca5af1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:09,669 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.105s 2021-02-03 12:18:09,670 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:09 GMT', 'server': 'Apache/2.4.29 (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-9754246d-bd7e-44ff-a0c7-d8fe13106cbf', 'x-compute-request-id': 'req-9754246d-bd7e-44ff-a0c7-d8fe13106cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:10,796 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.124s 2021-02-03 12:18:10,797 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:10 GMT', 'server': 'Apache/2.4.29 (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-ef344f4f-3d23-49b0-997e-88fa3f542548', 'x-compute-request-id': 'req-ef344f4f-3d23-49b0-997e-88fa3f542548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:11,910 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.111s 2021-02-03 12:18:11,910 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:11 GMT', 'server': 'Apache/2.4.29 (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-608d513e-0e49-434d-a63f-bfe2ca8d5359', 'x-compute-request-id': 'req-608d513e-0e49-434d-a63f-bfe2ca8d5359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:13,061 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.149s 2021-02-03 12:18:13,062 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:12 GMT', 'server': 'Apache/2.4.29 (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-b8abd1f7-9d33-47a6-b935-8d9fc1091d29', 'x-compute-request-id': 'req-b8abd1f7-9d33-47a6-b935-8d9fc1091d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:14,544 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.480s 2021-02-03 12:18:14,544 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:14 GMT', 'server': 'Apache/2.4.29 (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-b5823e8b-fc8e-45f9-900a-280d4c3d8fa3', 'x-compute-request-id': 'req-b5823e8b-fc8e-45f9-900a-280d4c3d8fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": ""}' 2021-02-03 12:18:16,535 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.988s 2021-02-03 12:18:16,535 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '13108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e4103a9-a9d7-4791-b7e2-272362b02ec4', 'x-compute-request-id': 'req-3e4103a9-a9d7-4791-b7e2-272362b02ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:17,664 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.125s 2021-02-03 12:18:17,665 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '17861', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6aaa1849-cf7f-470f-aa18-828678a7d779', 'x-compute-request-id': 'req-6aaa1849-cf7f-470f-aa18-828678a7d779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:18,798 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.131s 2021-02-03 12:18:18,799 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '18083', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfcb57d0-0937-4c2c-9a13-9161e94f8e8d', 'x-compute-request-id': 'req-cfcb57d0-0937-4c2c-9a13-9161e94f8e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:20,145 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.343s 2021-02-03 12:18:20,146 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '20511', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd0a74e2-d3e0-41cf-852b-c322edc43f39', 'x-compute-request-id': 'req-fd0a74e2-d3e0-41cf-852b-c322edc43f39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:21,681 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.533s 2021-02-03 12:18:21,681 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '22119', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c3c1389-008b-479a-bc24-2dcc7307f758', 'x-compute-request-id': 'req-4c3c1389-008b-479a-bc24-2dcc7307f758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:22,837 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.153s 2021-02-03 12:18:22,837 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '23802', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d69c7cf9-f51f-4706-8fc3-5db0481e8e67', 'x-compute-request-id': 'req-d69c7cf9-f51f-4706-8fc3-5db0481e8e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:24,207 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.367s 2021-02-03 12:18:24,207 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '24354', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b420a8a-713e-4352-acd8-de24811f32c7', 'x-compute-request-id': 'req-1b420a8a-713e-4352-acd8-de24811f32c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:25,694 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.484s 2021-02-03 12:18:25,694 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '25018', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3c4c5db-f180-4381-bd2a-fb4281707d54', 'x-compute-request-id': 'req-a3c4c5db-f180-4381-bd2a-fb4281707d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:27,176 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.478s 2021-02-03 12:18:27,177 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '26168', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1b218ff-656f-4ef9-a3e8-bc62889a2c2d', 'x-compute-request-id': 'req-f1b218ff-656f-4ef9-a3e8-bc62889a2c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:28,338 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.157s 2021-02-03 12:18:28,338 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '26955', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88e11f99-1291-4358-bda4-6ac17c9e8e1e', 'x-compute-request-id': 'req-88e11f99-1291-4358-bda4-6ac17c9e8e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:29,949 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.608s 2021-02-03 12:18:29,949 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '27394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8289459a-c603-4fc6-a5ba-1dcf2cae2d5d', 'x-compute-request-id': 'req-8289459a-c603-4fc6-a5ba-1dcf2cae2d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:31,103 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.151s 2021-02-03 12:18:31,104 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '27687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fc058c0-740f-4c4a-9631-64c66fcbf045', 'x-compute-request-id': 'req-0fc058c0-740f-4c4a-9631-64c66fcbf045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:32,239 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.133s 2021-02-03 12:18:32,239 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '27869', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7390ff7c-4dda-4ba2-8b29-b8bff7c6671e', 'x-compute-request-id': 'req-7390ff7c-4dda-4ba2-8b29-b8bff7c6671e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:33,363 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.122s 2021-02-03 12:18:33,364 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '28167', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e151c6b-0af0-4b61-b8ae-be700aadf7b1', 'x-compute-request-id': 'req-2e151c6b-0af0-4b61-b8ae-be700aadf7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:34,484 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.118s 2021-02-03 12:18:34,484 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '28167', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71690125-f822-404f-bc76-050f09e6e079', 'x-compute-request-id': 'req-71690125-f822-404f-bc76-050f09e6e079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:36,220 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.732s 2021-02-03 12:18:36,221 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '28458', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ccf86a2-62b1-4b62-b996-f10fea6cdfc3', 'x-compute-request-id': 'req-4ccf86a2-62b1-4b62-b996-f10fea6cdfc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:38,147 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.924s 2021-02-03 12:18:38,147 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '28626', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24fffec1-e582-40ac-98de-6622c0c57f64', 'x-compute-request-id': 'req-24fffec1-e582-40ac-98de-6622c0c57f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:39,287 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.137s 2021-02-03 12:18:39,287 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '28626', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b81cd7b-cc49-4851-bfea-4e9322b19f67', 'x-compute-request-id': 'req-1b81cd7b-cc49-4851-bfea-4e9322b19f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:41,767 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 1.477s 2021-02-03 12:18:41,767 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '28626', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4e8b647-5e0d-4d8d-a83a-11d138b9f6fc', 'x-compute-request-id': 'req-f4e8b647-5e0d-4d8d-a83a-11d138b9f6fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:43,588 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.818s 2021-02-03 12:18:43,589 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '29961', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22c906f1-15a5-4000-8090-00acbd77e77e', 'x-compute-request-id': 'req-22c906f1-15a5-4000-8090-00acbd77e77e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:44,730 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.138s 2021-02-03 12:18:44,730 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '31111', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d80b50b-1eca-45a7-bffb-09e74e59e011', 'x-compute-request-id': 'req-6d80b50b-1eca-45a7-bffb-09e74e59e011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:45,876 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.143s 2021-02-03 12:18:45,877 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '32299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f568436a-8d0c-4968-8bc7-483b0256ec5b', 'x-compute-request-id': 'req-f568436a-8d0c-4968-8bc7-483b0256ec5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:46,998 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.119s 2021-02-03 12:18:46,999 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '33077', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05ea489f-7c4b-4a4d-96bd-05b30a8465a8', 'x-compute-request-id': 'req-05ea489f-7c4b-4a4d-96bd-05b30a8465a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:48,126 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.125s 2021-02-03 12:18:48,127 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '33444', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c47081df-81c7-4d92-82e4-701966f6fb03', 'x-compute-request-id': 'req-c47081df-81c7-4d92-82e4-701966f6fb03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:49,831 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.702s 2021-02-03 12:18:49,832 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '34201', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc5950c-b1b3-4562-a1ea-0adddf70eaa5', 'x-compute-request-id': 'req-6dc5950c-b1b3-4562-a1ea-0adddf70eaa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:51,042 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.208s 2021-02-03 12:18:51,042 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '34807', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd2093a4-cd9f-43e1-9952-3eb002c77ea2', 'x-compute-request-id': 'req-bd2093a4-cd9f-43e1-9952-3eb002c77ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:52,397 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.353s 2021-02-03 12:18:52,398 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '35375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bba71986-14d2-4964-b01a-50af1686d529', 'x-compute-request-id': 'req-bba71986-14d2-4964-b01a-50af1686d529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:53,513 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.113s 2021-02-03 12:18:53,514 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '36075', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a2f0686-7928-4435-859d-23a0a67e23ba', 'x-compute-request-id': 'req-1a2f0686-7928-4435-859d-23a0a67e23ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:54,990 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.474s 2021-02-03 12:18:54,991 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '36800', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be0b930b-292c-4b36-841f-6cee8a6c09fd', 'x-compute-request-id': 'req-be0b930b-292c-4b36-841f-6cee8a6c09fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:56,147 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.154s 2021-02-03 12:18:56,148 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '37508', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-012bcf7d-56f0-4cbc-b549-d1b4664b375a', 'x-compute-request-id': 'req-012bcf7d-56f0-4cbc-b549-d1b4664b375a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:57,731 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.579s 2021-02-03 12:18:57,732 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '37938', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beb6ff2f-7773-4da2-b04c-033b98b569f2', 'x-compute-request-id': 'req-beb6ff2f-7773-4da2-b04c-033b98b569f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:59,026 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.292s 2021-02-03 12:18:59,027 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:18:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '38255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8148210-5237-4e61-8025-63a2897bec42', 'x-compute-request-id': 'req-f8148210-5237-4e61-8025-63a2897bec42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-02-03 12:18:59,090 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/ips 0.062s 2021-02-03 12:18:59,091 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:18:59 GMT', 'server': 'Apache/2.4.29 (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-02328884-518c-477d-81c4-2fe4024cd8a8', 'x-compute-request-id': 'req-02328884-518c-477d-81c4-2fe4024cd8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4"}, {"version": 4, "addr": "172.28.0.251"}]}}' 2021-02-03 12:18:59,397 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes 0.304s 2021-02-03 12:18:59,397 94712 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-513192805"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:18:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc58858-bec9-4e0f-9869-7230cc1f6fa7', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc58858-bec9-4e0f-9869-7230cc1f6fa7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes'} Body: b'{"volume": {"id": "4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:18:59.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-513192805", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c"}], "user_id": "26343c3928e9475fa1a73d1a1efb775d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-02-03 12:18:59,552 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c 0.151s 2021-02-03 12:18:59,553 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:18:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-967411c9-6119-4b8a-a40f-afffbb3d79f5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-967411c9-6119-4b8a-a40f-afffbb3d79f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c'} Body: b'{"volume": {"id": "4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:18:59.000000", "updated_at": "2021-02-03T12:18:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-513192805", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c"}], "user_id": "26343c3928e9475fa1a73d1a1efb775d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:19:00,610 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c 0.052s 2021-02-03 12:19:00,611 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ea6e89-4f6f-4e7a-ac31-1ff646028729', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ea6e89-4f6f-4e7a-ac31-1ff646028729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c'} Body: b'{"volume": {"id": "4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:18:59.000000", "updated_at": "2021-02-03T12:19:01.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-513192805", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/3e02cf480c3f4fb1b8de4ab0479fff70/volumes/4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c"}], "user_id": "26343c3928e9475fa1a73d1a1efb775d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:19:00,614 94712 INFO [tempest.common.waiters] volume 4e5e38ed-1e3e-4de0-9cbc-8ec9fd4db63c reached available after waiting for 1.614611 seconds 2021-02-03 12:19:00,620 94712 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-02-03 12:19:00,620 94712 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.28.0.251:22' as 'ubuntu' with public key authentication 2021-02-03 12:19:00,650 94712 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-02-03 12:19:00,852 94712 INFO [paramiko.transport] Authentication (publickey) successful! 2021-02-03 12:19:00,853 94712 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.28.0.251 successfully created 2021-02-03 12:19:01,540 94712 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.28.0.251:22' as 'ubuntu' with public key authentication 2021-02-03 12:19:01,575 94712 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-02-03 12:19:01,697 94712 INFO [paramiko.transport] Authentication (publickey) successful! 2021-02-03 12:19:01,698 94712 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.28.0.251 successfully created 2021-02-03 12:19:01,967 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action 0.268s 2021-02-03 12:19:01,967 94712 DEBUG [tempest.lib.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, 03 Feb 2021 12:19:01 GMT', 'server': 'Apache/2.4.29 (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-36b35c68-167e-42ac-aeee-19c658fadc05', 'x-compute-request-id': 'req-36b35c68-167e-42ac-aeee-19c658fadc05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492/action'} Body: b'' 2021-02-03 12:19:02,198 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.230s 2021-02-03 12:19:02,198 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:01 GMT', 'server': 'Apache/2.4.29 (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-16250234-0b43-469b-ad9f-074ceaceccb3', 'x-compute-request-id': 'req-16250234-0b43-469b-ad9f-074ceaceccb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:03,419 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.215s 2021-02-03 12:19:03,419 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:03 GMT', 'server': 'Apache/2.4.29 (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-8b7729bc-41d4-4e2f-b17c-c1220381073e', 'x-compute-request-id': 'req-8b7729bc-41d4-4e2f-b17c-c1220381073e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:04,680 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:19:04,680 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:04 GMT', 'server': 'Apache/2.4.29 (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-7266b199-3e55-431a-8907-97c9561cf644', 'x-compute-request-id': 'req-7266b199-3e55-431a-8907-97c9561cf644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:06,066 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.379s 2021-02-03 12:19:06,066 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:05 GMT', 'server': 'Apache/2.4.29 (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-5f931e0b-e71a-45d2-9094-8e804fe0015f', 'x-compute-request-id': 'req-5f931e0b-e71a-45d2-9094-8e804fe0015f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:07,424 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.352s 2021-02-03 12:19:07,425 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:07 GMT', 'server': 'Apache/2.4.29 (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-d6e6adc7-1abc-46d5-bde3-be4453cd6a95', 'x-compute-request-id': 'req-d6e6adc7-1abc-46d5-bde3-be4453cd6a95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:08,825 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.395s 2021-02-03 12:19:08,825 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:08 GMT', 'server': 'Apache/2.4.29 (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-403fd965-fc8a-478b-a063-5a0ec2242a93', 'x-compute-request-id': 'req-403fd965-fc8a-478b-a063-5a0ec2242a93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:10,041 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.209s 2021-02-03 12:19:10,041 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:09 GMT', 'server': 'Apache/2.4.29 (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-f4164247-2383-43d5-bf1d-d5e774e0e936', 'x-compute-request-id': 'req-f4164247-2383-43d5-bf1d-d5e774e0e936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:11,282 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.235s 2021-02-03 12:19:11,282 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:11 GMT', 'server': 'Apache/2.4.29 (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-90b2bfbb-79f1-4001-bcf3-6ed1cacdcae9', 'x-compute-request-id': 'req-90b2bfbb-79f1-4001-bcf3-6ed1cacdcae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:12,557 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.268s 2021-02-03 12:19:12,558 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:12 GMT', 'server': 'Apache/2.4.29 (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-72a16eee-98d1-48f7-901b-8296b5225e43', 'x-compute-request-id': 'req-72a16eee-98d1-48f7-901b-8296b5225e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:13,800 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:19:13,801 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:13 GMT', 'server': 'Apache/2.4.29 (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-5c28ed0d-e271-49be-a78f-d5f8d3df5bfe', 'x-compute-request-id': 'req-5c28ed0d-e271-49be-a78f-d5f8d3df5bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:15,045 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.235s 2021-02-03 12:19:15,045 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:14 GMT', 'server': 'Apache/2.4.29 (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-9be6ab03-45d4-4b3d-9a1a-920dc6311f3a', 'x-compute-request-id': 'req-9be6ab03-45d4-4b3d-9a1a-920dc6311f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:16,318 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.268s 2021-02-03 12:19:16,319 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:16 GMT', 'server': 'Apache/2.4.29 (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-2d3fcf98-fc54-4055-8a54-ab1eb03914dd', 'x-compute-request-id': 'req-2d3fcf98-fc54-4055-8a54-ab1eb03914dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:17,574 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:19:17,574 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:17 GMT', 'server': 'Apache/2.4.29 (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-958393d0-ec61-4ad6-9ab9-d66f28db5d9d', 'x-compute-request-id': 'req-958393d0-ec61-4ad6-9ab9-d66f28db5d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:18,850 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.269s 2021-02-03 12:19:18,850 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:18 GMT', 'server': 'Apache/2.4.29 (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-8a534c82-8f29-4ebc-a2f1-4c8fb227fccc', 'x-compute-request-id': 'req-8a534c82-8f29-4ebc-a2f1-4c8fb227fccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:20,228 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.371s 2021-02-03 12:19:20,228 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:19 GMT', 'server': 'Apache/2.4.29 (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-391eedbd-8fe5-46b4-9472-f60ffea278a7', 'x-compute-request-id': 'req-391eedbd-8fe5-46b4-9472-f60ffea278a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:21,531 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.297s 2021-02-03 12:19:21,532 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:21 GMT', 'server': 'Apache/2.4.29 (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-7d091c79-9ac1-481f-8d9a-420d415ac8a1', 'x-compute-request-id': 'req-7d091c79-9ac1-481f-8d9a-420d415ac8a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:22,868 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.330s 2021-02-03 12:19:22,868 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:22 GMT', 'server': 'Apache/2.4.29 (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-fd4c6bc6-1c65-42b4-883b-e1e5fdedfa04', 'x-compute-request-id': 'req-fd4c6bc6-1c65-42b4-883b-e1e5fdedfa04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:23Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:22,873 94712 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 20 second wait 2021-02-03 12:19:24,197 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.322s 2021-02-03 12:19:24,197 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:23 GMT', 'server': 'Apache/2.4.29 (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-94d4ec94-3d8e-4086-9a91-69cf3c73c4a7', 'x-compute-request-id': 'req-94d4ec94-3d8e-4086-9a91-69cf3c73c4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:23Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:25,552 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.348s 2021-02-03 12:19:25,552 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:25 GMT', 'server': 'Apache/2.4.29 (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-f2b87ba8-d007-467d-a451-88650dce41d9', 'x-compute-request-id': 'req-f2b87ba8-d007-467d-a451-88650dce41d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:23Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:26,853 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.288s 2021-02-03 12:19:26,853 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:26 GMT', 'server': 'Apache/2.4.29 (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-022c39fd-64ee-47ce-a215-56ff0df61723', 'x-compute-request-id': 'req-022c39fd-64ee-47ce-a215-56ff0df61723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:26,859 94712 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 24 second wait 2021-02-03 12:19:28,119 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.259s 2021-02-03 12:19:28,119 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:27 GMT', 'server': 'Apache/2.4.29 (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-e367ab11-f8cd-442d-aaf3-63676c529538', 'x-compute-request-id': 'req-e367ab11-f8cd-442d-aaf3-63676c529538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:29,394 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.269s 2021-02-03 12:19:29,394 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:29 GMT', 'server': 'Apache/2.4.29 (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-193beec0-492e-40b2-907d-c9edac92d3bd', 'x-compute-request-id': 'req-193beec0-492e-40b2-907d-c9edac92d3bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:30,653 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.252s 2021-02-03 12:19:30,653 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:30 GMT', 'server': 'Apache/2.4.29 (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-d04f19e6-a873-4511-ae71-0cfa7e08a4ca', 'x-compute-request-id': 'req-d04f19e6-a873-4511-ae71-0cfa7e08a4ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:31,952 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.292s 2021-02-03 12:19:31,952 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:31 GMT', 'server': 'Apache/2.4.29 (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-4ace3413-d4a4-4d0f-bae5-9eb45031caa4', 'x-compute-request-id': 'req-4ace3413-d4a4-4d0f-bae5-9eb45031caa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:33,148 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.189s 2021-02-03 12:19:33,148 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:32 GMT', 'server': 'Apache/2.4.29 (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-7c7d72b9-3296-4ecc-a696-02cf8ee530f2', 'x-compute-request-id': 'req-7c7d72b9-3296-4ecc-a696-02cf8ee530f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:34,462 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.309s 2021-02-03 12:19:34,463 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:34 GMT', 'server': 'Apache/2.4.29 (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-ebf869a2-ec3f-4d0f-a1c7-eb040f7cbfbd', 'x-compute-request-id': 'req-ebf869a2-ec3f-4d0f-a1c7-eb040f7cbfbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:35,705 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:19:35,705 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:35 GMT', 'server': 'Apache/2.4.29 (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-5f31b196-12cd-4ecd-aed5-f953497e0761', 'x-compute-request-id': 'req-5f31b196-12cd-4ecd-aed5-f953497e0761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:36,947 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.235s 2021-02-03 12:19:36,947 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:36 GMT', 'server': 'Apache/2.4.29 (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-65186680-4fe1-482c-b023-1bff8ccd29f4', 'x-compute-request-id': 'req-65186680-4fe1-482c-b023-1bff8ccd29f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:38,171 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.218s 2021-02-03 12:19:38,171 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:37 GMT', 'server': 'Apache/2.4.29 (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-3c7c10db-7d00-403a-974b-ad164277aee3', 'x-compute-request-id': 'req-3c7c10db-7d00-403a-974b-ad164277aee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:39,398 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.220s 2021-02-03 12:19:39,398 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:39 GMT', 'server': 'Apache/2.4.29 (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-c59509ae-9784-4516-aba3-cca7297b3100', 'x-compute-request-id': 'req-c59509ae-9784-4516-aba3-cca7297b3100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:40,640 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:19:40,640 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:40 GMT', 'server': 'Apache/2.4.29 (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-4918ff8a-1063-4ff6-a1ae-9271da073ac5', 'x-compute-request-id': 'req-4918ff8a-1063-4ff6-a1ae-9271da073ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:42,023 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.376s 2021-02-03 12:19:42,023 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:41 GMT', 'server': 'Apache/2.4.29 (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-5eae9887-d879-4a06-95aa-ee0ad113047c', 'x-compute-request-id': 'req-5eae9887-d879-4a06-95aa-ee0ad113047c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:43,328 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.298s 2021-02-03 12:19:43,328 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:43 GMT', 'server': 'Apache/2.4.29 (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-7f15fedc-b5a7-4add-8ecf-c14a69f1b38d', 'x-compute-request-id': 'req-7f15fedc-b5a7-4add-8ecf-c14a69f1b38d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:44,580 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:19:44,580 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:44 GMT', 'server': 'Apache/2.4.29 (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-bed88eef-5baf-4114-9e41-8edca04c95a0', 'x-compute-request-id': 'req-bed88eef-5baf-4114-9e41-8edca04c95a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:45,820 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.234s 2021-02-03 12:19:45,821 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:45 GMT', 'server': 'Apache/2.4.29 (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-e2477e49-fb24-4f36-9dfc-f3f1d02b18b8', 'x-compute-request-id': 'req-e2477e49-fb24-4f36-9dfc-f3f1d02b18b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:47,068 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:19:47,068 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:46 GMT', 'server': 'Apache/2.4.29 (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-df505207-ce19-4669-a86d-9ce7bcda8335', 'x-compute-request-id': 'req-df505207-ce19-4669-a86d-9ce7bcda8335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:48,461 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.387s 2021-02-03 12:19:48,462 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:48 GMT', 'server': 'Apache/2.4.29 (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-d945fc63-9f99-457a-a73f-ba1462898dcb', 'x-compute-request-id': 'req-d945fc63-9f99-457a-a73f-ba1462898dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:49,738 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.266s 2021-02-03 12:19:49,739 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:49 GMT', 'server': 'Apache/2.4.29 (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-f8e097f4-c976-4332-a084-9b35a4150106', 'x-compute-request-id': 'req-f8e097f4-c976-4332-a084-9b35a4150106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:51,006 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.261s 2021-02-03 12:19:51,007 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:50 GMT', 'server': 'Apache/2.4.29 (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-14ff2dd3-4ac2-49b4-b86b-261b03df3115', 'x-compute-request-id': 'req-14ff2dd3-4ac2-49b4-b86b-261b03df3115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:52,238 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.223s 2021-02-03 12:19:52,238 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:52 GMT', 'server': 'Apache/2.4.29 (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-dbae8043-5e6e-4851-b333-b77e62a26a85', 'x-compute-request-id': 'req-dbae8043-5e6e-4851-b333-b77e62a26a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:53,507 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.263s 2021-02-03 12:19:53,508 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:53 GMT', 'server': 'Apache/2.4.29 (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-9122b80c-e511-48ec-a628-333aad4c00fc', 'x-compute-request-id': 'req-9122b80c-e511-48ec-a628-333aad4c00fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:54,756 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:19:54,757 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:54 GMT', 'server': 'Apache/2.4.29 (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-29b19561-0313-453c-b22b-81479f716aa8', 'x-compute-request-id': 'req-29b19561-0313-453c-b22b-81479f716aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:56,122 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.359s 2021-02-03 12:19:56,122 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:55 GMT', 'server': 'Apache/2.4.29 (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-6f921607-7aa5-47f6-9100-c2e317ce062f', 'x-compute-request-id': 'req-6f921607-7aa5-47f6-9100-c2e317ce062f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:57,376 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:19:57,376 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:57 GMT', 'server': 'Apache/2.4.29 (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-b9a04288-09f9-4ab1-a5a0-bf530ce2c1e5', 'x-compute-request-id': 'req-b9a04288-09f9-4ab1-a5a0-bf530ce2c1e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:58,635 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:19:58,635 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:58 GMT', 'server': 'Apache/2.4.29 (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-f0d7ba88-4c0e-4f56-9105-8a42dce899d4', 'x-compute-request-id': 'req-f0d7ba88-4c0e-4f56-9105-8a42dce899d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:19:59,920 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.279s 2021-02-03 12:19:59,921 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:59 GMT', 'server': 'Apache/2.4.29 (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-39d098bb-b504-49db-a51f-cc3388975ccf', 'x-compute-request-id': 'req-39d098bb-b504-49db-a51f-cc3388975ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:01,164 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.237s 2021-02-03 12:20:01,165 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:00 GMT', 'server': 'Apache/2.4.29 (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-76411ad3-4c12-4cbd-a704-7060de6b1191', 'x-compute-request-id': 'req-76411ad3-4c12-4cbd-a704-7060de6b1191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:02,433 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:20:02,434 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:02 GMT', 'server': 'Apache/2.4.29 (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-1f7dd5ff-b0e5-4655-b680-7b5afbfdde26', 'x-compute-request-id': 'req-1f7dd5ff-b0e5-4655-b680-7b5afbfdde26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:03,664 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.223s 2021-02-03 12:20:03,665 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:03 GMT', 'server': 'Apache/2.4.29 (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-b382e330-e041-4351-ac4e-4744fd9a3cba', 'x-compute-request-id': 'req-b382e330-e041-4351-ac4e-4744fd9a3cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:04,897 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.227s 2021-02-03 12:20:04,897 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:04 GMT', 'server': 'Apache/2.4.29 (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-45cc3857-6513-4c9f-b768-20f71a91ae21', 'x-compute-request-id': 'req-45cc3857-6513-4c9f-b768-20f71a91ae21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:06,169 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.266s 2021-02-03 12:20:06,169 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:05 GMT', 'server': 'Apache/2.4.29 (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-f7a9072a-2171-4278-b9be-811b19103060', 'x-compute-request-id': 'req-f7a9072a-2171-4278-b9be-811b19103060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:07,656 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.480s 2021-02-03 12:20:07,657 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:07 GMT', 'server': 'Apache/2.4.29 (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-1d4ac7f7-0308-4728-b1ea-9bc722d1a095', 'x-compute-request-id': 'req-1d4ac7f7-0308-4728-b1ea-9bc722d1a095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:08,919 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:20:08,919 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:08 GMT', 'server': 'Apache/2.4.29 (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-8083879e-2b7a-4641-9cd6-c75c088e935e', 'x-compute-request-id': 'req-8083879e-2b7a-4641-9cd6-c75c088e935e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:10,209 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.283s 2021-02-03 12:20:10,209 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:09 GMT', 'server': 'Apache/2.4.29 (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-b4ebf22c-f63d-4960-b8e3-8d9a1e7bab3a', 'x-compute-request-id': 'req-b4ebf22c-f63d-4960-b8e3-8d9a1e7bab3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:11,463 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:20:11,463 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:11 GMT', 'server': 'Apache/2.4.29 (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-852b377e-0034-4eae-b18e-95753170dd23', 'x-compute-request-id': 'req-852b377e-0034-4eae-b18e-95753170dd23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:12,726 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.256s 2021-02-03 12:20:12,726 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:12 GMT', 'server': 'Apache/2.4.29 (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-dc9f6f29-e05a-45a4-ba38-e77539fd1688', 'x-compute-request-id': 'req-dc9f6f29-e05a-45a4-ba38-e77539fd1688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:13,976 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:20:13,976 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:13 GMT', 'server': 'Apache/2.4.29 (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-2d23cdbf-6afa-46cb-8bd3-41627bbae572', 'x-compute-request-id': 'req-2d23cdbf-6afa-46cb-8bd3-41627bbae572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:15,243 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:20:15,244 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:14 GMT', 'server': 'Apache/2.4.29 (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-de71fbe9-f81e-4673-bb14-271829715a81', 'x-compute-request-id': 'req-de71fbe9-f81e-4673-bb14-271829715a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:16,501 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:20:16,501 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:16 GMT', 'server': 'Apache/2.4.29 (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-e2b19b15-9ba9-4384-8ba1-b63fe0c3cde2', 'x-compute-request-id': 'req-e2b19b15-9ba9-4384-8ba1-b63fe0c3cde2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:17,763 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:20:17,763 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:17 GMT', 'server': 'Apache/2.4.29 (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-ffbc6b96-f75c-4d09-bd47-7c358dd9b01e', 'x-compute-request-id': 'req-ffbc6b96-f75c-4d09-bd47-7c358dd9b01e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:19,032 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.258s 2021-02-03 12:20:19,032 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:18 GMT', 'server': 'Apache/2.4.29 (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-b870a590-9da3-4b7c-8f8b-63ad4a8331f0', 'x-compute-request-id': 'req-b870a590-9da3-4b7c-8f8b-63ad4a8331f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:20,293 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:20:20,294 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:20 GMT', 'server': 'Apache/2.4.29 (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-98cd34f9-7999-40e7-be3c-bc7e90c6c49a', 'x-compute-request-id': 'req-98cd34f9-7999-40e7-be3c-bc7e90c6c49a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:21,557 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.257s 2021-02-03 12:20:21,557 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:21 GMT', 'server': 'Apache/2.4.29 (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-5e89773a-31ef-4324-8ce5-a5da98f60d03', 'x-compute-request-id': 'req-5e89773a-31ef-4324-8ce5-a5da98f60d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:22,807 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:20:22,807 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:22 GMT', 'server': 'Apache/2.4.29 (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-2ddc532e-cd77-4f32-bc9b-ef310d38bdb2', 'x-compute-request-id': 'req-2ddc532e-cd77-4f32-bc9b-ef310d38bdb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:24,058 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:20:24,059 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:23 GMT', 'server': 'Apache/2.4.29 (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-1c5240b0-66bf-4e70-9b20-5212f20280a1', 'x-compute-request-id': 'req-1c5240b0-66bf-4e70-9b20-5212f20280a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:25,302 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.237s 2021-02-03 12:20:25,302 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:25 GMT', 'server': 'Apache/2.4.29 (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-8cdb0e7c-79c6-4001-8757-06ec44cfb1ca', 'x-compute-request-id': 'req-8cdb0e7c-79c6-4001-8757-06ec44cfb1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:26,551 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:20:26,551 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:26 GMT', 'server': 'Apache/2.4.29 (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-863c715e-6451-4d29-993a-042e5ee970cd', 'x-compute-request-id': 'req-863c715e-6451-4d29-993a-042e5ee970cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:27,958 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.400s 2021-02-03 12:20:27,958 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:27 GMT', 'server': 'Apache/2.4.29 (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-cc7dc1c6-92bb-4fb7-881e-cb5b16c4c576', 'x-compute-request-id': 'req-cc7dc1c6-92bb-4fb7-881e-cb5b16c4c576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:29,269 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.305s 2021-02-03 12:20:29,270 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:28 GMT', 'server': 'Apache/2.4.29 (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-e8ed3c0f-d3d2-4f05-81cf-f80ab6f9840a', 'x-compute-request-id': 'req-e8ed3c0f-d3d2-4f05-81cf-f80ab6f9840a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:30,538 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:20:30,539 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:30 GMT', 'server': 'Apache/2.4.29 (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-2fc3d813-5a0c-413a-9ecc-073a077aef40', 'x-compute-request-id': 'req-2fc3d813-5a0c-413a-9ecc-073a077aef40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:31,781 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.235s 2021-02-03 12:20:31,781 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:31 GMT', 'server': 'Apache/2.4.29 (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-3a611d4b-2e84-46ac-bc2f-e25f819385f9', 'x-compute-request-id': 'req-3a611d4b-2e84-46ac-bc2f-e25f819385f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:33,024 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:20:33,024 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:32 GMT', 'server': 'Apache/2.4.29 (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-d1bfb11c-8009-4c5c-a0dc-71457f6098f2', 'x-compute-request-id': 'req-d1bfb11c-8009-4c5c-a0dc-71457f6098f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:34,429 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.399s 2021-02-03 12:20:34,433 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:34 GMT', 'server': 'Apache/2.4.29 (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-cd62e4b8-1faa-4c0a-856f-5937fb22d54f', 'x-compute-request-id': 'req-cd62e4b8-1faa-4c0a-856f-5937fb22d54f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:35,683 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:20:35,684 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:35 GMT', 'server': 'Apache/2.4.29 (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-61849992-59db-4857-9ed7-a763709e6d9c', 'x-compute-request-id': 'req-61849992-59db-4857-9ed7-a763709e6d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:37,283 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.593s 2021-02-03 12:20:37,284 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:36 GMT', 'server': 'Apache/2.4.29 (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-f13c1287-9cf6-40dd-bb13-cb3ef4038e64', 'x-compute-request-id': 'req-f13c1287-9cf6-40dd-bb13-cb3ef4038e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:38,535 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:20:38,535 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:38 GMT', 'server': 'Apache/2.4.29 (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-c8af4545-36ba-4043-9f92-3bf45f832d83', 'x-compute-request-id': 'req-c8af4545-36ba-4043-9f92-3bf45f832d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:39,758 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.216s 2021-02-03 12:20:39,758 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:39 GMT', 'server': 'Apache/2.4.29 (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-eb581f3a-a202-4976-ad13-7c64c41c0e6c', 'x-compute-request-id': 'req-eb581f3a-a202-4976-ad13-7c64c41c0e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:41,032 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.269s 2021-02-03 12:20:41,033 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:40 GMT', 'server': 'Apache/2.4.29 (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-c75c6049-a61c-4984-b6b3-784222b18e2e', 'x-compute-request-id': 'req-c75c6049-a61c-4984-b6b3-784222b18e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:42,312 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.273s 2021-02-03 12:20:42,313 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:42 GMT', 'server': 'Apache/2.4.29 (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-92c4304b-36f5-4bac-8c84-72474cd3440d', 'x-compute-request-id': 'req-92c4304b-36f5-4bac-8c84-72474cd3440d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:43,571 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.250s 2021-02-03 12:20:43,571 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:43 GMT', 'server': 'Apache/2.4.29 (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-a4432b7f-5241-4a4e-8831-ffcdf637015d', 'x-compute-request-id': 'req-a4432b7f-5241-4a4e-8831-ffcdf637015d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:44,829 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:20:44,829 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:44 GMT', 'server': 'Apache/2.4.29 (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-beb73492-b3f6-44e4-ad19-150f1b98d2f6', 'x-compute-request-id': 'req-beb73492-b3f6-44e4-ad19-150f1b98d2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:46,250 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.415s 2021-02-03 12:20:46,250 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:45 GMT', 'server': 'Apache/2.4.29 (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-137c2ac0-80e4-4ebd-ab26-98506af94ca0', 'x-compute-request-id': 'req-137c2ac0-80e4-4ebd-ab26-98506af94ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:47,515 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.258s 2021-02-03 12:20:47,515 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:47 GMT', 'server': 'Apache/2.4.29 (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-58e556a4-a313-4720-828c-cad43d91c676', 'x-compute-request-id': 'req-58e556a4-a313-4720-828c-cad43d91c676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:48,777 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.256s 2021-02-03 12:20:48,777 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:48 GMT', 'server': 'Apache/2.4.29 (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-53db9a44-fe4c-446d-b45b-13ec4f00bc87', 'x-compute-request-id': 'req-53db9a44-fe4c-446d-b45b-13ec4f00bc87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:50,035 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:20:50,036 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:49 GMT', 'server': 'Apache/2.4.29 (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-99865ebe-f856-4b6c-a779-6c39e8dac777', 'x-compute-request-id': 'req-99865ebe-f856-4b6c-a779-6c39e8dac777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:51,283 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:20:51,284 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:51 GMT', 'server': 'Apache/2.4.29 (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-2825b58e-7520-4b78-bea2-f452864971fe', 'x-compute-request-id': 'req-2825b58e-7520-4b78-bea2-f452864971fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:52,564 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.271s 2021-02-03 12:20:52,564 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:52 GMT', 'server': 'Apache/2.4.29 (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-1b6ea146-4260-443f-aee5-51ae05871827', 'x-compute-request-id': 'req-1b6ea146-4260-443f-aee5-51ae05871827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:53,821 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.250s 2021-02-03 12:20:53,821 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:53 GMT', 'server': 'Apache/2.4.29 (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-9d63ffe0-72b3-4441-b59e-3741e657980d', 'x-compute-request-id': 'req-9d63ffe0-72b3-4441-b59e-3741e657980d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:55,093 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.266s 2021-02-03 12:20:55,094 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:54 GMT', 'server': 'Apache/2.4.29 (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-3076d4e4-1a86-43e2-95cf-0fa73b66a543', 'x-compute-request-id': 'req-3076d4e4-1a86-43e2-95cf-0fa73b66a543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:56,326 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.226s 2021-02-03 12:20:56,326 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:56 GMT', 'server': 'Apache/2.4.29 (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-f3745b2c-93d4-4a3a-bd60-8ec510dd594b', 'x-compute-request-id': 'req-f3745b2c-93d4-4a3a-bd60-8ec510dd594b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:57,702 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.369s 2021-02-03 12:20:57,702 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:57 GMT', 'server': 'Apache/2.4.29 (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-c4efa121-ebb5-4d48-a6b5-05cb0103e083', 'x-compute-request-id': 'req-c4efa121-ebb5-4d48-a6b5-05cb0103e083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:20:58,990 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.282s 2021-02-03 12:20:58,991 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:58 GMT', 'server': 'Apache/2.4.29 (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-baa4e185-223b-42e9-ac4a-704a6a764fdc', 'x-compute-request-id': 'req-baa4e185-223b-42e9-ac4a-704a6a764fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:00,228 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.231s 2021-02-03 12:21:00,228 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:20:59 GMT', 'server': 'Apache/2.4.29 (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-8361ef17-2652-472c-8a14-1b9378924afb', 'x-compute-request-id': 'req-8361ef17-2652-472c-8a14-1b9378924afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:01,439 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.204s 2021-02-03 12:21:01,439 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:01 GMT', 'server': 'Apache/2.4.29 (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-686fcb94-da98-4282-a038-d4cab21c72be', 'x-compute-request-id': 'req-686fcb94-da98-4282-a038-d4cab21c72be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:02,703 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.258s 2021-02-03 12:21:02,703 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:02 GMT', 'server': 'Apache/2.4.29 (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-77b83c40-4736-4ad6-aec6-45e54f720bb7', 'x-compute-request-id': 'req-77b83c40-4736-4ad6-aec6-45e54f720bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:03,946 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:21:03,946 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:03 GMT', 'server': 'Apache/2.4.29 (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-9ffadf5d-6237-4b0f-ab89-5c9555b2cd4f', 'x-compute-request-id': 'req-9ffadf5d-6237-4b0f-ab89-5c9555b2cd4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:05,144 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.191s 2021-02-03 12:21:05,144 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:04 GMT', 'server': 'Apache/2.4.29 (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-8f38bfd9-e572-47c2-8917-3db28ae52b16', 'x-compute-request-id': 'req-8f38bfd9-e572-47c2-8917-3db28ae52b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:06,371 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.222s 2021-02-03 12:21:06,372 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:06 GMT', 'server': 'Apache/2.4.29 (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-ac5f6f80-3082-41f4-8ed1-ae466e1f2682', 'x-compute-request-id': 'req-ac5f6f80-3082-41f4-8ed1-ae466e1f2682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:07,614 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:21:07,614 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:07 GMT', 'server': 'Apache/2.4.29 (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-6fb578a7-14ba-42f2-b5f9-0195c5bf5f74', 'x-compute-request-id': 'req-6fb578a7-14ba-42f2-b5f9-0195c5bf5f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:08,848 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.227s 2021-02-03 12:21:08,848 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:08 GMT', 'server': 'Apache/2.4.29 (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-bb41b7bf-fe58-4f67-a280-dc7c2be1941e', 'x-compute-request-id': 'req-bb41b7bf-fe58-4f67-a280-dc7c2be1941e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:10,107 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.252s 2021-02-03 12:21:10,107 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:09 GMT', 'server': 'Apache/2.4.29 (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-63837544-24d7-418d-b03d-332c647fba8a', 'x-compute-request-id': 'req-63837544-24d7-418d-b03d-332c647fba8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:11,384 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.270s 2021-02-03 12:21:11,384 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:11 GMT', 'server': 'Apache/2.4.29 (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-1a8a9d1a-2307-414f-bd68-c43aafa0c3d0', 'x-compute-request-id': 'req-1a8a9d1a-2307-414f-bd68-c43aafa0c3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:12,631 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:21:12,632 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:12 GMT', 'server': 'Apache/2.4.29 (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-d5678652-8381-41a8-9cf3-93ae273d4e83', 'x-compute-request-id': 'req-d5678652-8381-41a8-9cf3-93ae273d4e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:13,892 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:21:13,893 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:13 GMT', 'server': 'Apache/2.4.29 (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-37eebc3f-36e0-4dd5-8f17-131cf78fa4d5', 'x-compute-request-id': 'req-37eebc3f-36e0-4dd5-8f17-131cf78fa4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:15,151 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:21:15,151 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:14 GMT', 'server': 'Apache/2.4.29 (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-49b838de-cedb-4484-9a0f-78e2adbdf786', 'x-compute-request-id': 'req-49b838de-cedb-4484-9a0f-78e2adbdf786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:16,623 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.466s 2021-02-03 12:21:16,624 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:16 GMT', 'server': 'Apache/2.4.29 (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-f572aa7b-4467-4b7f-b05b-d25f74d3c5c0', 'x-compute-request-id': 'req-f572aa7b-4467-4b7f-b05b-d25f74d3c5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:17,894 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.257s 2021-02-03 12:21:17,895 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:17 GMT', 'server': 'Apache/2.4.29 (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-4d19effa-5172-47eb-97ec-cb98661fa5df', 'x-compute-request-id': 'req-4d19effa-5172-47eb-97ec-cb98661fa5df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:19,157 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:21:19,158 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:18 GMT', 'server': 'Apache/2.4.29 (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-7831c567-cda9-406a-8517-e50c750db48a', 'x-compute-request-id': 'req-7831c567-cda9-406a-8517-e50c750db48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:20,422 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:21:20,423 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:20 GMT', 'server': 'Apache/2.4.29 (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-cc4ba227-00de-492f-b395-f9786494854f', 'x-compute-request-id': 'req-cc4ba227-00de-492f-b395-f9786494854f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:21,688 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:21:21,689 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:21 GMT', 'server': 'Apache/2.4.29 (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-4a166f1a-94e3-4509-8939-25e09860041b', 'x-compute-request-id': 'req-4a166f1a-94e3-4509-8939-25e09860041b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:23,103 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.407s 2021-02-03 12:21:23,103 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:22 GMT', 'server': 'Apache/2.4.29 (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-9d0e537b-37c5-4ee3-9864-f9d5bc250dce', 'x-compute-request-id': 'req-9d0e537b-37c5-4ee3-9864-f9d5bc250dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:24,364 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:21:24,365 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:24 GMT', 'server': 'Apache/2.4.29 (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-bde1e8cb-52af-482c-85f7-30cd61625662', 'x-compute-request-id': 'req-bde1e8cb-52af-482c-85f7-30cd61625662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:25,619 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:21:25,619 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:25 GMT', 'server': 'Apache/2.4.29 (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-c4a3f949-47bf-46c6-8a18-f35d1b2e6251', 'x-compute-request-id': 'req-c4a3f949-47bf-46c6-8a18-f35d1b2e6251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:26,884 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.257s 2021-02-03 12:21:26,884 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:26 GMT', 'server': 'Apache/2.4.29 (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-f464c77c-4a46-4e96-a572-aaf5a16b35be', 'x-compute-request-id': 'req-f464c77c-4a46-4e96-a572-aaf5a16b35be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:28,159 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.263s 2021-02-03 12:21:28,159 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:27 GMT', 'server': 'Apache/2.4.29 (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-40de83f9-7efc-4935-94f0-e4538017f23b', 'x-compute-request-id': 'req-40de83f9-7efc-4935-94f0-e4538017f23b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:29,432 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.266s 2021-02-03 12:21:29,432 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:29 GMT', 'server': 'Apache/2.4.29 (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-89b2992b-0ae6-4ec5-a635-47510d18ee65', 'x-compute-request-id': 'req-89b2992b-0ae6-4ec5-a635-47510d18ee65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:30,681 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:21:30,681 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:30 GMT', 'server': 'Apache/2.4.29 (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-72ab5f59-d169-4eaa-b71b-9094b094d845', 'x-compute-request-id': 'req-72ab5f59-d169-4eaa-b71b-9094b094d845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:31,943 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:21:31,943 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:31 GMT', 'server': 'Apache/2.4.29 (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-4fbf1dc2-a7c3-4ea1-93a1-81e3ca56993a', 'x-compute-request-id': 'req-4fbf1dc2-a7c3-4ea1-93a1-81e3ca56993a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:33,198 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:21:33,199 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:32 GMT', 'server': 'Apache/2.4.29 (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-7e71083f-7fbd-4543-b0f8-5ba3b40b310d', 'x-compute-request-id': 'req-7e71083f-7fbd-4543-b0f8-5ba3b40b310d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:34,470 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.265s 2021-02-03 12:21:34,471 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:34 GMT', 'server': 'Apache/2.4.29 (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-2dba58f7-1a1f-4408-b6b6-01802051d163', 'x-compute-request-id': 'req-2dba58f7-1a1f-4408-b6b6-01802051d163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:35,716 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:21:35,717 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:35 GMT', 'server': 'Apache/2.4.29 (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-d0fd1e0f-56b3-4294-8e3f-0dcacd0ccf0a', 'x-compute-request-id': 'req-d0fd1e0f-56b3-4294-8e3f-0dcacd0ccf0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:36,969 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:21:36,970 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:36 GMT', 'server': 'Apache/2.4.29 (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-258a12f7-3dda-4418-8e0f-d9df6a31ef5d', 'x-compute-request-id': 'req-258a12f7-3dda-4418-8e0f-d9df6a31ef5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:38,223 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:21:38,223 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:37 GMT', 'server': 'Apache/2.4.29 (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-0bc26a27-2f39-4875-bbdd-669b6a7ea48d', 'x-compute-request-id': 'req-0bc26a27-2f39-4875-bbdd-669b6a7ea48d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:39,641 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.411s 2021-02-03 12:21:39,641 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:39 GMT', 'server': 'Apache/2.4.29 (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-757e7341-92e0-4a06-bbb6-050d958004dd', 'x-compute-request-id': 'req-757e7341-92e0-4a06-bbb6-050d958004dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:40,946 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.298s 2021-02-03 12:21:40,947 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:40 GMT', 'server': 'Apache/2.4.29 (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-caef7611-7776-47f3-a68f-3e77db919e5f', 'x-compute-request-id': 'req-caef7611-7776-47f3-a68f-3e77db919e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:42,181 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.229s 2021-02-03 12:21:42,182 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:41 GMT', 'server': 'Apache/2.4.29 (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-66c1cb51-b8fd-4a9c-8acc-7f35ed3220ca', 'x-compute-request-id': 'req-66c1cb51-b8fd-4a9c-8acc-7f35ed3220ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:43,428 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:21:43,428 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:43 GMT', 'server': 'Apache/2.4.29 (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-161b1890-800d-4097-8706-1f9a00f085f4', 'x-compute-request-id': 'req-161b1890-800d-4097-8706-1f9a00f085f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:44,831 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.397s 2021-02-03 12:21:44,832 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:44 GMT', 'server': 'Apache/2.4.29 (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-c78bea11-3248-49e5-bb20-40b5a240f062', 'x-compute-request-id': 'req-c78bea11-3248-49e5-bb20-40b5a240f062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:46,544 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.700s 2021-02-03 12:21:46,544 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:45 GMT', 'server': 'Apache/2.4.29 (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-8b46bf2d-781b-4583-8237-1106813e26e7', 'x-compute-request-id': 'req-8b46bf2d-781b-4583-8237-1106813e26e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:21:47,858 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.306s 2021-02-03 12:21:47,859 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:47 GMT', 'server': 'Apache/2.4.29 (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-09ad5d85-654e-41c6-845a-101eef8f1767', 'x-compute-request-id': 'req-09ad5d85-654e-41c6-845a-101eef8f1767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:22:48,925 94712 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.101', port=80): Read timed out. (read timeout=60)",)': /compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 2021-02-03 12:23:48,985 94712 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 2021-02-03 12:24:33,721 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 164.855s 2021-02-03 12:24:33,721 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:23:48 GMT', 'server': 'Apache/2.4.29 (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-d55e1681-9b8d-408b-9f6d-32d2d835541c', 'x-compute-request-id': 'req-d55e1681-9b8d-408b-9f6d-32d2d835541c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:34,980 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:24:34,980 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:34 GMT', 'server': 'Apache/2.4.29 (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-01e41325-55c8-444e-9c06-dcb15230fcb9', 'x-compute-request-id': 'req-01e41325-55c8-444e-9c06-dcb15230fcb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:36,263 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.277s 2021-02-03 12:24:36,263 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:35 GMT', 'server': 'Apache/2.4.29 (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-f4eb0050-39a0-423c-9390-540700d62a72', 'x-compute-request-id': 'req-f4eb0050-39a0-423c-9390-540700d62a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:37,627 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.358s 2021-02-03 12:24:37,628 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:37 GMT', 'server': 'Apache/2.4.29 (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-a674c720-7288-4185-8288-374b737d2cfb', 'x-compute-request-id': 'req-a674c720-7288-4185-8288-374b737d2cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:38,958 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.325s 2021-02-03 12:24:38,959 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:38 GMT', 'server': 'Apache/2.4.29 (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-abdfba51-4259-4f17-911e-b0ed0ac0569d', 'x-compute-request-id': 'req-abdfba51-4259-4f17-911e-b0ed0ac0569d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:40,381 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.413s 2021-02-03 12:24:40,381 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:39 GMT', 'server': 'Apache/2.4.29 (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-9e3c6c94-3038-4724-9f78-6fffabed94bf', 'x-compute-request-id': 'req-9e3c6c94-3038-4724-9f78-6fffabed94bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:41,635 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:24:41,636 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:41 GMT', 'server': 'Apache/2.4.29 (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-6013bfe7-f894-456f-ae88-f6551c856395', 'x-compute-request-id': 'req-6013bfe7-f894-456f-ae88-f6551c856395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:43,105 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.463s 2021-02-03 12:24:43,105 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:42 GMT', 'server': 'Apache/2.4.29 (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-ae03b7c1-f9d3-4adf-bb80-f309297b846f', 'x-compute-request-id': 'req-ae03b7c1-f9d3-4adf-bb80-f309297b846f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:44,393 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.281s 2021-02-03 12:24:44,393 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:44 GMT', 'server': 'Apache/2.4.29 (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-44832734-02c5-474d-951f-9f491bc662de', 'x-compute-request-id': 'req-44832734-02c5-474d-951f-9f491bc662de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:45,815 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.415s 2021-02-03 12:24:45,815 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:45 GMT', 'server': 'Apache/2.4.29 (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-fde5f792-6b8c-47b9-b9d3-60703c289ee4', 'x-compute-request-id': 'req-fde5f792-6b8c-47b9-b9d3-60703c289ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:47,056 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.234s 2021-02-03 12:24:47,057 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:46 GMT', 'server': 'Apache/2.4.29 (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-2657fa78-f1af-40a2-8116-b53892287d47', 'x-compute-request-id': 'req-2657fa78-f1af-40a2-8116-b53892287d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:48,303 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.239s 2021-02-03 12:24:48,304 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:48 GMT', 'server': 'Apache/2.4.29 (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-7e800c85-a093-4953-ac57-6d4c86f3bf9a', 'x-compute-request-id': 'req-7e800c85-a093-4953-ac57-6d4c86f3bf9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:49,765 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.455s 2021-02-03 12:24:49,766 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:49 GMT', 'server': 'Apache/2.4.29 (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-d1a977e4-a05e-4b2f-8d67-dd3d6291fd20', 'x-compute-request-id': 'req-d1a977e4-a05e-4b2f-8d67-dd3d6291fd20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:50,998 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.220s 2021-02-03 12:24:50,998 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:50 GMT', 'server': 'Apache/2.4.29 (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-67ff7d87-66dc-4f7b-998a-edf4bd48db99', 'x-compute-request-id': 'req-67ff7d87-66dc-4f7b-998a-edf4bd48db99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:52,252 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:24:52,253 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:52 GMT', 'server': 'Apache/2.4.29 (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-e055e347-abc2-4074-a421-8dbfeac60a36', 'x-compute-request-id': 'req-e055e347-abc2-4074-a421-8dbfeac60a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:53,504 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:24:53,504 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:53 GMT', 'server': 'Apache/2.4.29 (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-0648ee94-6115-49e4-abba-a9a4426243e9', 'x-compute-request-id': 'req-0648ee94-6115-49e4-abba-a9a4426243e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:54,754 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:24:54,755 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:54 GMT', 'server': 'Apache/2.4.29 (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-97589483-e1d7-43ec-89c7-61a97b2fb00d', 'x-compute-request-id': 'req-97589483-e1d7-43ec-89c7-61a97b2fb00d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:56,005 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.239s 2021-02-03 12:24:56,006 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:55 GMT', 'server': 'Apache/2.4.29 (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-4f0146f1-059e-4f1a-a06c-dea3720bc6e9', 'x-compute-request-id': 'req-4f0146f1-059e-4f1a-a06c-dea3720bc6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:57,238 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.226s 2021-02-03 12:24:57,238 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:57 GMT', 'server': 'Apache/2.4.29 (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-202fd83e-b938-45b7-836b-fd45e417a569', 'x-compute-request-id': 'req-202fd83e-b938-45b7-836b-fd45e417a569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:58,471 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.226s 2021-02-03 12:24:58,471 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:58 GMT', 'server': 'Apache/2.4.29 (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-da6de987-eb9e-4c45-8f9f-1ac2fa932039', 'x-compute-request-id': 'req-da6de987-eb9e-4c45-8f9f-1ac2fa932039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:24:59,721 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:24:59,721 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:24:59 GMT', 'server': 'Apache/2.4.29 (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-672e804d-a451-4386-acc9-5c230717e3e2', 'x-compute-request-id': 'req-672e804d-a451-4386-acc9-5c230717e3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:00,960 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.234s 2021-02-03 12:25:00,961 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:00 GMT', 'server': 'Apache/2.4.29 (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-d86e9d6a-d7b5-415a-8f70-24d1e39247f5', 'x-compute-request-id': 'req-d86e9d6a-d7b5-415a-8f70-24d1e39247f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:02,212 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:25:02,213 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:01 GMT', 'server': 'Apache/2.4.29 (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-5da27c0d-7488-4831-9c58-d4827a89ddae', 'x-compute-request-id': 'req-5da27c0d-7488-4831-9c58-d4827a89ddae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:19:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:02,361 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.143s 2021-02-03 12:25:02,361 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:02 GMT', 'server': 'Apache/2.4.29 (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-c4c43659-109b-4f6c-97bc-e15839f630a8', 'x-compute-request-id': 'req-c4c43659-109b-4f6c-97bc-e15839f630a8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'' 2021-02-03 12:25:02,575 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.213s 2021-02-03 12:25:02,576 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:02 GMT', 'server': 'Apache/2.4.29 (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-4d7bb27a-41b7-4762-bdaa-86a102f2e678', 'x-compute-request-id': 'req-4d7bb27a-41b7-4762-bdaa-86a102f2e678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:03,830 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:25:03,830 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:03 GMT', 'server': 'Apache/2.4.29 (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-5e388443-0ea7-40a3-b336-f5700ae48f35', 'x-compute-request-id': 'req-5e388443-0ea7-40a3-b336-f5700ae48f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:05,081 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:25:05,081 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:04 GMT', 'server': 'Apache/2.4.29 (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-031adf82-feb6-4e9a-8971-5ca47ba94669', 'x-compute-request-id': 'req-031adf82-feb6-4e9a-8971-5ca47ba94669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:06,326 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.233s 2021-02-03 12:25:06,326 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:06 GMT', 'server': 'Apache/2.4.29 (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-43f26df2-8851-4bf1-bc42-89b5e45e10a5', 'x-compute-request-id': 'req-43f26df2-8851-4bf1-bc42-89b5e45e10a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:07,562 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.229s 2021-02-03 12:25:07,563 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:07 GMT', 'server': 'Apache/2.4.29 (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-58923018-e5fe-41a7-b409-cfad1b1d035c', 'x-compute-request-id': 'req-58923018-e5fe-41a7-b409-cfad1b1d035c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:08,814 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:25:08,815 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:08 GMT', 'server': 'Apache/2.4.29 (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-1da3cad8-563a-47af-8c43-c4b10c5d7bba', 'x-compute-request-id': 'req-1da3cad8-563a-47af-8c43-c4b10c5d7bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:10,076 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:25:10,077 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:09 GMT', 'server': 'Apache/2.4.29 (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-b2e66fae-efe7-4ac2-bd21-5b7a2fcce764', 'x-compute-request-id': 'req-b2e66fae-efe7-4ac2-bd21-5b7a2fcce764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:11,345 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:25:11,345 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:11 GMT', 'server': 'Apache/2.4.29 (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-1e487634-a1b8-4cee-a59c-6f47ada0e9ae', 'x-compute-request-id': 'req-1e487634-a1b8-4cee-a59c-6f47ada0e9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:12,588 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.231s 2021-02-03 12:25:12,588 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:12 GMT', 'server': 'Apache/2.4.29 (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-2bd94e48-fcb1-41bc-ba3d-1c20a6dcbbaa', 'x-compute-request-id': 'req-2bd94e48-fcb1-41bc-ba3d-1c20a6dcbbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:13,848 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:25:13,848 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:13 GMT', 'server': 'Apache/2.4.29 (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-d149998b-c04f-4428-99f5-ded9a1815301', 'x-compute-request-id': 'req-d149998b-c04f-4428-99f5-ded9a1815301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:15,094 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:25:15,094 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:14 GMT', 'server': 'Apache/2.4.29 (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-45f49abb-9127-4ce3-9f1b-084f0e59588c', 'x-compute-request-id': 'req-45f49abb-9127-4ce3-9f1b-084f0e59588c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:16,358 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.256s 2021-02-03 12:25:16,358 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:16 GMT', 'server': 'Apache/2.4.29 (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-4521a457-96f4-41d1-9992-dc3b2d7e0610', 'x-compute-request-id': 'req-4521a457-96f4-41d1-9992-dc3b2d7e0610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:17,642 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.277s 2021-02-03 12:25:17,642 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:17 GMT', 'server': 'Apache/2.4.29 (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-baf8bd9c-0355-48ce-8083-27f12f68840a', 'x-compute-request-id': 'req-baf8bd9c-0355-48ce-8083-27f12f68840a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:18,882 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.234s 2021-02-03 12:25:18,882 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:18 GMT', 'server': 'Apache/2.4.29 (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-922f928f-62f3-42fe-8cba-13f3140745c0', 'x-compute-request-id': 'req-922f928f-62f3-42fe-8cba-13f3140745c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:20,155 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.267s 2021-02-03 12:25:20,156 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:19 GMT', 'server': 'Apache/2.4.29 (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-93c7b79c-2447-4f28-ac8c-3643eaf709f5', 'x-compute-request-id': 'req-93c7b79c-2447-4f28-ac8c-3643eaf709f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:21,416 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:25:21,417 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:21 GMT', 'server': 'Apache/2.4.29 (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-f00e2dbe-255e-4104-840a-103afdb5770c', 'x-compute-request-id': 'req-f00e2dbe-255e-4104-840a-103afdb5770c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:22,678 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:25:22,679 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:22 GMT', 'server': 'Apache/2.4.29 (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-8fcb2e36-3f13-475c-8173-bfbe6da96ae7', 'x-compute-request-id': 'req-8fcb2e36-3f13-475c-8173-bfbe6da96ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:23,956 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.271s 2021-02-03 12:25:23,956 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:23 GMT', 'server': 'Apache/2.4.29 (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-32d39373-61cf-4dce-8762-5ce87a4527c1', 'x-compute-request-id': 'req-32d39373-61cf-4dce-8762-5ce87a4527c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:25,229 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.266s 2021-02-03 12:25:25,229 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:24 GMT', 'server': 'Apache/2.4.29 (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-980f0ee6-29a1-4392-b380-c00a1eb965e0', 'x-compute-request-id': 'req-980f0ee6-29a1-4392-b380-c00a1eb965e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:26,482 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:25:26,483 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:26 GMT', 'server': 'Apache/2.4.29 (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-097f74c0-ca1d-47c0-ad22-134b2849801f', 'x-compute-request-id': 'req-097f74c0-ca1d-47c0-ad22-134b2849801f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:27,743 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:25:27,743 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:27 GMT', 'server': 'Apache/2.4.29 (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-267302a0-363b-4cdd-bc1b-5fddfe0d0d60', 'x-compute-request-id': 'req-267302a0-363b-4cdd-bc1b-5fddfe0d0d60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:29,000 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.250s 2021-02-03 12:25:29,000 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:28 GMT', 'server': 'Apache/2.4.29 (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-8ad92906-db3a-4c41-983f-09d34c10a418', 'x-compute-request-id': 'req-8ad92906-db3a-4c41-983f-09d34c10a418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:30,239 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.233s 2021-02-03 12:25:30,239 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:30 GMT', 'server': 'Apache/2.4.29 (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-50beda9b-867d-4970-b48a-7a25871648cd', 'x-compute-request-id': 'req-50beda9b-867d-4970-b48a-7a25871648cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:31,740 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.495s 2021-02-03 12:25:31,741 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:31 GMT', 'server': 'Apache/2.4.29 (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-a096c3db-6340-4526-a1cd-74ad75548fad', 'x-compute-request-id': 'req-a096c3db-6340-4526-a1cd-74ad75548fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:33,004 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:25:33,005 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:32 GMT', 'server': 'Apache/2.4.29 (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-60aa934e-7a19-4136-8cf2-83c613216229', 'x-compute-request-id': 'req-60aa934e-7a19-4136-8cf2-83c613216229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:34,251 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.235s 2021-02-03 12:25:34,252 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:34 GMT', 'server': 'Apache/2.4.29 (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-c6358440-2697-4d57-9520-78898c0fa9ad', 'x-compute-request-id': 'req-c6358440-2697-4d57-9520-78898c0fa9ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:35,510 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:25:35,511 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:35 GMT', 'server': 'Apache/2.4.29 (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-d05c15ea-13d2-4faa-a63a-2494484c6d12', 'x-compute-request-id': 'req-d05c15ea-13d2-4faa-a63a-2494484c6d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:36,756 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:25:36,756 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:36 GMT', 'server': 'Apache/2.4.29 (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-ca619c9d-ba1c-40b5-83a5-e122c5e54acf', 'x-compute-request-id': 'req-ca619c9d-ba1c-40b5-83a5-e122c5e54acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:38,006 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:25:38,007 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:37 GMT', 'server': 'Apache/2.4.29 (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-c3db1e13-ea33-4d32-8c18-ef4f968b9b61', 'x-compute-request-id': 'req-c3db1e13-ea33-4d32-8c18-ef4f968b9b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:39,276 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.263s 2021-02-03 12:25:39,277 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:39 GMT', 'server': 'Apache/2.4.29 (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-efbab5b4-46d0-4259-87a9-60701b2b0fb0', 'x-compute-request-id': 'req-efbab5b4-46d0-4259-87a9-60701b2b0fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:40,559 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.271s 2021-02-03 12:25:40,560 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:40 GMT', 'server': 'Apache/2.4.29 (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-c5d832e4-100a-4596-a679-2d50ba54ffab', 'x-compute-request-id': 'req-c5d832e4-100a-4596-a679-2d50ba54ffab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:41,804 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:25:41,804 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:41 GMT', 'server': 'Apache/2.4.29 (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-2a60a0ff-5c94-4f14-89f4-32bb3a370be1', 'x-compute-request-id': 'req-2a60a0ff-5c94-4f14-89f4-32bb3a370be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:43,058 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:25:43,058 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:42 GMT', 'server': 'Apache/2.4.29 (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-1229f0e0-c385-4ac8-b3ef-d4852abe7c19', 'x-compute-request-id': 'req-1229f0e0-c385-4ac8-b3ef-d4852abe7c19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:44,316 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:25:44,316 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:44 GMT', 'server': 'Apache/2.4.29 (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-87966408-9b2a-46aa-84d5-cecf764f6d77', 'x-compute-request-id': 'req-87966408-9b2a-46aa-84d5-cecf764f6d77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:45,568 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:25:45,569 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:45 GMT', 'server': 'Apache/2.4.29 (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-15340990-fa9b-4e1d-8100-cbfc42f448f9', 'x-compute-request-id': 'req-15340990-fa9b-4e1d-8100-cbfc42f448f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:46,830 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:25:46,831 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:46 GMT', 'server': 'Apache/2.4.29 (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-d0629463-ba76-4b4e-9c02-32c2a5f06bbb', 'x-compute-request-id': 'req-d0629463-ba76-4b4e-9c02-32c2a5f06bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:48,115 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.272s 2021-02-03 12:25:48,115 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:47 GMT', 'server': 'Apache/2.4.29 (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-6afb6ef4-c772-42c3-b6de-1cee31c60c65', 'x-compute-request-id': 'req-6afb6ef4-c772-42c3-b6de-1cee31c60c65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:49,351 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.229s 2021-02-03 12:25:49,352 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:49 GMT', 'server': 'Apache/2.4.29 (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-056abddf-baab-4c7f-8ca4-53cd580be447', 'x-compute-request-id': 'req-056abddf-baab-4c7f-8ca4-53cd580be447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:50,615 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:25:50,615 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:50 GMT', 'server': 'Apache/2.4.29 (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-81f2fe67-3564-4fc1-8e52-5caf4a941f86', 'x-compute-request-id': 'req-81f2fe67-3564-4fc1-8e52-5caf4a941f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:51,881 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.259s 2021-02-03 12:25:51,881 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:51 GMT', 'server': 'Apache/2.4.29 (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-6125766e-b89a-4594-895c-b60f48df068d', 'x-compute-request-id': 'req-6125766e-b89a-4594-895c-b60f48df068d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:53,149 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.261s 2021-02-03 12:25:53,149 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:52 GMT', 'server': 'Apache/2.4.29 (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-c91a252f-38ce-4ee4-9f5d-1ebb7f3f6e52', 'x-compute-request-id': 'req-c91a252f-38ce-4ee4-9f5d-1ebb7f3f6e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:54,402 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:25:54,402 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:54 GMT', 'server': 'Apache/2.4.29 (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-9f465dbc-5084-4028-a625-c8e956407908', 'x-compute-request-id': 'req-9f465dbc-5084-4028-a625-c8e956407908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:55,662 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:25:55,663 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:55 GMT', 'server': 'Apache/2.4.29 (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-ea38c610-7a8d-4328-a453-7350726528df', 'x-compute-request-id': 'req-ea38c610-7a8d-4328-a453-7350726528df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:56,935 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.261s 2021-02-03 12:25:56,936 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:56 GMT', 'server': 'Apache/2.4.29 (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-c1be1a9c-7b16-4e5b-a3b6-bf24452a7c37', 'x-compute-request-id': 'req-c1be1a9c-7b16-4e5b-a3b6-bf24452a7c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:58,208 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:25:58,209 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:57 GMT', 'server': 'Apache/2.4.29 (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-f1d910da-fcd8-4eed-a7c0-72ac3ac361e5', 'x-compute-request-id': 'req-f1d910da-fcd8-4eed-a7c0-72ac3ac361e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:25:59,475 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:25:59,475 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:25:59 GMT', 'server': 'Apache/2.4.29 (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-28a39ccc-2a10-4e37-8a48-587a3cae8dbb', 'x-compute-request-id': 'req-28a39ccc-2a10-4e37-8a48-587a3cae8dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:00,727 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:26:00,727 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:00 GMT', 'server': 'Apache/2.4.29 (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-b3fa2f17-efa8-4f55-ad94-873ce509f620', 'x-compute-request-id': 'req-b3fa2f17-efa8-4f55-ad94-873ce509f620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:01,994 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:26:01,995 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:01 GMT', 'server': 'Apache/2.4.29 (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-5e127951-3b21-4d85-8598-c733a7785b54', 'x-compute-request-id': 'req-5e127951-3b21-4d85-8598-c733a7785b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:03,261 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:26:03,261 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:03 GMT', 'server': 'Apache/2.4.29 (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-e2996844-db59-4b04-9319-7123e96189ff', 'x-compute-request-id': 'req-e2996844-db59-4b04-9319-7123e96189ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:04,511 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:26:04,511 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:04 GMT', 'server': 'Apache/2.4.29 (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-ddb49cb5-c5b8-4743-aee7-20576041a289', 'x-compute-request-id': 'req-ddb49cb5-c5b8-4743-aee7-20576041a289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:05,758 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:26:05,759 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:05 GMT', 'server': 'Apache/2.4.29 (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-77da064a-e020-432e-8513-8f0d7fde29a6', 'x-compute-request-id': 'req-77da064a-e020-432e-8513-8f0d7fde29a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:07,006 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:26:07,007 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:06 GMT', 'server': 'Apache/2.4.29 (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-e2dba875-bfbd-4527-9c59-32b854209852', 'x-compute-request-id': 'req-e2dba875-bfbd-4527-9c59-32b854209852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:08,233 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.215s 2021-02-03 12:26:08,234 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:08 GMT', 'server': 'Apache/2.4.29 (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-98ddfe33-a5c6-4c5b-bc5c-948d37cd5fa6', 'x-compute-request-id': 'req-98ddfe33-a5c6-4c5b-bc5c-948d37cd5fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:09,485 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:26:09,486 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:09 GMT', 'server': 'Apache/2.4.29 (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-b9a6592f-a695-4f2e-bf0f-657cb8cacbcd', 'x-compute-request-id': 'req-b9a6592f-a695-4f2e-bf0f-657cb8cacbcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:10,743 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:26:10,744 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:10 GMT', 'server': 'Apache/2.4.29 (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-9265a69a-1f6f-406b-898e-c7666cd97b56', 'x-compute-request-id': 'req-9265a69a-1f6f-406b-898e-c7666cd97b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:12,012 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:26:12,012 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:11 GMT', 'server': 'Apache/2.4.29 (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-d7d2519a-9a38-451a-8e50-1f1c89fc91d1', 'x-compute-request-id': 'req-d7d2519a-9a38-451a-8e50-1f1c89fc91d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:13,255 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:26:13,255 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:13 GMT', 'server': 'Apache/2.4.29 (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-17b9659b-8ab2-425f-96c4-003034a53da1', 'x-compute-request-id': 'req-17b9659b-8ab2-425f-96c4-003034a53da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:14,502 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.239s 2021-02-03 12:26:14,503 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:14 GMT', 'server': 'Apache/2.4.29 (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-9c751628-077d-4e83-a828-86bfe92c89a0', 'x-compute-request-id': 'req-9c751628-077d-4e83-a828-86bfe92c89a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:15,757 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:26:15,757 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:15 GMT', 'server': 'Apache/2.4.29 (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-8496fce4-2b95-4471-b5a2-31fa9e91406d', 'x-compute-request-id': 'req-8496fce4-2b95-4471-b5a2-31fa9e91406d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:17,027 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.263s 2021-02-03 12:26:17,028 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:16 GMT', 'server': 'Apache/2.4.29 (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-7acf39c7-6ec4-47a3-8681-21d8cfc7fdbd', 'x-compute-request-id': 'req-7acf39c7-6ec4-47a3-8681-21d8cfc7fdbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:18,298 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.264s 2021-02-03 12:26:18,299 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:18 GMT', 'server': 'Apache/2.4.29 (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-2acb3bcf-c172-44cf-9b31-03c3303772af', 'x-compute-request-id': 'req-2acb3bcf-c172-44cf-9b31-03c3303772af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:19,578 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.273s 2021-02-03 12:26:19,579 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:19 GMT', 'server': 'Apache/2.4.29 (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-72e177ec-dbbe-4b42-8cbd-28b26732bcdc', 'x-compute-request-id': 'req-72e177ec-dbbe-4b42-8cbd-28b26732bcdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:20,842 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.252s 2021-02-03 12:26:20,843 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:20 GMT', 'server': 'Apache/2.4.29 (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-27fa1a43-601a-4f77-a63c-37ba1a05f571', 'x-compute-request-id': 'req-27fa1a43-601a-4f77-a63c-37ba1a05f571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:22,104 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:26:22,104 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:21 GMT', 'server': 'Apache/2.4.29 (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-3450fc53-9837-4164-a00a-e4bc43007af3', 'x-compute-request-id': 'req-3450fc53-9837-4164-a00a-e4bc43007af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:23,354 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:26:23,354 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:23 GMT', 'server': 'Apache/2.4.29 (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-96e6f0ba-9bac-492b-b7d1-3888400a736f', 'x-compute-request-id': 'req-96e6f0ba-9bac-492b-b7d1-3888400a736f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:24,822 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.461s 2021-02-03 12:26:24,823 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:24 GMT', 'server': 'Apache/2.4.29 (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-431b4409-150e-4314-886e-e3e9398259e1', 'x-compute-request-id': 'req-431b4409-150e-4314-886e-e3e9398259e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:26,124 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.291s 2021-02-03 12:26:26,125 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:25 GMT', 'server': 'Apache/2.4.29 (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-39def9b4-fc61-4ae7-b4de-583d82ca8c23', 'x-compute-request-id': 'req-39def9b4-fc61-4ae7-b4de-583d82ca8c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:27,377 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:26:27,378 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:27 GMT', 'server': 'Apache/2.4.29 (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-559cac05-880b-47f0-8de5-18df6e872835', 'x-compute-request-id': 'req-559cac05-880b-47f0-8de5-18df6e872835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:28,639 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:26:28,639 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:28 GMT', 'server': 'Apache/2.4.29 (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-7402f524-6357-4e3a-95e2-799fbe08b7c6', 'x-compute-request-id': 'req-7402f524-6357-4e3a-95e2-799fbe08b7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:29,905 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.259s 2021-02-03 12:26:29,905 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:29 GMT', 'server': 'Apache/2.4.29 (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-f307a938-43ed-4949-9b23-fca5df786df6', 'x-compute-request-id': 'req-f307a938-43ed-4949-9b23-fca5df786df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:31,157 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.239s 2021-02-03 12:26:31,157 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:30 GMT', 'server': 'Apache/2.4.29 (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-eaf702d5-5a29-4603-aa85-9c4ff4a48238', 'x-compute-request-id': 'req-eaf702d5-5a29-4603-aa85-9c4ff4a48238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:32,419 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:26:32,419 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:32 GMT', 'server': 'Apache/2.4.29 (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-92cfdeec-b161-4970-b489-7e5e88eb0c5e', 'x-compute-request-id': 'req-92cfdeec-b161-4970-b489-7e5e88eb0c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:33,678 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:26:33,679 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:33 GMT', 'server': 'Apache/2.4.29 (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-de939885-5b89-4b07-8db5-759cc67e4ffe', 'x-compute-request-id': 'req-de939885-5b89-4b07-8db5-759cc67e4ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:34,946 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:26:34,946 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:34 GMT', 'server': 'Apache/2.4.29 (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-a5a5c14f-4fdd-4d93-a9f4-b48c6100176d', 'x-compute-request-id': 'req-a5a5c14f-4fdd-4d93-a9f4-b48c6100176d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:36,204 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:26:36,205 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:35 GMT', 'server': 'Apache/2.4.29 (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-1741abf1-3611-4c3e-993f-3602ce45b1a9', 'x-compute-request-id': 'req-1741abf1-3611-4c3e-993f-3602ce45b1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:37,468 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.250s 2021-02-03 12:26:37,468 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:37 GMT', 'server': 'Apache/2.4.29 (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-9724d7a4-1ee9-47d3-86a1-8d37bdb42320', 'x-compute-request-id': 'req-9724d7a4-1ee9-47d3-86a1-8d37bdb42320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:38,724 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:26:38,724 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:38 GMT', 'server': 'Apache/2.4.29 (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-122c1189-f87e-4d25-baba-52fad6a3a928', 'x-compute-request-id': 'req-122c1189-f87e-4d25-baba-52fad6a3a928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:39,977 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:26:39,978 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:39 GMT', 'server': 'Apache/2.4.29 (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-2efbb150-e1a3-4010-abb1-c8d137ff7cf6', 'x-compute-request-id': 'req-2efbb150-e1a3-4010-abb1-c8d137ff7cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:41,360 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.371s 2021-02-03 12:26:41,360 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:40 GMT', 'server': 'Apache/2.4.29 (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-e28fc021-2197-4aaf-a4a9-994711859ab2', 'x-compute-request-id': 'req-e28fc021-2197-4aaf-a4a9-994711859ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:42,648 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.281s 2021-02-03 12:26:42,648 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:42 GMT', 'server': 'Apache/2.4.29 (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-8bd0f7ec-e084-448a-b019-d38e29f8fbd2', 'x-compute-request-id': 'req-8bd0f7ec-e084-448a-b019-d38e29f8fbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:43,897 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:26:43,897 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:43 GMT', 'server': 'Apache/2.4.29 (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-f7943d61-c0d0-43f2-8e2b-2f56d247afd5', 'x-compute-request-id': 'req-f7943d61-c0d0-43f2-8e2b-2f56d247afd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:45,133 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.229s 2021-02-03 12:26:45,133 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:44 GMT', 'server': 'Apache/2.4.29 (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-19e0a644-5d79-4edd-a49f-58e3aac615d8', 'x-compute-request-id': 'req-19e0a644-5d79-4edd-a49f-58e3aac615d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:46,373 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.233s 2021-02-03 12:26:46,373 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:46 GMT', 'server': 'Apache/2.4.29 (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-3c09a47c-36e9-442b-a2da-d05a8d5328a0', 'x-compute-request-id': 'req-3c09a47c-36e9-442b-a2da-d05a8d5328a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:47,626 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:26:47,626 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:47 GMT', 'server': 'Apache/2.4.29 (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-30e7e483-2bc2-4c95-96f9-e3a5f39e6bb3', 'x-compute-request-id': 'req-30e7e483-2bc2-4c95-96f9-e3a5f39e6bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:48,878 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:26:48,879 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:48 GMT', 'server': 'Apache/2.4.29 (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-0580b990-6e32-46da-a470-502d678ccebe', 'x-compute-request-id': 'req-0580b990-6e32-46da-a470-502d678ccebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:50,148 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:26:50,148 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:49 GMT', 'server': 'Apache/2.4.29 (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-61a6ff12-dd48-4974-a1ea-928905abb9e5', 'x-compute-request-id': 'req-61a6ff12-dd48-4974-a1ea-928905abb9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:51,393 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.239s 2021-02-03 12:26:51,393 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:51 GMT', 'server': 'Apache/2.4.29 (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-43c1ba60-7804-4f38-8fe8-fad1bb548ac1', 'x-compute-request-id': 'req-43c1ba60-7804-4f38-8fe8-fad1bb548ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:52,628 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.228s 2021-02-03 12:26:52,628 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:52 GMT', 'server': 'Apache/2.4.29 (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-6c76b329-19b5-4009-ada4-758de8c6aa79', 'x-compute-request-id': 'req-6c76b329-19b5-4009-ada4-758de8c6aa79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:53,857 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.223s 2021-02-03 12:26:53,857 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:53 GMT', 'server': 'Apache/2.4.29 (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-c9df77ff-cd5f-47d9-842a-ca5b286a8e11', 'x-compute-request-id': 'req-c9df77ff-cd5f-47d9-842a-ca5b286a8e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:55,089 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.224s 2021-02-03 12:26:55,089 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:54 GMT', 'server': 'Apache/2.4.29 (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-afa95600-7811-4178-a4ab-e42547810b3c', 'x-compute-request-id': 'req-afa95600-7811-4178-a4ab-e42547810b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:56,355 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:26:56,356 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:56 GMT', 'server': 'Apache/2.4.29 (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-3d6231ba-8557-4f32-8f59-c589e73bef00', 'x-compute-request-id': 'req-3d6231ba-8557-4f32-8f59-c589e73bef00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:57,600 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:26:57,601 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:57 GMT', 'server': 'Apache/2.4.29 (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-44d484b7-872b-4656-bc2a-a274586f13a1', 'x-compute-request-id': 'req-44d484b7-872b-4656-bc2a-a274586f13a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:26:58,867 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:26:58,867 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:58 GMT', 'server': 'Apache/2.4.29 (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-9cc7c2ff-28da-4b48-a0ef-7b98b33f2600', 'x-compute-request-id': 'req-9cc7c2ff-28da-4b48-a0ef-7b98b33f2600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:00,121 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:27:00,121 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:26:59 GMT', 'server': 'Apache/2.4.29 (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-2f6034ca-e316-4274-9246-7d6c0e4fc04c', 'x-compute-request-id': 'req-2f6034ca-e316-4274-9246-7d6c0e4fc04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:01,374 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:27:01,374 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:01 GMT', 'server': 'Apache/2.4.29 (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-bc28b796-87f2-497e-9161-dfb56b377780', 'x-compute-request-id': 'req-bc28b796-87f2-497e-9161-dfb56b377780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:02,601 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.220s 2021-02-03 12:27:02,601 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:02 GMT', 'server': 'Apache/2.4.29 (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-a60304f4-27b1-40df-846c-fc41f942812b', 'x-compute-request-id': 'req-a60304f4-27b1-40df-846c-fc41f942812b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:03,821 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.215s 2021-02-03 12:27:03,821 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:03 GMT', 'server': 'Apache/2.4.29 (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-74a75ee5-3305-42ea-b4e9-ec05f7f02c25', 'x-compute-request-id': 'req-74a75ee5-3305-42ea-b4e9-ec05f7f02c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:05,050 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.222s 2021-02-03 12:27:05,050 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:04 GMT', 'server': 'Apache/2.4.29 (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-1bc38a2d-a7f3-4c49-a3d0-aac0d4c433b3', 'x-compute-request-id': 'req-1bc38a2d-a7f3-4c49-a3d0-aac0d4c433b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:06,275 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.219s 2021-02-03 12:27:06,276 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:06 GMT', 'server': 'Apache/2.4.29 (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-8301730a-7e75-4add-bbe4-d1df207df81a', 'x-compute-request-id': 'req-8301730a-7e75-4add-bbe4-d1df207df81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:07,528 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:27:07,529 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:07 GMT', 'server': 'Apache/2.4.29 (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-6845298e-98e1-4773-88fb-3777b366f79c', 'x-compute-request-id': 'req-6845298e-98e1-4773-88fb-3777b366f79c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:08,779 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:27:08,779 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:08 GMT', 'server': 'Apache/2.4.29 (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-5d50580d-b128-4e54-aac3-f2a50c11af39', 'x-compute-request-id': 'req-5d50580d-b128-4e54-aac3-f2a50c11af39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:10,007 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.222s 2021-02-03 12:27:10,008 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:09 GMT', 'server': 'Apache/2.4.29 (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-bce71ff0-3c2d-4e73-8274-7f254da7a09a', 'x-compute-request-id': 'req-bce71ff0-3c2d-4e73-8274-7f254da7a09a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:11,269 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:27:11,269 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:11 GMT', 'server': 'Apache/2.4.29 (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-bdd004e0-8d0f-498a-b477-0930e588f363', 'x-compute-request-id': 'req-bdd004e0-8d0f-498a-b477-0930e588f363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:12,514 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:27:12,514 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:12 GMT', 'server': 'Apache/2.4.29 (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-7d7bd533-e8a4-4597-bc90-074b9f0e9fb9', 'x-compute-request-id': 'req-7d7bd533-e8a4-4597-bc90-074b9f0e9fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:13,780 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:27:13,781 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:13 GMT', 'server': 'Apache/2.4.29 (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-b08ca9a0-65f3-401a-9769-7de1b51b8870', 'x-compute-request-id': 'req-b08ca9a0-65f3-401a-9769-7de1b51b8870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:15,276 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.489s 2021-02-03 12:27:15,276 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:14 GMT', 'server': 'Apache/2.4.29 (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-1e7dd210-f6e0-4c2c-a44c-3a454a675260', 'x-compute-request-id': 'req-1e7dd210-f6e0-4c2c-a44c-3a454a675260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:16,520 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:27:16,520 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:16 GMT', 'server': 'Apache/2.4.29 (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-2681d979-c29e-49a7-b6ed-eb5dd8c01c1e', 'x-compute-request-id': 'req-2681d979-c29e-49a7-b6ed-eb5dd8c01c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:17,771 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:27:17,772 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:17 GMT', 'server': 'Apache/2.4.29 (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-a0ddc5f9-ce07-4989-a268-e59e46c5a93a', 'x-compute-request-id': 'req-a0ddc5f9-ce07-4989-a268-e59e46c5a93a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:19,015 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.237s 2021-02-03 12:27:19,015 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:18 GMT', 'server': 'Apache/2.4.29 (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-0d068833-61e6-46b7-b9b0-39a98a20ae14', 'x-compute-request-id': 'req-0d068833-61e6-46b7-b9b0-39a98a20ae14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:20,262 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.237s 2021-02-03 12:27:20,262 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:20 GMT', 'server': 'Apache/2.4.29 (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-3214c654-2d2d-4c4e-87bc-98f5226a2c37', 'x-compute-request-id': 'req-3214c654-2d2d-4c4e-87bc-98f5226a2c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:21,576 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.308s 2021-02-03 12:27:21,576 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:21 GMT', 'server': 'Apache/2.4.29 (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-84332de5-8012-4f97-8dd8-8a7432c75da1', 'x-compute-request-id': 'req-84332de5-8012-4f97-8dd8-8a7432c75da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:22,866 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.283s 2021-02-03 12:27:22,866 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:22 GMT', 'server': 'Apache/2.4.29 (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-7ba491be-41ab-4684-b93d-ee7a7ed9e9dc', 'x-compute-request-id': 'req-7ba491be-41ab-4684-b93d-ee7a7ed9e9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:24,658 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.786s 2021-02-03 12:27:24,658 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:23 GMT', 'server': 'Apache/2.4.29 (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-42056c6e-72c7-46c7-a7fb-480b659b2470', 'x-compute-request-id': 'req-42056c6e-72c7-46c7-a7fb-480b659b2470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:26,166 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.501s 2021-02-03 12:27:26,166 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:25 GMT', 'server': 'Apache/2.4.29 (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-ca4bf6e0-fe63-4146-bdb5-6ff6e0e03dd4', 'x-compute-request-id': 'req-ca4bf6e0-fe63-4146-bdb5-6ff6e0e03dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:27,423 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:27:27,423 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:27 GMT', 'server': 'Apache/2.4.29 (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-5e5b966b-82ef-40fe-b778-764e15793bd3', 'x-compute-request-id': 'req-5e5b966b-82ef-40fe-b778-764e15793bd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:28,658 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.229s 2021-02-03 12:27:28,658 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:28 GMT', 'server': 'Apache/2.4.29 (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-bc18d4d4-b82e-4795-89b0-7bbf9a4b8a9c', 'x-compute-request-id': 'req-bc18d4d4-b82e-4795-89b0-7bbf9a4b8a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:29,871 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.207s 2021-02-03 12:27:29,872 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:29 GMT', 'server': 'Apache/2.4.29 (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-d1afc745-7a33-4e10-8cd5-bf04a0bf06b2', 'x-compute-request-id': 'req-d1afc745-7a33-4e10-8cd5-bf04a0bf06b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:31,122 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:27:31,122 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:30 GMT', 'server': 'Apache/2.4.29 (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-7ac866bc-2384-4ae4-b8b0-e131faeaf631', 'x-compute-request-id': 'req-7ac866bc-2384-4ae4-b8b0-e131faeaf631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:32,371 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:27:32,371 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:32 GMT', 'server': 'Apache/2.4.29 (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-6e692d20-0903-4718-a337-0626053dc883', 'x-compute-request-id': 'req-6e692d20-0903-4718-a337-0626053dc883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:33,842 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.465s 2021-02-03 12:27:33,843 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:33 GMT', 'server': 'Apache/2.4.29 (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-f7349aa6-f12d-4976-9bb8-bee0f799a77c', 'x-compute-request-id': 'req-f7349aa6-f12d-4976-9bb8-bee0f799a77c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:35,082 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.234s 2021-02-03 12:27:35,083 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:34 GMT', 'server': 'Apache/2.4.29 (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-ed7b1ef6-e81f-45ef-bf23-9d5b900a5b9a', 'x-compute-request-id': 'req-ed7b1ef6-e81f-45ef-bf23-9d5b900a5b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:36,367 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.278s 2021-02-03 12:27:36,367 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:36 GMT', 'server': 'Apache/2.4.29 (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-ee6a7e2f-8b56-4a1d-bf51-e58b690471d6', 'x-compute-request-id': 'req-ee6a7e2f-8b56-4a1d-bf51-e58b690471d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:37,620 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:27:37,621 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:37 GMT', 'server': 'Apache/2.4.29 (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-eab21498-2e2d-4013-b6f5-8ebba73c50c3', 'x-compute-request-id': 'req-eab21498-2e2d-4013-b6f5-8ebba73c50c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:38,896 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.268s 2021-02-03 12:27:38,896 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:38 GMT', 'server': 'Apache/2.4.29 (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-ba5ae019-0e41-4f90-8c23-478b69414d07', 'x-compute-request-id': 'req-ba5ae019-0e41-4f90-8c23-478b69414d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:40,148 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:27:40,149 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:39 GMT', 'server': 'Apache/2.4.29 (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-043407a9-595b-4fbf-8649-0d6a34aba917', 'x-compute-request-id': 'req-043407a9-595b-4fbf-8649-0d6a34aba917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:41,411 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:27:41,412 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:41 GMT', 'server': 'Apache/2.4.29 (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-603bddfa-0a9e-4b8d-9834-4aced804856b', 'x-compute-request-id': 'req-603bddfa-0a9e-4b8d-9834-4aced804856b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:42,704 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.280s 2021-02-03 12:27:42,704 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:42 GMT', 'server': 'Apache/2.4.29 (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-a248858e-4f0a-44de-ba9d-b9ed0cb18857', 'x-compute-request-id': 'req-a248858e-4f0a-44de-ba9d-b9ed0cb18857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:43,951 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:27:43,952 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:43 GMT', 'server': 'Apache/2.4.29 (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-df61337a-a38d-40f2-8d92-d282a390c6ca', 'x-compute-request-id': 'req-df61337a-a38d-40f2-8d92-d282a390c6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:45,213 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:27:45,213 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:44 GMT', 'server': 'Apache/2.4.29 (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-87800817-972d-45c0-9a45-750f90c436c5', 'x-compute-request-id': 'req-87800817-972d-45c0-9a45-750f90c436c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:46,479 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.259s 2021-02-03 12:27:46,479 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:46 GMT', 'server': 'Apache/2.4.29 (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-f58cd4c3-ceac-44bc-8b9e-98d0cf71687e', 'x-compute-request-id': 'req-f58cd4c3-ceac-44bc-8b9e-98d0cf71687e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:47,733 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:27:47,734 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:47 GMT', 'server': 'Apache/2.4.29 (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-5ff74c05-0745-41e9-b599-31e1a7d95a8f', 'x-compute-request-id': 'req-5ff74c05-0745-41e9-b599-31e1a7d95a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:48,996 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.256s 2021-02-03 12:27:48,996 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:48 GMT', 'server': 'Apache/2.4.29 (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-f92f60ea-354d-4381-8f74-9474c3a68144', 'x-compute-request-id': 'req-f92f60ea-354d-4381-8f74-9474c3a68144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:50,251 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:27:50,251 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:50 GMT', 'server': 'Apache/2.4.29 (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-d5e10c96-ec08-4763-be77-8f258e683504', 'x-compute-request-id': 'req-d5e10c96-ec08-4763-be77-8f258e683504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:51,512 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:27:51,512 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:51 GMT', 'server': 'Apache/2.4.29 (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-f1c00189-6999-4933-b7ac-4a85e4ff2c42', 'x-compute-request-id': 'req-f1c00189-6999-4933-b7ac-4a85e4ff2c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:52,746 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.228s 2021-02-03 12:27:52,747 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:52 GMT', 'server': 'Apache/2.4.29 (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-fe3efaee-6596-4709-a4ee-a36fa1c894fb', 'x-compute-request-id': 'req-fe3efaee-6596-4709-a4ee-a36fa1c894fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:54,012 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:27:54,012 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:53 GMT', 'server': 'Apache/2.4.29 (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-49859e57-48b4-46de-84aa-13e5b08ff8f7', 'x-compute-request-id': 'req-49859e57-48b4-46de-84aa-13e5b08ff8f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:55,265 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:27:55,266 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:55 GMT', 'server': 'Apache/2.4.29 (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-5d2a2b86-fbf3-4fb1-bb4d-0fb9b35f10d0', 'x-compute-request-id': 'req-5d2a2b86-fbf3-4fb1-bb4d-0fb9b35f10d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:56,524 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:27:56,524 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:56 GMT', 'server': 'Apache/2.4.29 (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-be7dfd34-5285-4c51-a72a-02387c9c5049', 'x-compute-request-id': 'req-be7dfd34-5285-4c51-a72a-02387c9c5049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:57,766 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:27:57,767 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:57 GMT', 'server': 'Apache/2.4.29 (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-49727740-bdb2-4804-80ce-59a41cf79fe0', 'x-compute-request-id': 'req-49727740-bdb2-4804-80ce-59a41cf79fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:27:59,014 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:27:59,014 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:27:58 GMT', 'server': 'Apache/2.4.29 (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-ddae8b5f-ea65-4915-907e-2c90bdd4789a', 'x-compute-request-id': 'req-ddae8b5f-ea65-4915-907e-2c90bdd4789a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:00,292 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.271s 2021-02-03 12:28:00,292 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:00 GMT', 'server': 'Apache/2.4.29 (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-7930a27d-b65e-4e82-bcfb-913e3e876e47', 'x-compute-request-id': 'req-7930a27d-b65e-4e82-bcfb-913e3e876e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:01,548 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:28:01,549 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:01 GMT', 'server': 'Apache/2.4.29 (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-dee0a8b4-7c04-410d-996f-9bda4f500b27', 'x-compute-request-id': 'req-dee0a8b4-7c04-410d-996f-9bda4f500b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:02,792 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:28:02,792 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:02 GMT', 'server': 'Apache/2.4.29 (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-32dc6f23-f838-4773-9732-f425c5196ed9', 'x-compute-request-id': 'req-32dc6f23-f838-4773-9732-f425c5196ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:04,046 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:28:04,046 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:03 GMT', 'server': 'Apache/2.4.29 (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-8099350d-7073-4490-baf6-2a270a3e628c', 'x-compute-request-id': 'req-8099350d-7073-4490-baf6-2a270a3e628c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:05,298 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:28:05,299 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:05 GMT', 'server': 'Apache/2.4.29 (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-57c1a78f-69ad-4a8b-b4d6-d74f5666b6a7', 'x-compute-request-id': 'req-57c1a78f-69ad-4a8b-b4d6-d74f5666b6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:06,547 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:28:06,547 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:06 GMT', 'server': 'Apache/2.4.29 (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-47a8bf89-068b-4c55-8ca6-eb4184d41121', 'x-compute-request-id': 'req-47a8bf89-068b-4c55-8ca6-eb4184d41121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:07,793 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:28:07,793 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:07 GMT', 'server': 'Apache/2.4.29 (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-e2d2517a-74ad-45e0-9130-8ce8e3548ec6', 'x-compute-request-id': 'req-e2d2517a-74ad-45e0-9130-8ce8e3548ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:09,044 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:28:09,044 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:08 GMT', 'server': 'Apache/2.4.29 (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-ea80af6d-d27b-4bb8-90af-ce4411d350bb', 'x-compute-request-id': 'req-ea80af6d-d27b-4bb8-90af-ce4411d350bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:10,302 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.252s 2021-02-03 12:28:10,303 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:10 GMT', 'server': 'Apache/2.4.29 (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-607da656-d583-400d-9197-7628caba8f44', 'x-compute-request-id': 'req-607da656-d583-400d-9197-7628caba8f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:11,552 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.243s 2021-02-03 12:28:11,553 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:11 GMT', 'server': 'Apache/2.4.29 (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-25131114-40a9-465e-a709-f0e49841af6a', 'x-compute-request-id': 'req-25131114-40a9-465e-a709-f0e49841af6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:12,821 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.261s 2021-02-03 12:28:12,821 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:12 GMT', 'server': 'Apache/2.4.29 (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-b8b908e4-18d1-4e0d-a1a5-11597c643006', 'x-compute-request-id': 'req-b8b908e4-18d1-4e0d-a1a5-11597c643006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:14,068 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:28:14,069 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:13 GMT', 'server': 'Apache/2.4.29 (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-ffbcd053-4c28-4284-839d-78d7f2e8cb12', 'x-compute-request-id': 'req-ffbcd053-4c28-4284-839d-78d7f2e8cb12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:15,342 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.267s 2021-02-03 12:28:15,343 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:15 GMT', 'server': 'Apache/2.4.29 (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-7a7d9025-2f5d-4a14-ba13-5fc474a55dcf', 'x-compute-request-id': 'req-7a7d9025-2f5d-4a14-ba13-5fc474a55dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:16,845 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.495s 2021-02-03 12:28:16,846 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:16 GMT', 'server': 'Apache/2.4.29 (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-5a4e0a2e-e839-470f-b2d4-5d9091a3dae2', 'x-compute-request-id': 'req-5a4e0a2e-e839-470f-b2d4-5d9091a3dae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:18,111 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.259s 2021-02-03 12:28:18,111 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:17 GMT', 'server': 'Apache/2.4.29 (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-27d386d5-4f63-432b-b02a-507050a107b8', 'x-compute-request-id': 'req-27d386d5-4f63-432b-b02a-507050a107b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:19,362 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:28:19,362 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:19 GMT', 'server': 'Apache/2.4.29 (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-6ee7e341-235a-40a1-963b-b2c56c121664', 'x-compute-request-id': 'req-6ee7e341-235a-40a1-963b-b2c56c121664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:20,595 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.227s 2021-02-03 12:28:20,595 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:20 GMT', 'server': 'Apache/2.4.29 (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-a029633d-4807-4832-b2ed-5cdb4bd57665', 'x-compute-request-id': 'req-a029633d-4807-4832-b2ed-5cdb4bd57665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:21,843 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:28:21,843 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:21 GMT', 'server': 'Apache/2.4.29 (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-0331b9ea-6384-4929-9607-83f0361f40c2', 'x-compute-request-id': 'req-0331b9ea-6384-4929-9607-83f0361f40c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:23,124 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.274s 2021-02-03 12:28:23,124 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:22 GMT', 'server': 'Apache/2.4.29 (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-28cdee97-2ea2-48f6-9725-74aa5c731641', 'x-compute-request-id': 'req-28cdee97-2ea2-48f6-9725-74aa5c731641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:24,383 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.252s 2021-02-03 12:28:24,383 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:24 GMT', 'server': 'Apache/2.4.29 (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-aa4e2796-1f0a-4cb0-9c51-3a10b486edf9', 'x-compute-request-id': 'req-aa4e2796-1f0a-4cb0-9c51-3a10b486edf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:25,635 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:28:25,635 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:25 GMT', 'server': 'Apache/2.4.29 (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-f57f62e1-3d9f-44bb-ba9e-58980461492b', 'x-compute-request-id': 'req-f57f62e1-3d9f-44bb-ba9e-58980461492b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:26,879 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.237s 2021-02-03 12:28:26,879 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:26 GMT', 'server': 'Apache/2.4.29 (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-d1afad01-9698-42b8-974f-309d19b01b8c', 'x-compute-request-id': 'req-d1afad01-9698-42b8-974f-309d19b01b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:28,232 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.346s 2021-02-03 12:28:28,232 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:27 GMT', 'server': 'Apache/2.4.29 (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-69410974-71eb-4843-bebe-b7334fddc46b', 'x-compute-request-id': 'req-69410974-71eb-4843-bebe-b7334fddc46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:29,530 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.288s 2021-02-03 12:28:29,531 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:29 GMT', 'server': 'Apache/2.4.29 (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-93a6c436-0f90-49f9-b278-92ea9bb994d7', 'x-compute-request-id': 'req-93a6c436-0f90-49f9-b278-92ea9bb994d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:30,768 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.231s 2021-02-03 12:28:30,768 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:30 GMT', 'server': 'Apache/2.4.29 (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-f4673e1f-40eb-4e32-98d2-85b4cb6a51f0', 'x-compute-request-id': 'req-f4673e1f-40eb-4e32-98d2-85b4cb6a51f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:32,018 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:28:32,019 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:31 GMT', 'server': 'Apache/2.4.29 (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-503308e9-4689-458c-8234-b16c3af8a6e1', 'x-compute-request-id': 'req-503308e9-4689-458c-8234-b16c3af8a6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:33,330 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.305s 2021-02-03 12:28:33,331 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:33 GMT', 'server': 'Apache/2.4.29 (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-4c9edc78-1aec-4802-9aa6-c1fcb4d727c2', 'x-compute-request-id': 'req-4c9edc78-1aec-4802-9aa6-c1fcb4d727c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:34,578 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:28:34,579 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:34 GMT', 'server': 'Apache/2.4.29 (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-d1370d31-4ddd-4f89-9174-9620ff6a402c', 'x-compute-request-id': 'req-d1370d31-4ddd-4f89-9174-9620ff6a402c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:35,850 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.265s 2021-02-03 12:28:35,850 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:35 GMT', 'server': 'Apache/2.4.29 (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-c673c4bd-1523-4602-acc6-7deb863ebff6', 'x-compute-request-id': 'req-c673c4bd-1523-4602-acc6-7deb863ebff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:37,106 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:28:37,106 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:36 GMT', 'server': 'Apache/2.4.29 (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-0d7c64ba-9133-4420-ad67-9559f7ef756b', 'x-compute-request-id': 'req-0d7c64ba-9133-4420-ad67-9559f7ef756b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:38,328 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.215s 2021-02-03 12:28:38,329 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:38 GMT', 'server': 'Apache/2.4.29 (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-e37fbbd1-baf9-48e0-bfd1-1966e3ec6ac2', 'x-compute-request-id': 'req-e37fbbd1-baf9-48e0-bfd1-1966e3ec6ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:39,588 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:28:39,588 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:39 GMT', 'server': 'Apache/2.4.29 (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-d2ae8881-d815-444b-ae65-f20f5f235783', 'x-compute-request-id': 'req-d2ae8881-d815-444b-ae65-f20f5f235783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:40,807 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.214s 2021-02-03 12:28:40,808 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:40 GMT', 'server': 'Apache/2.4.29 (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-eeb8bf8e-0b07-4584-9925-0b2daf87bbe8', 'x-compute-request-id': 'req-eeb8bf8e-0b07-4584-9925-0b2daf87bbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:42,116 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.303s 2021-02-03 12:28:42,116 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:41 GMT', 'server': 'Apache/2.4.29 (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-82b5cb31-e875-4095-9c51-bce28b6b469c', 'x-compute-request-id': 'req-82b5cb31-e875-4095-9c51-bce28b6b469c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:43,388 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.266s 2021-02-03 12:28:43,388 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:43 GMT', 'server': 'Apache/2.4.29 (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-c94aa3d4-c752-4444-a2ea-4b4d347cf7fd', 'x-compute-request-id': 'req-c94aa3d4-c752-4444-a2ea-4b4d347cf7fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:44,630 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.236s 2021-02-03 12:28:44,630 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:44 GMT', 'server': 'Apache/2.4.29 (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-5907db17-d047-46a1-b5fc-608260431f9b', 'x-compute-request-id': 'req-5907db17-d047-46a1-b5fc-608260431f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:45,876 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:28:45,876 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:45 GMT', 'server': 'Apache/2.4.29 (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-984f1ff6-04c2-4676-85d0-8ee5776f1682', 'x-compute-request-id': 'req-984f1ff6-04c2-4676-85d0-8ee5776f1682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:47,144 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:28:47,144 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:46 GMT', 'server': 'Apache/2.4.29 (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-60047c62-4e48-4da4-8e7b-78d831c8da9a', 'x-compute-request-id': 'req-60047c62-4e48-4da4-8e7b-78d831c8da9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:48,356 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.206s 2021-02-03 12:28:48,356 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:48 GMT', 'server': 'Apache/2.4.29 (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-8ff04518-dd19-42c0-bf69-ccd3b056d386', 'x-compute-request-id': 'req-8ff04518-dd19-42c0-bf69-ccd3b056d386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:49,577 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.215s 2021-02-03 12:28:49,577 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:49 GMT', 'server': 'Apache/2.4.29 (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-82c24724-5982-4c59-9ea5-6212b8b39ef9', 'x-compute-request-id': 'req-82c24724-5982-4c59-9ea5-6212b8b39ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:50,822 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.238s 2021-02-03 12:28:50,822 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:50 GMT', 'server': 'Apache/2.4.29 (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-d1ac4a0b-f3e3-4dac-82df-21092efabb7d', 'x-compute-request-id': 'req-d1ac4a0b-f3e3-4dac-82df-21092efabb7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:52,092 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.258s 2021-02-03 12:28:52,092 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:51 GMT', 'server': 'Apache/2.4.29 (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-1cf71250-a829-4aa9-a778-f04bf32925dd', 'x-compute-request-id': 'req-1cf71250-a829-4aa9-a778-f04bf32925dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:53,339 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:28:53,339 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:53 GMT', 'server': 'Apache/2.4.29 (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-b62a55bd-344a-4dc7-aa24-f465808471e1', 'x-compute-request-id': 'req-b62a55bd-344a-4dc7-aa24-f465808471e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:54,591 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:28:54,591 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:54 GMT', 'server': 'Apache/2.4.29 (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-b2d8118c-56ce-49e5-8280-f8a2a8755928', 'x-compute-request-id': 'req-b2d8118c-56ce-49e5-8280-f8a2a8755928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:55,845 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:28:55,845 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:55 GMT', 'server': 'Apache/2.4.29 (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-a3386f0b-d0a0-4364-9840-c2d46fd1433f', 'x-compute-request-id': 'req-a3386f0b-d0a0-4364-9840-c2d46fd1433f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:57,109 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:28:57,109 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:56 GMT', 'server': 'Apache/2.4.29 (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-57ba01f4-9f49-41b2-bc63-688431d1c451', 'x-compute-request-id': 'req-57ba01f4-9f49-41b2-bc63-688431d1c451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:58,378 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:28:58,378 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:58 GMT', 'server': 'Apache/2.4.29 (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-ca89cbdc-d83b-4745-abd1-1d788ab097af', 'x-compute-request-id': 'req-ca89cbdc-d83b-4745-abd1-1d788ab097af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:28:59,649 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.264s 2021-02-03 12:28:59,650 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:59 GMT', 'server': 'Apache/2.4.29 (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-4085d1bd-850a-45c0-8cd3-9eb9779ce36a', 'x-compute-request-id': 'req-4085d1bd-850a-45c0-8cd3-9eb9779ce36a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:00,904 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:29:00,905 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:00 GMT', 'server': 'Apache/2.4.29 (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-74df7fb0-188c-4ad0-84b0-1b3c0be9a31f', 'x-compute-request-id': 'req-74df7fb0-188c-4ad0-84b0-1b3c0be9a31f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:02,154 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:29:02,154 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:01 GMT', 'server': 'Apache/2.4.29 (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-13e09413-a059-488d-8e12-b11b4fffbfda', 'x-compute-request-id': 'req-13e09413-a059-488d-8e12-b11b4fffbfda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:03,410 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.249s 2021-02-03 12:29:03,410 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:03 GMT', 'server': 'Apache/2.4.29 (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-72ee9fe4-2cc9-410a-a931-4efe445d2c56', 'x-compute-request-id': 'req-72ee9fe4-2cc9-410a-a931-4efe445d2c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:04,668 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:29:04,669 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:04 GMT', 'server': 'Apache/2.4.29 (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-79ea3013-7168-4a62-b0c3-fefb4d217a10', 'x-compute-request-id': 'req-79ea3013-7168-4a62-b0c3-fefb4d217a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:06,165 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.484s 2021-02-03 12:29:06,165 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:05 GMT', 'server': 'Apache/2.4.29 (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-244424d2-184a-4d28-b6f0-57f52c668093', 'x-compute-request-id': 'req-244424d2-184a-4d28-b6f0-57f52c668093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:07,432 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:29:07,432 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:07 GMT', 'server': 'Apache/2.4.29 (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-718ae511-7dc4-4a24-8097-d745b12e889b', 'x-compute-request-id': 'req-718ae511-7dc4-4a24-8097-d745b12e889b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:08,697 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.258s 2021-02-03 12:29:08,698 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:08 GMT', 'server': 'Apache/2.4.29 (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-c15c59d4-e575-4c04-9028-48142bf11d7e', 'x-compute-request-id': 'req-c15c59d4-e575-4c04-9028-48142bf11d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:09,969 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.258s 2021-02-03 12:29:09,969 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:09 GMT', 'server': 'Apache/2.4.29 (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-e56dabdb-9695-44e2-a012-424da0b7b408', 'x-compute-request-id': 'req-e56dabdb-9695-44e2-a012-424da0b7b408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:11,218 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:29:11,218 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:10 GMT', 'server': 'Apache/2.4.29 (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-b6ed1f1b-0438-4909-9fa2-13847f16c717', 'x-compute-request-id': 'req-b6ed1f1b-0438-4909-9fa2-13847f16c717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:12,472 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:29:12,472 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:12 GMT', 'server': 'Apache/2.4.29 (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-a5fd1e45-5cbe-4f7e-b808-297ef44e6061', 'x-compute-request-id': 'req-a5fd1e45-5cbe-4f7e-b808-297ef44e6061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:13,749 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.266s 2021-02-03 12:29:13,750 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:13 GMT', 'server': 'Apache/2.4.29 (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-63f6e231-afc6-4871-b2f0-18c7a2ca4f49', 'x-compute-request-id': 'req-63f6e231-afc6-4871-b2f0-18c7a2ca4f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:15,018 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.261s 2021-02-03 12:29:15,018 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:14 GMT', 'server': 'Apache/2.4.29 (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-b5c71c2b-e4c4-471b-9797-452777bcf6c9', 'x-compute-request-id': 'req-b5c71c2b-e4c4-471b-9797-452777bcf6c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:16,264 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.239s 2021-02-03 12:29:16,264 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:16 GMT', 'server': 'Apache/2.4.29 (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-f9bd0e82-60e1-44a2-8554-b3d361674fab', 'x-compute-request-id': 'req-f9bd0e82-60e1-44a2-8554-b3d361674fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:17,521 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:29:17,521 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:17 GMT', 'server': 'Apache/2.4.29 (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-b9d96aba-cf97-4111-a50c-e84224cdd7fb', 'x-compute-request-id': 'req-b9d96aba-cf97-4111-a50c-e84224cdd7fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:18,769 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:29:18,769 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:18 GMT', 'server': 'Apache/2.4.29 (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-316eebca-597d-48a0-9e53-30e3242c8b4c', 'x-compute-request-id': 'req-316eebca-597d-48a0-9e53-30e3242c8b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:20,054 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.273s 2021-02-03 12:29:20,055 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:19 GMT', 'server': 'Apache/2.4.29 (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-f91df73c-0eb5-4da7-9b60-68b4d37da321', 'x-compute-request-id': 'req-f91df73c-0eb5-4da7-9b60-68b4d37da321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:21,294 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.232s 2021-02-03 12:29:21,294 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:21 GMT', 'server': 'Apache/2.4.29 (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-976525ef-a681-43d0-84c8-bc61a095ee82', 'x-compute-request-id': 'req-976525ef-a681-43d0-84c8-bc61a095ee82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:22,535 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.235s 2021-02-03 12:29:22,535 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:22 GMT', 'server': 'Apache/2.4.29 (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-7ff98a90-e7b3-434d-b995-3b5de5538219', 'x-compute-request-id': 'req-7ff98a90-e7b3-434d-b995-3b5de5538219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:23,788 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:29:23,788 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:23 GMT', 'server': 'Apache/2.4.29 (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-975f66a5-3245-4686-badf-8667a5161bde', 'x-compute-request-id': 'req-975f66a5-3245-4686-badf-8667a5161bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:25,048 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:29:25,049 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:24 GMT', 'server': 'Apache/2.4.29 (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-80ed2f13-6c49-4c39-b0a1-40ac32c33800', 'x-compute-request-id': 'req-80ed2f13-6c49-4c39-b0a1-40ac32c33800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:26,295 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.239s 2021-02-03 12:29:26,295 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:26 GMT', 'server': 'Apache/2.4.29 (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-cc4665a1-96f7-4942-bdb4-abe4748c1d38', 'x-compute-request-id': 'req-cc4665a1-96f7-4942-bdb4-abe4748c1d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:27,562 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:29:27,563 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:27 GMT', 'server': 'Apache/2.4.29 (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-2673f04a-696f-4362-99b4-e3c00c2002cb', 'x-compute-request-id': 'req-2673f04a-696f-4362-99b4-e3c00c2002cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:28,836 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.268s 2021-02-03 12:29:28,837 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:28 GMT', 'server': 'Apache/2.4.29 (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-341f77dd-8cc7-42e3-a088-9c32ea391f68', 'x-compute-request-id': 'req-341f77dd-8cc7-42e3-a088-9c32ea391f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:30,098 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:29:30,098 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:29 GMT', 'server': 'Apache/2.4.29 (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-682bde8d-c0e8-40c6-8c3c-89862b67697a', 'x-compute-request-id': 'req-682bde8d-c0e8-40c6-8c3c-89862b67697a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:31,373 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.269s 2021-02-03 12:29:31,373 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:31 GMT', 'server': 'Apache/2.4.29 (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-4354591c-11b5-404b-985b-d96df41e4931', 'x-compute-request-id': 'req-4354591c-11b5-404b-985b-d96df41e4931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:32,758 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.378s 2021-02-03 12:29:32,758 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:32 GMT', 'server': 'Apache/2.4.29 (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-0947dbf6-0522-4c3b-9d2c-4f04198bebc8', 'x-compute-request-id': 'req-0947dbf6-0522-4c3b-9d2c-4f04198bebc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:34,122 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.358s 2021-02-03 12:29:34,122 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:33 GMT', 'server': 'Apache/2.4.29 (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-f7ec150c-a596-4224-b60b-6205b46c943d', 'x-compute-request-id': 'req-f7ec150c-a596-4224-b60b-6205b46c943d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:35,379 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.250s 2021-02-03 12:29:35,379 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:35 GMT', 'server': 'Apache/2.4.29 (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-cd8e18c0-e0be-4dc4-8ad4-3b4333dba679', 'x-compute-request-id': 'req-cd8e18c0-e0be-4dc4-8ad4-3b4333dba679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:36,617 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.231s 2021-02-03 12:29:36,617 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:36 GMT', 'server': 'Apache/2.4.29 (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-17c270fb-6a0b-4f54-a33e-0428c13fd73e', 'x-compute-request-id': 'req-17c270fb-6a0b-4f54-a33e-0428c13fd73e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:37,871 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:29:37,872 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:37 GMT', 'server': 'Apache/2.4.29 (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-49b21b72-d277-4993-a0e0-002427b33789', 'x-compute-request-id': 'req-49b21b72-d277-4993-a0e0-002427b33789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:39,140 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:29:39,140 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:38 GMT', 'server': 'Apache/2.4.29 (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-2cbee8d1-7e74-419f-b6e4-ed8e327a3a2a', 'x-compute-request-id': 'req-2cbee8d1-7e74-419f-b6e4-ed8e327a3a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:40,433 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.287s 2021-02-03 12:29:40,434 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:40 GMT', 'server': 'Apache/2.4.29 (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-72d828c3-744e-44ab-8450-f5ad239b1f79', 'x-compute-request-id': 'req-72d828c3-744e-44ab-8450-f5ad239b1f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:41,700 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.256s 2021-02-03 12:29:41,700 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:41 GMT', 'server': 'Apache/2.4.29 (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-e3be1919-5103-4b89-afb9-950c73333813', 'x-compute-request-id': 'req-e3be1919-5103-4b89-afb9-950c73333813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:42,997 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.290s 2021-02-03 12:29:42,997 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:42 GMT', 'server': 'Apache/2.4.29 (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-3050ac38-f509-402d-bb83-c2aeb60835fe', 'x-compute-request-id': 'req-3050ac38-f509-402d-bb83-c2aeb60835fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:44,261 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.257s 2021-02-03 12:29:44,261 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:44 GMT', 'server': 'Apache/2.4.29 (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-94348639-eccc-459b-925b-9c71b34eedd2', 'x-compute-request-id': 'req-94348639-eccc-459b-925b-9c71b34eedd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:45,512 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:29:45,513 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:45 GMT', 'server': 'Apache/2.4.29 (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-571ff4a0-ce77-4daa-b467-0cc01209d138', 'x-compute-request-id': 'req-571ff4a0-ce77-4daa-b467-0cc01209d138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:46,959 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.440s 2021-02-03 12:29:46,959 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:46 GMT', 'server': 'Apache/2.4.29 (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-47d1ed99-1438-41cf-890c-dcb5822f9018', 'x-compute-request-id': 'req-47d1ed99-1438-41cf-890c-dcb5822f9018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:48,189 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.223s 2021-02-03 12:29:48,189 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:47 GMT', 'server': 'Apache/2.4.29 (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-d3ff204f-f7d7-4737-ac9d-fef36edbba36', 'x-compute-request-id': 'req-d3ff204f-f7d7-4737-ac9d-fef36edbba36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:49,783 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.582s 2021-02-03 12:29:49,783 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:49 GMT', 'server': 'Apache/2.4.29 (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-30783ffd-de11-4b75-90df-5de197b1cfdf', 'x-compute-request-id': 'req-30783ffd-de11-4b75-90df-5de197b1cfdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:51,099 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.309s 2021-02-03 12:29:51,099 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:50 GMT', 'server': 'Apache/2.4.29 (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-6bc4b589-9bdb-4ac7-9106-ec07c57eaf73', 'x-compute-request-id': 'req-6bc4b589-9bdb-4ac7-9106-ec07c57eaf73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:52,338 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.226s 2021-02-03 12:29:52,338 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:52 GMT', 'server': 'Apache/2.4.29 (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-cff0cc7c-f01d-40ae-bf84-20e9cf22dc2a', 'x-compute-request-id': 'req-cff0cc7c-f01d-40ae-bf84-20e9cf22dc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:53,744 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.400s 2021-02-03 12:29:53,744 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:53 GMT', 'server': 'Apache/2.4.29 (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-903555b8-f9d4-4018-8bfe-dd7837c37bff', 'x-compute-request-id': 'req-903555b8-f9d4-4018-8bfe-dd7837c37bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:54,986 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.230s 2021-02-03 12:29:54,987 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:54 GMT', 'server': 'Apache/2.4.29 (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-6079607f-4c82-42f2-8854-86b8320abc9f', 'x-compute-request-id': 'req-6079607f-4c82-42f2-8854-86b8320abc9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:56,228 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.234s 2021-02-03 12:29:56,228 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:55 GMT', 'server': 'Apache/2.4.29 (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-1a25a798-ffac-4bac-b876-ba5ee609d33d', 'x-compute-request-id': 'req-1a25a798-ffac-4bac-b876-ba5ee609d33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:57,478 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:29:57,478 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:57 GMT', 'server': 'Apache/2.4.29 (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-bc51141d-f24e-42b6-a489-f0c3d7049956', 'x-compute-request-id': 'req-bc51141d-f24e-42b6-a489-f0c3d7049956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:29:58,729 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:29:58,730 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:58 GMT', 'server': 'Apache/2.4.29 (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-ee93e6fd-af44-4a36-b4f3-d3896e906100', 'x-compute-request-id': 'req-ee93e6fd-af44-4a36-b4f3-d3896e906100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:00,003 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.267s 2021-02-03 12:30:00,003 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:59 GMT', 'server': 'Apache/2.4.29 (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-4b8d79ae-6000-4dbe-b9ed-cd77507b72ba', 'x-compute-request-id': 'req-4b8d79ae-6000-4dbe-b9ed-cd77507b72ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:01,255 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:30:01,255 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:01 GMT', 'server': 'Apache/2.4.29 (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-ffbf0a74-ab6e-49ef-83c9-97e552344990', 'x-compute-request-id': 'req-ffbf0a74-ab6e-49ef-83c9-97e552344990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:02,529 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.267s 2021-02-03 12:30:02,530 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:02 GMT', 'server': 'Apache/2.4.29 (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-15b90b2c-853a-4938-936e-9c50820346c3', 'x-compute-request-id': 'req-15b90b2c-853a-4938-936e-9c50820346c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:03,787 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.250s 2021-02-03 12:30:03,787 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:03 GMT', 'server': 'Apache/2.4.29 (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-e980c60d-79ac-41cb-8d74-145c3c9234cc', 'x-compute-request-id': 'req-e980c60d-79ac-41cb-8d74-145c3c9234cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:05,051 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.257s 2021-02-03 12:30:05,051 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:04 GMT', 'server': 'Apache/2.4.29 (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-64146b4f-766a-4ec8-8119-4b16b2eea8f2', 'x-compute-request-id': 'req-64146b4f-766a-4ec8-8119-4b16b2eea8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:06,316 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.259s 2021-02-03 12:30:06,316 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:06 GMT', 'server': 'Apache/2.4.29 (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-838612b4-fbc5-41c6-9803-447211b35d38', 'x-compute-request-id': 'req-838612b4-fbc5-41c6-9803-447211b35d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:07,569 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:30:07,569 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:07 GMT', 'server': 'Apache/2.4.29 (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-9a4bcea9-504d-4f05-896d-dc67c0b11158', 'x-compute-request-id': 'req-9a4bcea9-504d-4f05-896d-dc67c0b11158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:09,078 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.503s 2021-02-03 12:30:09,079 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:08 GMT', 'server': 'Apache/2.4.29 (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-e40aa292-a603-4249-a404-91ebb733e75b', 'x-compute-request-id': 'req-e40aa292-a603-4249-a404-91ebb733e75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:10,333 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:30:10,333 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:10 GMT', 'server': 'Apache/2.4.29 (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-b99822e4-c5d7-4778-bff4-0a713e58c8ec', 'x-compute-request-id': 'req-b99822e4-c5d7-4778-bff4-0a713e58c8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:11,579 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.240s 2021-02-03 12:30:11,580 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:11 GMT', 'server': 'Apache/2.4.29 (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-78b6c378-88d7-46fd-99fe-456e7d4a7a06', 'x-compute-request-id': 'req-78b6c378-88d7-46fd-99fe-456e7d4a7a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:12,840 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:30:12,841 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:12 GMT', 'server': 'Apache/2.4.29 (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-6e7154cb-b24d-412d-a203-696ee56bfb9a', 'x-compute-request-id': 'req-6e7154cb-b24d-412d-a203-696ee56bfb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:14,099 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.252s 2021-02-03 12:30:14,099 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:13 GMT', 'server': 'Apache/2.4.29 (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-a31e6a74-106e-4b1a-82d7-00a4a2a0ff8e', 'x-compute-request-id': 'req-a31e6a74-106e-4b1a-82d7-00a4a2a0ff8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:15,363 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.255s 2021-02-03 12:30:15,363 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:15 GMT', 'server': 'Apache/2.4.29 (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-8d3e7b06-2296-4dc2-8213-f1a01e7341ab', 'x-compute-request-id': 'req-8d3e7b06-2296-4dc2-8213-f1a01e7341ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:16,614 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:30:16,614 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:16 GMT', 'server': 'Apache/2.4.29 (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-edb65b8e-a18b-4768-9508-789939f14611', 'x-compute-request-id': 'req-edb65b8e-a18b-4768-9508-789939f14611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:17,874 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:30:17,874 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:17 GMT', 'server': 'Apache/2.4.29 (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-4024cea4-0b61-4e00-abac-14c6b7fe76d3', 'x-compute-request-id': 'req-4024cea4-0b61-4e00-abac-14c6b7fe76d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:19,128 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:30:19,129 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:18 GMT', 'server': 'Apache/2.4.29 (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-ff2cb3ba-0063-4e99-a050-23f105f677fb', 'x-compute-request-id': 'req-ff2cb3ba-0063-4e99-a050-23f105f677fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:20,401 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.260s 2021-02-03 12:30:20,401 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:20 GMT', 'server': 'Apache/2.4.29 (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-b301c534-ea12-4845-aa8c-68c9079c9ec5', 'x-compute-request-id': 'req-b301c534-ea12-4845-aa8c-68c9079c9ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:21,656 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:30:21,656 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:21 GMT', 'server': 'Apache/2.4.29 (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-d001437b-a1d4-45d0-9829-74564894856d', 'x-compute-request-id': 'req-d001437b-a1d4-45d0-9829-74564894856d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:22,904 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.242s 2021-02-03 12:30:22,905 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:22 GMT', 'server': 'Apache/2.4.29 (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-9fb1ef0b-29f3-4492-b099-e9bdefaff072', 'x-compute-request-id': 'req-9fb1ef0b-29f3-4492-b099-e9bdefaff072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:24,158 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:30:24,158 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:23 GMT', 'server': 'Apache/2.4.29 (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-08f7843f-a7a6-4151-8894-31c17e4a3b08', 'x-compute-request-id': 'req-08f7843f-a7a6-4151-8894-31c17e4a3b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:25,412 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.247s 2021-02-03 12:30:25,412 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:25 GMT', 'server': 'Apache/2.4.29 (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-8f217a93-97ee-4642-94ee-c97fb8977d61', 'x-compute-request-id': 'req-8f217a93-97ee-4642-94ee-c97fb8977d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:26,681 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:30:26,681 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:26 GMT', 'server': 'Apache/2.4.29 (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-a73782ff-e02f-439f-82c8-c907b9b8eb3f', 'x-compute-request-id': 'req-a73782ff-e02f-439f-82c8-c907b9b8eb3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:27,946 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.259s 2021-02-03 12:30:27,947 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:27 GMT', 'server': 'Apache/2.4.29 (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-41791209-d0e2-45a2-9964-34f48b423ec0', 'x-compute-request-id': 'req-41791209-d0e2-45a2-9964-34f48b423ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:29,210 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.257s 2021-02-03 12:30:29,211 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:28 GMT', 'server': 'Apache/2.4.29 (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-7347213c-ac85-4e50-85e9-beab58711e1e', 'x-compute-request-id': 'req-7347213c-ac85-4e50-85e9-beab58711e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:30,463 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:30:30,463 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:30 GMT', 'server': 'Apache/2.4.29 (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-7f5b877f-7b57-40ab-99da-251079f491dd', 'x-compute-request-id': 'req-7f5b877f-7b57-40ab-99da-251079f491dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:31,747 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.276s 2021-02-03 12:30:31,747 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:31 GMT', 'server': 'Apache/2.4.29 (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-2d0c9ddb-899b-416d-806a-3594e2ab8852', 'x-compute-request-id': 'req-2d0c9ddb-899b-416d-806a-3594e2ab8852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:33,004 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:30:33,005 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:32 GMT', 'server': 'Apache/2.4.29 (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-fd5c01d0-04c0-447d-a5e4-b88ab376fe7e', 'x-compute-request-id': 'req-fd5c01d0-04c0-447d-a5e4-b88ab376fe7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:34,397 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.386s 2021-02-03 12:30:34,397 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:34 GMT', 'server': 'Apache/2.4.29 (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-7f7b7e5e-bc9a-42a7-bc18-afc3313dcf66', 'x-compute-request-id': 'req-7f7b7e5e-bc9a-42a7-bc18-afc3313dcf66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:35,682 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.278s 2021-02-03 12:30:35,682 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:35 GMT', 'server': 'Apache/2.4.29 (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-aec3db3a-dc6e-4391-9398-ab4f1ecc75b6', 'x-compute-request-id': 'req-aec3db3a-dc6e-4391-9398-ab4f1ecc75b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:36,935 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.246s 2021-02-03 12:30:36,936 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:36 GMT', 'server': 'Apache/2.4.29 (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-b0e9f630-ccb5-4d5a-838e-e7df4a7b90e5', 'x-compute-request-id': 'req-b0e9f630-ccb5-4d5a-838e-e7df4a7b90e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:38,188 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:30:38,189 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:37 GMT', 'server': 'Apache/2.4.29 (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-72187a4d-034c-4591-a209-e73faa82a88e', 'x-compute-request-id': 'req-72187a4d-034c-4591-a209-e73faa82a88e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:39,454 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:30:39,455 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:39 GMT', 'server': 'Apache/2.4.29 (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-279c2060-5089-4cce-acae-729cd9cf16dc', 'x-compute-request-id': 'req-279c2060-5089-4cce-acae-729cd9cf16dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:40,888 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.426s 2021-02-03 12:30:40,888 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:40 GMT', 'server': 'Apache/2.4.29 (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-a98de84e-819a-4fb4-a486-115468656be0', 'x-compute-request-id': 'req-a98de84e-819a-4fb4-a486-115468656be0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:42,155 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.261s 2021-02-03 12:30:42,155 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:41 GMT', 'server': 'Apache/2.4.29 (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-5aebd32f-1d8f-4914-82f4-5a44f62e87bc', 'x-compute-request-id': 'req-5aebd32f-1d8f-4914-82f4-5a44f62e87bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:43,447 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.285s 2021-02-03 12:30:43,447 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:43 GMT', 'server': 'Apache/2.4.29 (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-db637ae5-9afc-45b0-8ca5-bed195ed6bfb', 'x-compute-request-id': 'req-db637ae5-9afc-45b0-8ca5-bed195ed6bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:44,695 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.241s 2021-02-03 12:30:44,695 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:44 GMT', 'server': 'Apache/2.4.29 (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-496aeb99-65d9-4d71-9cfc-d1478e77e7bf', 'x-compute-request-id': 'req-496aeb99-65d9-4d71-9cfc-d1478e77e7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:45,970 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.262s 2021-02-03 12:30:45,971 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:45 GMT', 'server': 'Apache/2.4.29 (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-52d324f0-8b6d-463d-b69f-de4bddcb9445', 'x-compute-request-id': 'req-52d324f0-8b6d-463d-b69f-de4bddcb9445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:47,232 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:30:47,233 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:46 GMT', 'server': 'Apache/2.4.29 (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-e4c86d07-a038-4809-8dac-63f9dcdd1359', 'x-compute-request-id': 'req-e4c86d07-a038-4809-8dac-63f9dcdd1359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:48,488 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:30:48,488 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:48 GMT', 'server': 'Apache/2.4.29 (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-25c41b3c-51d9-4232-a51f-5cea7e83aea0', 'x-compute-request-id': 'req-25c41b3c-51d9-4232-a51f-5cea7e83aea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:49,741 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.244s 2021-02-03 12:30:49,741 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:49 GMT', 'server': 'Apache/2.4.29 (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-79c1a564-7eea-4a5b-8e4c-4549ac88d1e9', 'x-compute-request-id': 'req-79c1a564-7eea-4a5b-8e4c-4549ac88d1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:50,993 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:30:50,993 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:50 GMT', 'server': 'Apache/2.4.29 (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-0b5e5e88-56c3-407d-bb18-2375f164b84a', 'x-compute-request-id': 'req-0b5e5e88-56c3-407d-bb18-2375f164b84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:52,477 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.476s 2021-02-03 12:30:52,477 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:52 GMT', 'server': 'Apache/2.4.29 (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-372be72a-f8bd-4c13-ab4a-94a3fa5787c7', 'x-compute-request-id': 'req-372be72a-f8bd-4c13-ab4a-94a3fa5787c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:53,720 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.237s 2021-02-03 12:30:53,720 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:53 GMT', 'server': 'Apache/2.4.29 (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-5b7f6bb9-a1fe-4b5d-98f1-92ca5b45b6af', 'x-compute-request-id': 'req-5b7f6bb9-a1fe-4b5d-98f1-92ca5b45b6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:54,998 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.271s 2021-02-03 12:30:54,999 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:54 GMT', 'server': 'Apache/2.4.29 (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-a81e6986-7d3c-47d0-a252-dce82dfde980', 'x-compute-request-id': 'req-a81e6986-7d3c-47d0-a252-dce82dfde980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:56,256 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.251s 2021-02-03 12:30:56,256 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:56 GMT', 'server': 'Apache/2.4.29 (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-0de9e2c8-118f-4dc1-ae9b-a2f601612389', 'x-compute-request-id': 'req-0de9e2c8-118f-4dc1-ae9b-a2f601612389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:57,515 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.253s 2021-02-03 12:30:57,516 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:57 GMT', 'server': 'Apache/2.4.29 (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-6c3c96d5-73e3-4ebe-8151-fe7340511a5e', 'x-compute-request-id': 'req-6c3c96d5-73e3-4ebe-8151-fe7340511a5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:30:58,776 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.254s 2021-02-03 12:30:58,777 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:58 GMT', 'server': 'Apache/2.4.29 (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-ce0ecf87-71c9-4828-ba27-29e6150d22cc', 'x-compute-request-id': 'req-ce0ecf87-71c9-4828-ba27-29e6150d22cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:31:00,031 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.248s 2021-02-03 12:31:00,031 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:30:59 GMT', 'server': 'Apache/2.4.29 (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-3f420c10-a920-4210-9be3-ddb33309f6ab', 'x-compute-request-id': 'req-3f420c10-a920-4210-9be3-ddb33309f6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:31:01,283 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.245s 2021-02-03 12:31:01,283 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:31:01 GMT', 'server': 'Apache/2.4.29 (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-22d50c54-cd92-48bf-b045-a00edc4b4476', 'x-compute-request-id': 'req-22d50c54-cd92-48bf-b045-a00edc4b4476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:31:02,546 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492 0.256s 2021-02-03 12:31:02,547 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:31:02 GMT', 'server': 'Apache/2.4.29 (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-9f446119-ab4e-4fc5-826d-d5535320582e', 'x-compute-request-id': 'req-9f446119-ab4e-4fc5-826d-d5535320582e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492'} Body: b'{"server": {"id": "34dde163-6203-4676-9418-50c5042c8492", "name": "tempest-AttachVolumeShelveTestJSON-server-56695393", "status": "ACTIVE", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "user_id": "26343c3928e9475fa1a73d1a1efb775d", "metadata": {}, "hostId": "223a664fc8b18b84039d96fecf33ea592d8d1e0398eaab589a0cc913", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:17:30Z", "updated": "2021-02-03T12:25:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1617848853-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}, {"version": 4, "addr": "172.28.0.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:cc:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/34dde163-6203-4676-9418-50c5042c8492"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/34dde163-6203-4676-9418-50c5042c8492"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-240397468", "OS-SRV-USG:launched_at": "2021-02-03T12:17:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--540363081"}], "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-02-03 12:31:02,552 94712 ERROR [tempest.api.compute.base] Failed to delete server 34dde163-6203-4676-9418-50c5042c8492 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base Traceback (most recent call last): 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in delete_server 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base server_id) 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 141, in wait_for_server_termination 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base Details: None 2021-02-03 12:31:02.552 94712 ERROR tempest.api.compute.base 2021-02-03 12:31:02,576 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101/compute/v2.1/os-keypairs/tempest-keypair-240397468 0.023s 2021-02-03 12:31:02,577 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:31:02 GMT', 'server': 'Apache/2.4.29 (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-8e7ffcc1-861f-4212-bb2d-096c07d5487e', 'x-compute-request-id': 'req-8e7ffcc1-861f-4212-bb2d-096c07d5487e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs/tempest-keypair-240397468'} Body: b'' 2021-02-03 12:31:02,627 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 409 DELETE http://10.222.0.101:9696/v2.0/security-groups/bf43cc36-da13-47ee-baa0-6d9d8f399392 0.050s 2021-02-03 12:31:02,628 94712 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-09236181-07b0-47d5-afb2-8c1fc2b30932', 'date': 'Wed, 03 Feb 2021 12:31:02 GMT', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups/bf43cc36-da13-47ee-baa0-6d9d8f399392'} Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group bf43cc36-da13-47ee-baa0-6d9d8f399392 in use.", "detail": ""}}' 2021-02-03 12:31:02,628 94712 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group bf43cc36-da13-47ee-baa0-6d9d8f399392 VM might not be deleted 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2021-02-03 12:31:02.628 94712 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-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 41, in delete_resource 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 331, in delete 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 825, in _error_checker 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group bf43cc36-da13-47ee-baa0-6d9d8f399392 in use.', 'detail': ''} 2021-02-03 12:31:02.628 94712 ERROR tempest.lib.common.validation_resources 2021-02-03 12:31:03,681 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101:9696/v2.0/floatingips/2974801a-d19c-4051-adf3-4055463525b3 1.052s 2021-02-03 12:31:03,682 94712 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-e5cb0d3c-6852-4c4d-8b93-5ba33717eff2', 'content-length': '0', 'date': 'Wed, 03 Feb 2021 12:31:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101:9696/v2.0/floatingips/2974801a-d19c-4051-adf3-4055463525b3'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/fixtures/fixture.py", line 125, in cleanUp return self._cleanups(raise_errors=raise_first) File "/usr/local/lib/python3.6/dist-packages/fixtures/callmany.py", line 89, in __call__ reraise(error[0], error[1], error[2]) File "/usr/local/lib/python3.6/dist-packages/testtools/_compat3x.py", line 16, in reraise raise exc_obj.with_traceback(exc_tb) File "/usr/local/lib/python3.6/dist-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 41, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 331, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 825, 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 bf43cc36-da13-47ee-baa0-6d9d8f399392 in use.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 271, in test_attach_volume_shelved_or_offload_server self._shelve_server(server, validation_resources) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 242, in _shelve_server compute.shelve_server(self.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/compute.py", line 294, in shelve_server extra_timeout=offload_time) File "/opt/stack/tempest/tempest/common/waiters.py", line 96, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Server 34dde163-6203-4676-9418-50c5042c8492 failed to reach SHELVED_OFFLOADED status and task state "None" within the required time (360 s). Current status: ACTIVE. Current task state: shelving_image_uploading. |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft4.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-02-03 12:31:03,757 94712 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-02-03 12:31:03,758 94712 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-02-03 12:31:03,924 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101/compute/v2.1/os-keypairs 0.166s 2021-02-03 12:31:03,925 94712 DEBUG [tempest.lib.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-838513354"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:31:03 GMT', 'server': 'Apache/2.4.29 (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-9eb03d02-5f73-4716-88f4-7c10ff5eea09', 'x-compute-request-id': 'req-9eb03d02-5f73-4716-88f4-7c10ff5eea09', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEApf0orxhhFxsprQ/BwnbFJsQGedXH5KSRBZ4p+8QXNbrwO3xm\\nNgk8M1ngl/S0sYC4isCH14vpDr9DFrw+vgmkClBgsGIOyRlgFHbaZ6xS8+jr9Ymz\\nWM4+AULbstTepL4ir8fAl7gE6ndJNIFVYHweSkjjp2XGrkoivPNwaNR+/U8oX9bM\\n1Fa4hTkNbHPrJCwQxkgS2sOJX/0T8yJofO3R7jeUDh+tR4LT17ur56tUdpztWyYD\\nEd/zTd0aEbWO9LDehbFk3A0xVl/lDgIIflMAziPdQjh/KGZJXSbMK1Z2QEdv8yqa\\n914xPLL+v9ez1w1U9KW2goq7hAl75BrQyFKROQIDAQABAoIBAA7BfJZkMm1das0J\\ns43YBRq3HmRCTuzSfFnlf5H0EqQiJC0FmAiBtapS+RZJGK8W5FDhYLIWq/c1pX8l\\n6OX38W9BSfckIHBcIyBumGfS9+Ta9e7z+M+SNgzipqk1Jz258VdzCHn0T+uQAx/5\\nx182aXLtG9/LumfQC1qEwZ9wFIHsHOIwLID2Kl3qNanCl/naBedk89MV0uAMYkrC\\njbdp+AuObbxxXKzVTXwDpT2rLko5uAxj79imqqyN0Jjj4T16vSsK5xvHR4m7nT2v\\n6GfwnIxgn+0QVDScM0rs/oDAjB3rUEZZBUAd4w1/Dp3Sg0F8n3DUORdPjoNMkUtl\\nk+6fZekCgYEAziv46IxkmO3K7dM9lW+5gn8ypoWi2PKqANWRcnqa61UBHTX31WZ8\\n+ntI7ufVR6X9jhmbEcOW2ciSJxKeSo56wemR7i7nY8sD2EBWbODqpQJErKZLLiXd\\n9C00zCDeqLJv8kSPn6pAI5pbLGRWvQGXe+QCugDemBv+lMsDyVgYv2cCgYEAzhsJ\\noGLlaPgprpVsCs9W4jsBmJ+UQXAU1t26EZr9EFz+KbvPNY1yuIX3eQJHPmgK7XGz\\n4pqLZG4oiWtXJs+rq1b07A6A92toZgjDrvShMlxMU2yMJrKKzDfBEzXV4uONOOKp\\nlnNiST7EnVN09wJ2Eh/a4fyXOuvRZuE/IfhL5l8CgYAsy1L+O5qTu36Oo4nK0QZu\\nOvKnSXuzRS34lm5OgCLupH5keVhKbkUTKvwSpB4rvf3UBO4zMtqwoKpYgOwRaNl1\\nDildpaUygmZocroUV93DUjXXiR3mfeW2aqgA/ddCsdouugS2fQgIdD4A7CAIWrMu\\nAMEy5oN2awaqD13YPiLKWwKBgDBJUVYMFWckTM+kHi3iKZ7S6CrTqC40jg1Q4Rji\\n0MsWnk00vPT08J2edT4adIqAYZ8DdntubZ3X2RNo3IAxQyzfMH5lX32X4luVThMd\\nKO7dhNw+oA8o4S+7GDbh8/w2B43+PHENE0fJttKNDOgZ4YOZhvRO8zdQrDyIJPxW\\naaHNAoGAMa6LruQ7S6fk3nYhaaOXFTzm1JgVgm3PrspMcWyk+TlZCk7JPC2lYv3n\\n7vTENEKeDvKE7S9xEub9yiyVnEeomzxfQmFQ5YGM/EgJvlIEWrVLi8FzvX0F91y2\\naED+MFt/6i2iZrM8auts0kvkEclBZhjF7glfawp84NHrXTz6aeg=\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-838513354", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl/SivGGEXGymtD8HCdsUmxAZ51cfkpJEFnin7xBc1uvA7fGY2CTwzWeCX9LSxgLiKwIfXi+kOv0MWvD6+CaQKUGCwYg7JGWAUdtpnrFLz6Ov1ibNYzj4BQtuy1N6kviKvx8CXuATqd0k0gVVgfB5KSOOnZcauSiK883Bo1H79Tyhf1szUVriFOQ1sc+skLBDGSBLaw4lf/RPzImh87dHuN5QOH61HgtPXu6vnq1R2nO1bJgMR3/NN3RoRtY70sN6FsWTcDTFWX+UOAgh+UwDOI91COH8oZkldJswrVnZAR2/zKpr3XjE8sv6/17PXDVT0pbaCiruECXvkGtDIUpE5 Generated-by-Nova", "fingerprint": "63:e9:2d:b7:7f:b5:47:ed:7b:e9:b1:19:ba:25:ec:e1", "user_id": "26343c3928e9475fa1a73d1a1efb775d"}}' 2021-02-03 12:31:03,926 94712 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-838513354 created 2021-02-03 12:31:04,076 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-groups 0.150s 2021-02-03 12:31:04,077 94712 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--1680772328", "description": "tempest-description--182080905"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-e5fedabf-7f04-4ee6-841d-12fcab87adf3', 'date': 'Wed, 03 Feb 2021 12:31:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "f2fdcd3e-3e79-408a-8a99-3302a60d394b", "name": "tempest-securitygroup--1680772328", "stateful": true, "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "description": "tempest-description--182080905", "security_group_rules": [{"id": "27183b3d-3dc3-43f6-8ea6-c2c2ac0dc83f", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "f2fdcd3e-3e79-408a-8a99-3302a60d394b", "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": 521, "description": null, "tags": [], "created_at": "2021-02-03T12:31:04Z", "updated_at": "2021-02-03T12:31:04Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}, {"id": "5f4cab39-9932-4452-95b6-bbf1bd59fbfb", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "f2fdcd3e-3e79-408a-8a99-3302a60d394b", "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": 520, "description": null, "tags": [], "created_at": "2021-02-03T12:31:04Z", "updated_at": "2021-02-03T12:31:04Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}], "tags": [], "created_at": "2021-02-03T12:31:03Z", "updated_at": "2021-02-03T12:31:04Z", "revision_number": 1, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:31:04,212 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-group-rules 0.134s 2021-02-03 12:31:04,213 94712 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": "f2fdcd3e-3e79-408a-8a99-3302a60d394b", "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-6a0ce461-1f31-4a88-8362-4cb10da4a9cc', 'date': 'Wed, 03 Feb 2021 12:31:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d6ae3e60-2612-4561-93da-b451e0b60c35", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "f2fdcd3e-3e79-408a-8a99-3302a60d394b", "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-02-03T12:31:04Z", "updated_at": "2021-02-03T12:31:04Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:31:04,321 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-group-rules 0.108s 2021-02-03 12:31:04,321 94712 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": "f2fdcd3e-3e79-408a-8a99-3302a60d394b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-553eb103-d84f-44d5-9ec6-1d2c1103fc7f', 'date': 'Wed, 03 Feb 2021 12:31:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0845eb0f-2623-4415-b177-a48e9cf7beac", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "security_group_id": "f2fdcd3e-3e79-408a-8a99-3302a60d394b", "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-02-03T12:31:04Z", "updated_at": "2021-02-03T12:31:04Z", "revision_number": 0, "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70"}}' 2021-02-03 12:31:04,321 94712 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1680772328 created 2021-02-03 12:31:05,456 94712 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/floatingips 1.134s 2021-02-03 12:31:05,456 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "7811b6cc-f265-4640-993d-3a8ade399db2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-13343168-3b87-45b1-b44c-84eda100401c', 'date': 'Wed, 03 Feb 2021 12:31:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a9c7cb18-4131-4ef4-985b-a9488edb6368", "tenant_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "floating_ip_address": "172.28.0.208", "floating_network_id": "7811b6cc-f265-4640-993d-3a8ade399db2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3e02cf480c3f4fb1b8de4ab0479fff70", "description": "", "port_details": null, "tags": [], "created_at": "2021-02-03T12:31:05Z", "updated_at": "2021-02-03T12:31:05Z", "revision_number": 0}}' 2021-02-03 12:31:05,457 94712 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a9c7cb18-4131-4ef4-985b-a9488edb6368', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'floating_ip_address': '172.28.0.208', 'floating_network_id': '7811b6cc-f265-4640-993d-3a8ade399db2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-02-03T12:31:05Z', 'updated_at': '2021-02-03T12:31:05Z', 'revision_number': 0, 'ip': '172.28.0.208'} created 2021-02-03 12:31:05,546 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.101/identity/v3/auth/tokens 0.082s 2021-02-03 12:31:05,546 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 03 Feb 2021 12:31:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3708', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f94d7299-a46f-40b8-b284-2233f67a58ee', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "26343c3928e9475fa1a73d1a1efb775d", "name": "tempest-AttachVolumeShelveTestJSON-1211675180-project", "password_expires_at": null}, "audit_ids": ["Bv3KbdihRci-RdLn5-Bv8w"], "expires_at": "2021-02-03T13:31:05.000000Z", "issued_at": "2021-02-03T12:31:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e02cf480c3f4fb1b8de4ab0479fff70", "name": "tempest-AttachVolumeShelveTestJSON-1211675180"}, "is_domain": false, "roles": [{"id": "bf356a9011a343699150cb3d0a5385bd", "name": "member"}, {"id": "b3a7a2cce2934a3592e28a2087ef6dfb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "c66b70b16cb74222a7ecf0367b722d55", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "0988853843f14469917d8912cb753bd4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb30d140956142c4806742ef0c9b6150", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/placement", "region": "RegionOne"}], "id": "403cd4472dbf4c308d7e7c275c85ff55", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e859a52755ff4ec98811e5567218d302", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "54abcc8dfabb491aa8fb32bd77bbc7df", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b7a2bbd5efc54feca407c2d095372d39", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:9696/", "region": "RegionOne"}], "id": "727eccd4f47144ee86641e7c4b751308", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "55e9f80b95ab4beab963383d53b29273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:8080/v1/AUTH_3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}, {"id": "7beedd593c13439da81083d3cdf48179", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101:8080", "region": "RegionOne"}], "id": "7b646c16b109402daac6abbfaf606c07", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "ddef7344f1874bd3ad206a5d9808c0a9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "9549c409c06a438282e32a3078434c8e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0080832621ce4681afcbfac06daf6189", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v2/3e02cf480c3f4fb1b8de4ab0479fff70", "region": "RegionOne"}], "id": "a0ff0d51d7d249afb640aac78fbb2349", "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"id": "887ea65bb25b42d2964af1a5d3b4dce5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2.1", "region": "RegionOne"}], "id": "bdfb0a8960724122b1a5bedfe1e9cc6c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a354efd121fa4f0980bbc31d84c7acfc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/image", "region": "RegionOne"}], "id": "e35c7e0f64174bf092acdd438723d938", "type": "image", "name": "glance"}, {"endpoints": [{"id": "39f80d74f67b4e9cbc6ea8ce16690d7f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}, {"id": "bb35009aacd14b18a5c74e984400ad72", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}], "id": "ebdcd26ce12f4e68a72e3dd2156f3481", "type": "identity", "name": "keystone"}]}}' 2021-02-03 12:31:05,546 94712 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '7e218754-7b0c-4278-94ec-4db980986e2c', 'name': 'tempest-AttachVolumeShelveTestJSON-1617848853-network', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'admin_state_up': True, 'mtu': 1450, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vxlan', 'provider:physical_network': None, 'provider:segmentation_id': 5, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-02-03T12:17:15Z', 'updated_at': '2021-02-03T12:17:15Z', 'revision_number': 1} available for tenant 2021-02-03 12:31:05,547 94712 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEApf0orxhhFxsprQ/BwnbFJsQGedXH5KSRBZ4p+8QXNbrwO3xm\nNgk8M1ngl/S0sYC4isCH14vpDr9DFrw+vgmkClBgsGIOyRlgFHbaZ6xS8+jr9Ymz\nWM4+AULbstTepL4ir8fAl7gE6ndJNIFVYHweSkjjp2XGrkoivPNwaNR+/U8oX9bM\n1Fa4hTkNbHPrJCwQxkgS2sOJX/0T8yJofO3R7jeUDh+tR4LT17ur56tUdpztWyYD\nEd/zTd0aEbWO9LDehbFk3A0xVl/lDgIIflMAziPdQjh/KGZJXSbMK1Z2QEdv8yqa\n914xPLL+v9ez1w1U9KW2goq7hAl75BrQyFKROQIDAQABAoIBAA7BfJZkMm1das0J\ns43YBRq3HmRCTuzSfFnlf5H0EqQiJC0FmAiBtapS+RZJGK8W5FDhYLIWq/c1pX8l\n6OX38W9BSfckIHBcIyBumGfS9+Ta9e7z+M+SNgzipqk1Jz258VdzCHn0T+uQAx/5\nx182aXLtG9/LumfQC1qEwZ9wFIHsHOIwLID2Kl3qNanCl/naBedk89MV0uAMYkrC\njbdp+AuObbxxXKzVTXwDpT2rLko5uAxj79imqqyN0Jjj4T16vSsK5xvHR4m7nT2v\n6GfwnIxgn+0QVDScM0rs/oDAjB3rUEZZBUAd4w1/Dp3Sg0F8n3DUORdPjoNMkUtl\nk+6fZekCgYEAziv46IxkmO3K7dM9lW+5gn8ypoWi2PKqANWRcnqa61UBHTX31WZ8\n+ntI7ufVR6X9jhmbEcOW2ciSJxKeSo56wemR7i7nY8sD2EBWbODqpQJErKZLLiXd\n9C00zCDeqLJv8kSPn6pAI5pbLGRWvQGXe+QCugDemBv+lMsDyVgYv2cCgYEAzhsJ\noGLlaPgprpVsCs9W4jsBmJ+UQXAU1t26EZr9EFz+KbvPNY1yuIX3eQJHPmgK7XGz\n4pqLZG4oiWtXJs+rq1b07A6A92toZgjDrvShMlxMU2yMJrKKzDfBEzXV4uONOOKp\nlnNiST7EnVN09wJ2Eh/a4fyXOuvRZuE/IfhL5l8CgYAsy1L+O5qTu36Oo4nK0QZu\nOvKnSXuzRS34lm5OgCLupH5keVhKbkUTKvwSpB4rvf3UBO4zMtqwoKpYgOwRaNl1\nDildpaUygmZocroUV93DUjXXiR3mfeW2aqgA/ddCsdouugS2fQgIdD4A7CAIWrMu\nAMEy5oN2awaqD13YPiLKWwKBgDBJUVYMFWckTM+kHi3iKZ7S6CrTqC40jg1Q4Rji\n0MsWnk00vPT08J2edT4adIqAYZ8DdntubZ3X2RNo3IAxQyzfMH5lX32X4luVThMd\nKO7dhNw+oA8o4S+7GDbh8/w2B43+PHENE0fJttKNDOgZ4YOZhvRO8zdQrDyIJPxW\naaHNAoGAMa6LruQ7S6fk3nYhaaOXFTzm1JgVgm3PrspMcWyk+TlZCk7JPC2lYv3n\n7vTENEKeDvKE7S9xEub9yiyVnEeomzxfQmFQ5YGM/EgJvlIEWrVLi8FzvX0F91y2\naED+MFt/6i2iZrM8auts0kvkEclBZhjF7glfawp84NHrXTz6aeg=\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-838513354', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl/SivGGEXGymtD8HCdsUmxAZ51cfkpJEFnin7xBc1uvA7fGY2CTwzWeCX9LSxgLiKwIfXi+kOv0MWvD6+CaQKUGCwYg7JGWAUdtpnrFLz6Ov1ibNYzj4BQtuy1N6kviKvx8CXuATqd0k0gVVgfB5KSOOnZcauSiK883Bo1H79Tyhf1szUVriFOQ1sc+skLBDGSBLaw4lf/RPzImh87dHuN5QOH61HgtPXu6vnq1R2nO1bJgMR3/NN3RoRtY70sN6FsWTcDTFWX+UOAgh+UwDOI91COH8oZkldJswrVnZAR2/zKpr3XjE8sv6/17PXDVT0pbaCiruECXvkGtDIUpE5 Generated-by-Nova', 'fingerprint': '63:e9:2d:b7:7f:b5:47:ed:7b:e9:b1:19:ba:25:ec:e1', 'user_id': '26343c3928e9475fa1a73d1a1efb775d'}, 'security_group': {'id': 'f2fdcd3e-3e79-408a-8a99-3302a60d394b', 'name': 'tempest-securitygroup--1680772328', 'stateful': True, 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'description': 'tempest-description--182080905', 'security_group_rules': [{'id': '27183b3d-3dc3-43f6-8ea6-c2c2ac0dc83f', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'security_group_id': 'f2fdcd3e-3e79-408a-8a99-3302a60d394b', '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': 521, 'description': None, 'tags': [], 'created_at': '2021-02-03T12:31:04Z', 'updated_at': '2021-02-03T12:31:04Z', 'revision_number': 0, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70'}, {'id': '5f4cab39-9932-4452-95b6-bbf1bd59fbfb', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'security_group_id': 'f2fdcd3e-3e79-408a-8a99-3302a60d394b', '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': 520, 'description': None, 'tags': [], 'created_at': '2021-02-03T12:31:04Z', 'updated_at': '2021-02-03T12:31:04Z', 'revision_number': 0, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70'}], 'tags': [], 'created_at': '2021-02-03T12:31:03Z', 'updated_at': '2021-02-03T12:31:04Z', 'revision_number': 1, 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70'}, 'floating_ip': {'id': 'a9c7cb18-4131-4ef4-985b-a9488edb6368', 'tenant_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'floating_ip_address': '172.28.0.208', 'floating_network_id': '7811b6cc-f265-4640-993d-3a8ade399db2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3e02cf480c3f4fb1b8de4ab0479fff70', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-02-03T12:31:05Z', 'updated_at': '2021-02-03T12:31:05Z', 'revision_number': 0, 'ip': '172.28.0.208'}} 2021-02-03 12:32:05,643 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101/compute/v2.1/os-keypairs/tempest-keypair-838513354 0.032s 2021-02-03 12:32:05,643 94712 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:32:05 GMT', 'server': 'Apache/2.4.29 (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-c095eea8-d613-4dab-8f3a-16921bffbca9', 'x-compute-request-id': 'req-c095eea8-d613-4dab-8f3a-16921bffbca9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs/tempest-keypair-838513354'} Body: b'' 2021-02-03 12:32:05,790 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101:9696/v2.0/security-groups/f2fdcd3e-3e79-408a-8a99-3302a60d394b 0.146s 2021-02-03 12:32:05,791 94712 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-17332c9b-233d-4654-b7db-7e100e046031', 'content-length': '0', 'date': 'Wed, 03 Feb 2021 12:32:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups/f2fdcd3e-3e79-408a-8a99-3302a60d394b'} Body: b'' 2021-02-03 12:32:05,809 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.101:9696/v2.0/security-groups/f2fdcd3e-3e79-408a-8a99-3302a60d394b 0.018s 2021-02-03 12:32:05,809 94712 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-69a11a20-e0ec-454b-9f61-e4b75914d72e', 'date': 'Wed, 03 Feb 2021 12:32:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups/f2fdcd3e-3e79-408a-8a99-3302a60d394b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f2fdcd3e-3e79-408a-8a99-3302a60d394b does not exist", "detail": ""}}' 2021-02-03 12:32:06,661 94712 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101:9696/v2.0/floatingips/a9c7cb18-4131-4ef4-985b-a9488edb6368 0.851s 2021-02-03 12:32:06,662 94712 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-71c0c48c-c072-48d6-9966-4fbe3ef7b1cf', 'content-length': '0', 'date': 'Wed, 03 Feb 2021 12:32:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101:9696/v2.0/floatingips/a9c7cb18-4131-4ef4-985b-a9488edb6368'} Body: b'' }}} Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 53, in _create_server adminPass=self.image_ssh_password) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server **kwargs) File "/opt/stack/tempest/tempest/common/compute.py", line 200, in create_test_server **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 103, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 48, in request method, url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt5.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft5.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-02-03 12:21:45,834 94703 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-02-03 12:21:45,835 94703 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-02-03 12:21:46,045 94703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.101/compute/v2.1/os-keypairs 0.209s 2021-02-03 12:21:46,045 94703 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-742234492"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:45 GMT', 'server': 'Apache/2.4.29 (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-bea363f4-a7c5-4485-9abe-c221b8f804fe', 'x-compute-request-id': 'req-bea363f4-a7c5-4485-9abe-c221b8f804fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEA9RXRfcPf/NypcLDFFignrPaMoVX7rXLhupwggjk7CNn/tuzo\\n6CriX6LYiaBzH0gkwzUAXkk+nb4vJJTznbHaCQk+b/EdGf56xBSwXGnBwdtD6vzD\\n0BDXXw8s4cDbN9uWT0ACCVQF3DGVgi7NrccvlFhulfgosiBCtS5zfRms7z6C4SUr\\n5hl9EvUZazTmoi3Scf3CpDF1D9tjH3hnCZ6UP0POyGlUrDBuo9zP3sH+rRLMrj42\\nGE7kaonPhV+WywDmztQ/rmNJ4gA8BB/RdDXvyX+BfKIKT1m0NEXIgvljq6nPq1Dd\\nA/q1WeUWYk/jMNvzykGs3X2h8bb3Q9ASjedMHwIDAQABAoIBAQCwEPmLmPDLrhZH\\nr6YWkchW+FP0/1krtNE3BzxPcR/Y7wtGdZGoYE56F/npfQvXGDPYzLW0BnhmSB+D\\n70HIMuGJBkwFjTiz2N6HCLnd2dfpFUUIhoeBbOfcEYHTuIGD8ktcKYaM/wCqvDBE\\n8qytv9+Nea4QLNPHi2eA05sB7zUONPlZxe8iJfjXHX/6OAKQKMFLNoxtz5Wxd/UN\\ns+Gts+WINQ6HupDMrk5qQ7BmDUFAVNA/mQ2qUt635LpsOvpDI0i2yPJVzzR9TjOB\\nADtRGnU/hudLORvQLS7Zs0tiZGNJM9aB6DOmzmtSKV1znIV0pEzUodq5T/YTl0R2\\nuCpFcPXhAoGBAPtTYGrhitStlh/lUV4/+cUbv8roqkwU0GjEouYsz0eb+Jwzu0U1\\nriglZ/8qS+v7IXyPVVRRkwfVu2Nq1H1jc9gSu0m8FUzuTG583pj/hEctSWXeX11v\\nSS5I1zgb7bTQwmTLC5JRsOMnHRcPtRrkI4MKWPxWfcfNZpsC4Av/TwwRAoGBAPmk\\nurTC6RZ/iLpwe08jKPJGYcUNvIwripHs3Ld+pudC/7uZlX8iu9SC5Id8XXTC81lO\\nykXujgHr49Ee4VhekL1QbsHlLmDuy0WYw8bxK0U8VQrdYahZiXObZFuH1EWYDjGE\\nlg/XcSY93rCcRs/MChYfziiKo4cajqmH1Trfa8UvAoGAB3V1AhcJgMBaGT48CPkL\\nF594NLRtAW8ItGNJll00FaL6YOBkKWyra4OYr4j40dsVJlY2qRb2rx/XvN6ZydLe\\nyEXeCxUq6KqV2B2amZ3Tti0Q5ZYQ7Hv2BwqgYIjrqBcd/dHM2R3VixhJE7sim9az\\nexsegvaqKvjcl7MhJRoBpZECgYAXZWbSFgo+P4mS34PO8N6fhhUXoKfxAwujjW1K\\nDSabOd45uLUYCytLSVEdmXwwuyyPTCEM2MSaTX82VAyOeZ5a/7TBmzbzgq2uQhjn\\nBicl//eAYysJ2gpVuVR4d4xfUVbTMTfXGDvUd6vtJVhFlTvEwwpRJl0ZBlYkcUR8\\nlf/FpQKBgAy+PokhZClbZOyJDC6Ax9mXuv0gILPMjLdTMRHxzkdzrHhBRhA8EhwP\\n4MIXdxtmoVFkm1YWHPrgKzu/GmcP1tLmhMpTOc86B1I6Z4BQZt+8pwg0tRFel1OV\\nPXn33LOI2TffRkJEQPLWvL+Jxt07AjKEmodvYfV/lC1B1y8Mck9G\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-742234492", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1FdF9w9/83KlwsMUWKCes9oyhVfutcuG6nCCCOTsI2f+27OjoKuJfotiJoHMfSCTDNQBeST6dvi8klPOdsdoJCT5v8R0Z/nrEFLBcacHB20Pq/MPQENdfDyzhwNs325ZPQAIJVAXcMZWCLs2txy+UWG6V+CiyIEK1LnN9GazvPoLhJSvmGX0S9RlrNOaiLdJx/cKkMXUP22MfeGcJnpQ/Q87IaVSsMG6j3M/ewf6tEsyuPjYYTuRqic+FX5bLAObO1D+uY0niADwEH9F0Ne/Jf4F8ogpPWbQ0RciC+WOrqc+rUN0D+rVZ5RZiT+Mw2/PKQazdfaHxtvdD0BKN50wf Generated-by-Nova", "fingerprint": "f9:4c:f9:15:df:54:7e:f0:63:fc:7a:c9:85:36:1d:df", "user_id": "2cb7bdb3e47c44079031b944e7dd998c"}}' 2021-02-03 12:21:46,046 94703 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-742234492 created 2021-02-03 12:21:46,533 94703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-groups 0.486s 2021-02-03 12:21:46,533 94703 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--1769159301", "description": "tempest-description--6302519"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1577', 'x-openstack-request-id': 'req-ef6d558f-f1c5-4e66-95fb-3c886ba4a852', 'date': 'Wed, 03 Feb 2021 12:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "acd6a9b6-2bd6-452d-9e9d-f81c78032796", "name": "tempest-securitygroup--1769159301", "stateful": true, "tenant_id": "b33313b198db41b8854d27488c03f8b0", "description": "tempest-description--6302519", "security_group_rules": [{"id": "47a3accf-eed6-4372-84f9-1c27e92c8c8e", "tenant_id": "b33313b198db41b8854d27488c03f8b0", "security_group_id": "acd6a9b6-2bd6-452d-9e9d-f81c78032796", "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": 382, "description": null, "tags": [], "created_at": "2021-02-03T12:21:46Z", "updated_at": "2021-02-03T12:21:46Z", "revision_number": 0, "project_id": "b33313b198db41b8854d27488c03f8b0"}, {"id": "b9fd7588-2076-4d8f-95cf-27a36eae8a65", "tenant_id": "b33313b198db41b8854d27488c03f8b0", "security_group_id": "acd6a9b6-2bd6-452d-9e9d-f81c78032796", "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": 383, "description": null, "tags": [], "created_at": "2021-02-03T12:21:46Z", "updated_at": "2021-02-03T12:21:46Z", "revision_number": 0, "project_id": "b33313b198db41b8854d27488c03f8b0"}], "tags": [], "created_at": "2021-02-03T12:21:46Z", "updated_at": "2021-02-03T12:21:46Z", "revision_number": 1, "project_id": "b33313b198db41b8854d27488c03f8b0"}}' 2021-02-03 12:21:46,645 94703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-group-rules 0.111s 2021-02-03 12:21:46,646 94703 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": "acd6a9b6-2bd6-452d-9e9d-f81c78032796", "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-3721337b-5da8-474b-9b45-4587ca9dce2a', 'date': 'Wed, 03 Feb 2021 12:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "29a77c5a-e0aa-4be0-abc1-3bcc7975e649", "tenant_id": "b33313b198db41b8854d27488c03f8b0", "security_group_id": "acd6a9b6-2bd6-452d-9e9d-f81c78032796", "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-02-03T12:21:46Z", "updated_at": "2021-02-03T12:21:46Z", "revision_number": 0, "project_id": "b33313b198db41b8854d27488c03f8b0"}}' 2021-02-03 12:21:46,747 94703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/security-group-rules 0.101s 2021-02-03 12:21:46,748 94703 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": "acd6a9b6-2bd6-452d-9e9d-f81c78032796", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f34767fc-3db2-411d-8aa8-b42477aa642e', 'date': 'Wed, 03 Feb 2021 12:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "56926dfc-f068-4e6c-ad89-8fba9c9a31a6", "tenant_id": "b33313b198db41b8854d27488c03f8b0", "security_group_id": "acd6a9b6-2bd6-452d-9e9d-f81c78032796", "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-02-03T12:21:46Z", "updated_at": "2021-02-03T12:21:46Z", "revision_number": 0, "project_id": "b33313b198db41b8854d27488c03f8b0"}}' 2021-02-03 12:21:46,748 94703 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1769159301 created 2021-02-03 12:21:48,042 94703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.101:9696/v2.0/floatingips 1.294s 2021-02-03 12:21:48,042 94703 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "7811b6cc-f265-4640-993d-3a8ade399db2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-92f4bdce-2e82-40ae-b6ed-9dc1ef136584', 'date': 'Wed, 03 Feb 2021 12:21:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9afc2aa1-f460-4af4-871e-6f35b484b45b", "tenant_id": "b33313b198db41b8854d27488c03f8b0", "floating_ip_address": "172.28.0.56", "floating_network_id": "7811b6cc-f265-4640-993d-3a8ade399db2", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b33313b198db41b8854d27488c03f8b0", "description": "", "port_details": null, "tags": [], "created_at": "2021-02-03T12:21:47Z", "updated_at": "2021-02-03T12:21:47Z", "revision_number": 0}}' 2021-02-03 12:21:48,043 94703 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9afc2aa1-f460-4af4-871e-6f35b484b45b', 'tenant_id': 'b33313b198db41b8854d27488c03f8b0', 'floating_ip_address': '172.28.0.56', 'floating_network_id': '7811b6cc-f265-4640-993d-3a8ade399db2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b33313b198db41b8854d27488c03f8b0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-02-03T12:21:47Z', 'updated_at': '2021-02-03T12:21:47Z', 'revision_number': 0, 'ip': '172.28.0.56'} created 2021-02-03 12:21:48,134 94703 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.101/identity/v3/auth/tokens 0.085s 2021-02-03 12:21:48,134 94703 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 03 Feb 2021 12:21:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3696', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-80c072ac-8536-4b62-8c82-7ba2899aca41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2cb7bdb3e47c44079031b944e7dd998c", "name": "tempest-AttachVolumeTestJSON-1702203634-project", "password_expires_at": null}, "audit_ids": ["addM6D7VTvCVhyE5-LZbsw"], "expires_at": "2021-02-03T13:21:48.000000Z", "issued_at": "2021-02-03T12:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b33313b198db41b8854d27488c03f8b0", "name": "tempest-AttachVolumeTestJSON-1702203634"}, "is_domain": false, "roles": [{"id": "bf356a9011a343699150cb3d0a5385bd", "name": "member"}, {"id": "b3a7a2cce2934a3592e28a2087ef6dfb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "c66b70b16cb74222a7ecf0367b722d55", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2/b33313b198db41b8854d27488c03f8b0", "region": "RegionOne"}], "id": "0988853843f14469917d8912cb753bd4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb30d140956142c4806742ef0c9b6150", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/placement", "region": "RegionOne"}], "id": "403cd4472dbf4c308d7e7c275c85ff55", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e859a52755ff4ec98811e5567218d302", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/b33313b198db41b8854d27488c03f8b0", "region": "RegionOne"}], "id": "54abcc8dfabb491aa8fb32bd77bbc7df", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b7a2bbd5efc54feca407c2d095372d39", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:9696/", "region": "RegionOne"}], "id": "727eccd4f47144ee86641e7c4b751308", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "55e9f80b95ab4beab963383d53b29273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:8080/v1/AUTH_b33313b198db41b8854d27488c03f8b0", "region": "RegionOne"}, {"id": "7beedd593c13439da81083d3cdf48179", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101:8080", "region": "RegionOne"}], "id": "7b646c16b109402daac6abbfaf606c07", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "ddef7344f1874bd3ad206a5d9808c0a9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/b33313b198db41b8854d27488c03f8b0", "region": "RegionOne"}], "id": "9549c409c06a438282e32a3078434c8e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0080832621ce4681afcbfac06daf6189", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v2/b33313b198db41b8854d27488c03f8b0", "region": "RegionOne"}], "id": "a0ff0d51d7d249afb640aac78fbb2349", "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"id": "887ea65bb25b42d2964af1a5d3b4dce5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2.1", "region": "RegionOne"}], "id": "bdfb0a8960724122b1a5bedfe1e9cc6c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a354efd121fa4f0980bbc31d84c7acfc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/image", "region": "RegionOne"}], "id": "e35c7e0f64174bf092acdd438723d938", "type": "image", "name": "glance"}, {"endpoints": [{"id": "39f80d74f67b4e9cbc6ea8ce16690d7f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}, {"id": "bb35009aacd14b18a5c74e984400ad72", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}], "id": "ebdcd26ce12f4e68a72e3dd2156f3481", "type": "identity", "name": "keystone"}]}}' 2021-02-03 12:21:48,135 94703 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '3a40775a-495b-4f06-84bb-18d23f0c5209', 'name': 'tempest-AttachVolumeTestJSON-2086227876-network', 'tenant_id': 'b33313b198db41b8854d27488c03f8b0', 'admin_state_up': True, 'mtu': 1450, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b33313b198db41b8854d27488c03f8b0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vxlan', 'provider:physical_network': None, 'provider:segmentation_id': 6, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-02-03T12:17:16Z', 'updated_at': '2021-02-03T12:17:16Z', 'revision_number': 1} available for tenant 2021-02-03 12:21:48,135 94703 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA9RXRfcPf/NypcLDFFignrPaMoVX7rXLhupwggjk7CNn/tuzo\n6CriX6LYiaBzH0gkwzUAXkk+nb4vJJTznbHaCQk+b/EdGf56xBSwXGnBwdtD6vzD\n0BDXXw8s4cDbN9uWT0ACCVQF3DGVgi7NrccvlFhulfgosiBCtS5zfRms7z6C4SUr\n5hl9EvUZazTmoi3Scf3CpDF1D9tjH3hnCZ6UP0POyGlUrDBuo9zP3sH+rRLMrj42\nGE7kaonPhV+WywDmztQ/rmNJ4gA8BB/RdDXvyX+BfKIKT1m0NEXIgvljq6nPq1Dd\nA/q1WeUWYk/jMNvzykGs3X2h8bb3Q9ASjedMHwIDAQABAoIBAQCwEPmLmPDLrhZH\nr6YWkchW+FP0/1krtNE3BzxPcR/Y7wtGdZGoYE56F/npfQvXGDPYzLW0BnhmSB+D\n70HIMuGJBkwFjTiz2N6HCLnd2dfpFUUIhoeBbOfcEYHTuIGD8ktcKYaM/wCqvDBE\n8qytv9+Nea4QLNPHi2eA05sB7zUONPlZxe8iJfjXHX/6OAKQKMFLNoxtz5Wxd/UN\ns+Gts+WINQ6HupDMrk5qQ7BmDUFAVNA/mQ2qUt635LpsOvpDI0i2yPJVzzR9TjOB\nADtRGnU/hudLORvQLS7Zs0tiZGNJM9aB6DOmzmtSKV1znIV0pEzUodq5T/YTl0R2\nuCpFcPXhAoGBAPtTYGrhitStlh/lUV4/+cUbv8roqkwU0GjEouYsz0eb+Jwzu0U1\nriglZ/8qS+v7IXyPVVRRkwfVu2Nq1H1jc9gSu0m8FUzuTG583pj/hEctSWXeX11v\nSS5I1zgb7bTQwmTLC5JRsOMnHRcPtRrkI4MKWPxWfcfNZpsC4Av/TwwRAoGBAPmk\nurTC6RZ/iLpwe08jKPJGYcUNvIwripHs3Ld+pudC/7uZlX8iu9SC5Id8XXTC81lO\nykXujgHr49Ee4VhekL1QbsHlLmDuy0WYw8bxK0U8VQrdYahZiXObZFuH1EWYDjGE\nlg/XcSY93rCcRs/MChYfziiKo4cajqmH1Trfa8UvAoGAB3V1AhcJgMBaGT48CPkL\nF594NLRtAW8ItGNJll00FaL6YOBkKWyra4OYr4j40dsVJlY2qRb2rx/XvN6ZydLe\nyEXeCxUq6KqV2B2amZ3Tti0Q5ZYQ7Hv2BwqgYIjrqBcd/dHM2R3VixhJE7sim9az\nexsegvaqKvjcl7MhJRoBpZECgYAXZWbSFgo+P4mS34PO8N6fhhUXoKfxAwujjW1K\nDSabOd45uLUYCytLSVEdmXwwuyyPTCEM2MSaTX82VAyOeZ5a/7TBmzbzgq2uQhjn\nBicl//eAYysJ2gpVuVR4d4xfUVbTMTfXGDvUd6vtJVhFlTvEwwpRJl0ZBlYkcUR8\nlf/FpQKBgAy+PokhZClbZOyJDC6Ax9mXuv0gILPMjLdTMRHxzkdzrHhBRhA8EhwP\n4MIXdxtmoVFkm1YWHPrgKzu/GmcP1tLmhMpTOc86B1I6Z4BQZt+8pwg0tRFel1OV\nPXn33LOI2TffRkJEQPLWvL+Jxt07AjKEmodvYfV/lC1B1y8Mck9G\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-742234492', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD1FdF9w9/83KlwsMUWKCes9oyhVfutcuG6nCCCOTsI2f+27OjoKuJfotiJoHMfSCTDNQBeST6dvi8klPOdsdoJCT5v8R0Z/nrEFLBcacHB20Pq/MPQENdfDyzhwNs325ZPQAIJVAXcMZWCLs2txy+UWG6V+CiyIEK1LnN9GazvPoLhJSvmGX0S9RlrNOaiLdJx/cKkMXUP22MfeGcJnpQ/Q87IaVSsMG6j3M/ewf6tEsyuPjYYTuRqic+FX5bLAObO1D+uY0niADwEH9F0Ne/Jf4F8ogpPWbQ0RciC+WOrqc+rUN0D+rVZ5RZiT+Mw2/PKQazdfaHxtvdD0BKN50wf Generated-by-Nova', 'fingerprint': 'f9:4c:f9:15:df:54:7e:f0:63:fc:7a:c9:85:36:1d:df', 'user_id': '2cb7bdb3e47c44079031b944e7dd998c'}, 'security_group': {'id': 'acd6a9b6-2bd6-452d-9e9d-f81c78032796', 'name': 'tempest-securitygroup--1769159301', 'stateful': True, 'tenant_id': 'b33313b198db41b8854d27488c03f8b0', 'description': 'tempest-description--6302519', 'security_group_rules': [{'id': '47a3accf-eed6-4372-84f9-1c27e92c8c8e', 'tenant_id': 'b33313b198db41b8854d27488c03f8b0', 'security_group_id': 'acd6a9b6-2bd6-452d-9e9d-f81c78032796', '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': 382, 'description': None, 'tags': [], 'created_at': '2021-02-03T12:21:46Z', 'updated_at': '2021-02-03T12:21:46Z', 'revision_number': 0, 'project_id': 'b33313b198db41b8854d27488c03f8b0'}, {'id': 'b9fd7588-2076-4d8f-95cf-27a36eae8a65', 'tenant_id': 'b33313b198db41b8854d27488c03f8b0', 'security_group_id': 'acd6a9b6-2bd6-452d-9e9d-f81c78032796', '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': 383, 'description': None, 'tags': [], 'created_at': '2021-02-03T12:21:46Z', 'updated_at': '2021-02-03T12:21:46Z', 'revision_number': 0, 'project_id': 'b33313b198db41b8854d27488c03f8b0'}], 'tags': [], 'created_at': '2021-02-03T12:21:46Z', 'updated_at': '2021-02-03T12:21:46Z', 'revision_number': 1, 'project_id': 'b33313b198db41b8854d27488c03f8b0'}, 'floating_ip': {'id': '9afc2aa1-f460-4af4-871e-6f35b484b45b', 'tenant_id': 'b33313b198db41b8854d27488c03f8b0', 'floating_ip_address': '172.28.0.56', 'floating_network_id': '7811b6cc-f265-4640-993d-3a8ade399db2', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b33313b198db41b8854d27488c03f8b0', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-02-03T12:21:47Z', 'updated_at': '2021-02-03T12:21:47Z', 'revision_number': 0, 'ip': '172.28.0.56'}} 2021-02-03 12:23:48,259 94703 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.101', port=80): Read timed out. (read timeout=60)",)': /compute/v2.1/os-keypairs/tempest-keypair-742234492 2021-02-03 12:24:33,427 94703 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 DELETE http://10.222.0.101/compute/v2.1/os-keypairs/tempest-keypair-742234492 105.226s 2021-02-03 12:24:33,427 94703 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:23:48 GMT', 'server': 'Apache/2.4.29 (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': '131', 'x-openstack-request-id': 'req-ce251314-66ff-4f63-a19c-fe95d4d74da6', 'x-compute-request-id': 'req-ce251314-66ff-4f63-a19c-fe95d4d74da6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs/tempest-keypair-742234492'} Body: b'{"itemNotFound": {"code": 404, "message": "Keypair tempest-keypair-742234492 not found for user 2cb7bdb3e47c44079031b944e7dd998c"}}' 2021-02-03 12:24:33,427 94703 WARNING [tempest.lib.common.validation_resources] Keypair tempest-keypair-742234492 is not found when attempting to delete 2021-02-03 12:24:33,685 94703 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101:9696/v2.0/security-groups/acd6a9b6-2bd6-452d-9e9d-f81c78032796 0.257s 2021-02-03 12:24:33,686 94703 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-16fc2c63-37e7-470f-931d-e7286bcd4116', 'content-length': '0', 'date': 'Wed, 03 Feb 2021 12:24:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups/acd6a9b6-2bd6-452d-9e9d-f81c78032796'} Body: b'' 2021-02-03 12:24:33,706 94703 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.101:9696/v2.0/security-groups/acd6a9b6-2bd6-452d-9e9d-f81c78032796 0.020s 2021-02-03 12:24:33,706 94703 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-7c44499c-7440-411e-a61a-9d18643f0076', 'date': 'Wed, 03 Feb 2021 12:24:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101:9696/v2.0/security-groups/acd6a9b6-2bd6-452d-9e9d-f81c78032796'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group acd6a9b6-2bd6-452d-9e9d-f81c78032796 does not exist", "detail": ""}}' 2021-02-03 12:24:34,290 94703 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101:9696/v2.0/floatingips/9afc2aa1-f460-4af4-871e-6f35b484b45b 0.583s 2021-02-03 12:24:34,290 94703 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-063be4c8-bb00-4aae-85f0-5ee806167585', 'content-length': '0', 'date': 'Wed, 03 Feb 2021 12:24:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101:9696/v2.0/floatingips/9afc2aa1-f460-4af4-871e-6f35b484b45b'} Body: b'' }}} Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 53, in _create_server adminPass=self.image_ssh_password) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server **kwargs) File "/opt/stack/tempest/tempest/common/compute.py", line 200, in create_test_server **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 103, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 48, in request method, url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt6.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt6.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft6.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-02-03 12:19:31,949 94705 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.101/identity/v3/auth/tokens 0.065s 2021-02-03 12:19:31,950 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3704', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c07a3f1f-bd75-48b4-bc46-e71523277528', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8e0cb8a01b024ed8be8c29dea2cab718", "name": "tempest-AttachVolumeNegativeTest-1185889489-project", "password_expires_at": null}, "audit_ids": ["Br8LXO3aSr2ekfUsA3UrYw"], "expires_at": "2021-02-03T13:19:31.000000Z", "issued_at": "2021-02-03T12:19:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc04d1bf37d1441fb75713a0d6c09296", "name": "tempest-AttachVolumeNegativeTest-1185889489"}, "is_domain": false, "roles": [{"id": "bf356a9011a343699150cb3d0a5385bd", "name": "member"}, {"id": "b3a7a2cce2934a3592e28a2087ef6dfb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "c66b70b16cb74222a7ecf0367b722d55", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2/fc04d1bf37d1441fb75713a0d6c09296", "region": "RegionOne"}], "id": "0988853843f14469917d8912cb753bd4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb30d140956142c4806742ef0c9b6150", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/placement", "region": "RegionOne"}], "id": "403cd4472dbf4c308d7e7c275c85ff55", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e859a52755ff4ec98811e5567218d302", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/fc04d1bf37d1441fb75713a0d6c09296", "region": "RegionOne"}], "id": "54abcc8dfabb491aa8fb32bd77bbc7df", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b7a2bbd5efc54feca407c2d095372d39", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:9696/", "region": "RegionOne"}], "id": "727eccd4f47144ee86641e7c4b751308", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "55e9f80b95ab4beab963383d53b29273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:8080/v1/AUTH_fc04d1bf37d1441fb75713a0d6c09296", "region": "RegionOne"}, {"id": "7beedd593c13439da81083d3cdf48179", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101:8080", "region": "RegionOne"}], "id": "7b646c16b109402daac6abbfaf606c07", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "ddef7344f1874bd3ad206a5d9808c0a9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/fc04d1bf37d1441fb75713a0d6c09296", "region": "RegionOne"}], "id": "9549c409c06a438282e32a3078434c8e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0080832621ce4681afcbfac06daf6189", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v2/fc04d1bf37d1441fb75713a0d6c09296", "region": "RegionOne"}], "id": "a0ff0d51d7d249afb640aac78fbb2349", "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"id": "887ea65bb25b42d2964af1a5d3b4dce5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2.1", "region": "RegionOne"}], "id": "bdfb0a8960724122b1a5bedfe1e9cc6c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a354efd121fa4f0980bbc31d84c7acfc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/image", "region": "RegionOne"}], "id": "e35c7e0f64174bf092acdd438723d938", "type": "image", "name": "glance"}, {"endpoints": [{"id": "39f80d74f67b4e9cbc6ea8ce16690d7f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}, {"id": "bb35009aacd14b18a5c74e984400ad72", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}], "id": "ebdcd26ce12f4e68a72e3dd2156f3481", "type": "identity", "name": "keystone"}]}}' 2021-02-03 12:19:31,950 94705 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'a945e1eb-c9e3-4745-a780-bf6ff84ded9d', 'name': 'tempest-AttachVolumeNegativeTest-671958458-network', 'tenant_id': 'fc04d1bf37d1441fb75713a0d6c09296', 'admin_state_up': True, 'mtu': 1450, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fc04d1bf37d1441fb75713a0d6c09296', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vxlan', 'provider:physical_network': None, 'provider:segmentation_id': 4, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-02-03T12:18:13Z', 'updated_at': '2021-02-03T12:18:13Z', 'revision_number': 1} available for tenant }}} Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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/lib/decorators.py", line 112, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 104, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 40, in test_delete_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server **kwargs) File "/opt/stack/tempest/tempest/common/compute.py", line 200, in create_test_server **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 103, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 48, in request method, url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt7.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
pt7.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
pt7.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
pt7.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
pt7.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] |
fail
ft7.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-02-03 12:19:03,375 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 202 POST http://10.222.0.101/volume/v3/287eac1977ff4e29802c95741095a4e0/volumes/9150038d-dce4-4040-ad32-0273a29bf5ce/action 0.150s 2021-02-03 12:19:03,375 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-volume_upload_image": {"image_name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-829e6d12-b45e-4e2a-8f7c-6f55cda2b6fe', 'content-length': '697', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-829e6d12-b45e-4e2a-8f7c-6f55cda2b6fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/287eac1977ff4e29802c95741095a4e0/volumes/9150038d-dce4-4040-ad32-0273a29bf5ce/action'} Body: b'{"os-volume_upload_image": {"id": "9150038d-dce4-4040-ad32-0273a29bf5ce", "updated_at": "2021-02-03T12:19:03.000000", "status": "uploading", "display_description": null, "size": 1, "volume_type": {"id": "a6ff362d-9376-48eb-96f7-18f0999ff696", "name": "__DEFAULT__", "description": "Default Volume Type", "is_public": true, "extra_specs": {}, "qos_specs_id": null, "created_at": "2021-02-03T12:08:41.000000", "updated_at": "2021-02-03T12:08:41.000000", "deleted_at": null, "deleted": false}, "image_id": "87dff379-209c-45d2-aabf-c77fb610165e", "container_format": "bare", "disk_format": "raw", "image_name": "tempest-VolumesActionsTest-Image-856666835", "protected": false, "visibility": "shared"}}' 2021-02-03 12:19:03,389 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.014s 2021-02-03 12:19:03,389 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-74024f71-657b-4a63-9515-ec2b35cd9640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:03Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:10,244 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 5.853s 2021-02-03 12:19:10,245 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6d45b633-c4d2-493f-879d-07ab71771788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:11,263 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.016s 2021-02-03 12:19:11,263 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-90dc5338-a490-45ab-8664-c2ea4a58b03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:12,283 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.018s 2021-02-03 12:19:12,283 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-628c9b54-8306-417e-bb92-61c29fce9ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:13,301 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.016s 2021-02-03 12:19:13,301 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-856e3647-d02c-4470-81c1-be5c1928e480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:14,328 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.026s 2021-02-03 12:19:14,328 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-67c6158a-e27d-41ac-9c52-edb0a9ffeeb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:15,348 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.018s 2021-02-03 12:19:15,348 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-96499a33-7252-473b-8528-e015a18629cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:16,438 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.088s 2021-02-03 12:19:16,438 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8ecdfd9e-adf2-4c26-b085-e4e9de44b429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:17,455 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.015s 2021-02-03 12:19:17,456 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f937a213-a38b-413e-9890-300e97b68987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:18,472 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.015s 2021-02-03 12:19:18,473 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e4634450-f4ac-45db-aa83-8b73185e3ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:19,516 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.042s 2021-02-03 12:19:19,517 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b6a530a0-6a48-415d-8899-6e84238d5ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:20,536 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.019s 2021-02-03 12:19:20,537 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2a439fde-9279-4a48-bfa7-e6e43c615626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:21,556 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.018s 2021-02-03 12:19:21,556 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e82f4007-de1a-4687-8e0c-55292bb99e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:22,572 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.014s 2021-02-03 12:19:22,572 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-abc70793-f7d3-4a2a-b344-726eb843f198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:23,592 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.018s 2021-02-03 12:19:23,592 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0a1f1ac9-98e0-4c69-bfb6-38b76697507d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:24,611 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.017s 2021-02-03 12:19:24,611 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2e2d342e-28f7-4564-b729-8e16a66413c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:19:25,635 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_upload): 200 GET http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 0.022s 2021-02-03 12:19:25,635 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:19:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '649', 'content-type': 'application/json', 'x-openstack-request-id': 'req-55a4ad9f-386a-42ed-815c-50dbcb0cf2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"name": "tempest-VolumesActionsTest-Image-856666835", "disk_format": "raw", "container_format": "bare", "visibility": "shared", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "287eac1977ff4e29802c95741095a4e0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "87dff379-209c-45d2-aabf-c77fb610165e", "created_at": "2021-02-03T12:19:03Z", "updated_at": "2021-02-03T12:19:04Z", "tags": [], "self": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e", "file": "/v2/images/87dff379-209c-45d2-aabf-c77fb610165e/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:20:26,694 94715 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.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:21:26,754 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:22:26,813 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:23:26,875 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:24:26,936 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:25:26,997 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:26:27,058 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:27:27,118 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:28:27,128 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:29:27,167 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:31:27,287 94715 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.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:32:27,348 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:33:27,407 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:34:27,465 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:35:27,523 94715 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)': /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 2021-02-03 12:35:53,862 94715 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 DELETE http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e 326.631s 2021-02-03 12:35:53,863 94715 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:35:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '147', 'content-type': 'application/json', 'x-openstack-request-id': 'req-98844b14-769b-41e6-9a78-c4e08f566d16', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101/image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e'} Body: b'{"message": "Failed to find image 87dff379-209c-45d2-aabf-c77fb610165e to delete<br /><br />\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' }}} Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 90, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 120, in test_volume_upload waiters.wait_for_image_status(self.images_client, image_id, 'active') File "/opt/stack/tempest/tempest/common/waiters.py", line 167, in wait_for_image_status image = show_image(image_id) File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 119, in show_image resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 315, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 75, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 96, in request_encode_url return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 796, in urlopen **response_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.222.0.101', port=80): Max retries exceeded with url: /image/v2/images/87dff379-209c-45d2-aabf-c77fb610165e (Caused by ReadTimeoutError("HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60)",)) |
||||||
tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 29 | 3 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
fail
ft8.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-02-03 12:32:20,485 94705 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://10.222.0.101/identity/v3/auth/tokens 0.026s 2021-02-03 12:32:20,485 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 03 Feb 2021 12:32:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-385bf4fc-7dde-4565-a361-024c0c95fbcc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "456e6e1a14dc45fea3997b59c76527c1", "name": "tempest-VolumesNegativeTest-161069221-project", "password_expires_at": null}, "audit_ids": ["kv7o2dCTQACVZTmXaHS29g"], "expires_at": "2021-02-03T13:32:20.000000Z", "issued_at": "2021-02-03T12:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7786590976bc4bee80b5afa801d04dd2", "name": "tempest-VolumesNegativeTest-161069221"}, "is_domain": false, "roles": [{"id": "bf356a9011a343699150cb3d0a5385bd", "name": "member"}, {"id": "b3a7a2cce2934a3592e28a2087ef6dfb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "c66b70b16cb74222a7ecf0367b722d55", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2/7786590976bc4bee80b5afa801d04dd2", "region": "RegionOne"}], "id": "0988853843f14469917d8912cb753bd4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb30d140956142c4806742ef0c9b6150", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/placement", "region": "RegionOne"}], "id": "403cd4472dbf4c308d7e7c275c85ff55", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e859a52755ff4ec98811e5567218d302", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/7786590976bc4bee80b5afa801d04dd2", "region": "RegionOne"}], "id": "54abcc8dfabb491aa8fb32bd77bbc7df", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b7a2bbd5efc54feca407c2d095372d39", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:9696/", "region": "RegionOne"}], "id": "727eccd4f47144ee86641e7c4b751308", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "55e9f80b95ab4beab963383d53b29273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:8080/v1/AUTH_7786590976bc4bee80b5afa801d04dd2", "region": "RegionOne"}, {"id": "7beedd593c13439da81083d3cdf48179", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101:8080", "region": "RegionOne"}], "id": "7b646c16b109402daac6abbfaf606c07", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "ddef7344f1874bd3ad206a5d9808c0a9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/7786590976bc4bee80b5afa801d04dd2", "region": "RegionOne"}], "id": "9549c409c06a438282e32a3078434c8e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0080832621ce4681afcbfac06daf6189", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v2/7786590976bc4bee80b5afa801d04dd2", "region": "RegionOne"}], "id": "a0ff0d51d7d249afb640aac78fbb2349", "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"id": "887ea65bb25b42d2964af1a5d3b4dce5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2.1", "region": "RegionOne"}], "id": "bdfb0a8960724122b1a5bedfe1e9cc6c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a354efd121fa4f0980bbc31d84c7acfc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/image", "region": "RegionOne"}], "id": "e35c7e0f64174bf092acdd438723d938", "type": "image", "name": "glance"}, {"endpoints": [{"id": "39f80d74f67b4e9cbc6ea8ce16690d7f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}, {"id": "bb35009aacd14b18a5c74e984400ad72", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}], "id": "ebdcd26ce12f4e68a72e3dd2156f3481", "type": "identity", "name": "keystone"}]}}' 2021-02-03 12:32:20,486 94705 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant }}} Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 90, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 214, in create_server **kwargs) File "/opt/stack/tempest/tempest/common/compute.py", line 200, in create_test_server **kwargs) File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 103, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 48, in request method, url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
fail
ft8.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 90, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 335, in test_create_volume_from_deactivated_image image = self.create_image() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 48, in create_image min_disk=CONF.volume.volume_size + 1) File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 53, in create_image resp, body = self.post('images', data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
fail
ft8.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 90, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 319, in test_create_volume_from_image_with_decreasing_size image = self.create_image() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 48, in create_image min_disk=CONF.volume.volume_size + 1) File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 53, in create_image resp, body = self.post('images', data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.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
pt8.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 4 | 1 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt9.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
fail
ft9.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-02-03 12:35:26,760 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.101/identity/v3/auth/tokens 0.031s 2021-02-03 12:35:26,760 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 03 Feb 2021 12:35:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3700', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8bca7125-207c-4d99-be36-aa91251ecc88', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b84c26e1630b4d17be65b5884b39d0a9", "name": "tempest-VolumesSnapshotTestJSON-151468269-project", "password_expires_at": null}, "audit_ids": ["LV8KGRCnS1SxKAAbXvUnqQ"], "expires_at": "2021-02-03T13:35:26.000000Z", "issued_at": "2021-02-03T12:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45eba9f3e0e743b8905e4561e333b2b4", "name": "tempest-VolumesSnapshotTestJSON-151468269"}, "is_domain": false, "roles": [{"id": "bf356a9011a343699150cb3d0a5385bd", "name": "member"}, {"id": "b3a7a2cce2934a3592e28a2087ef6dfb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "c66b70b16cb74222a7ecf0367b722d55", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2/45eba9f3e0e743b8905e4561e333b2b4", "region": "RegionOne"}], "id": "0988853843f14469917d8912cb753bd4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb30d140956142c4806742ef0c9b6150", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/placement", "region": "RegionOne"}], "id": "403cd4472dbf4c308d7e7c275c85ff55", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e859a52755ff4ec98811e5567218d302", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4", "region": "RegionOne"}], "id": "54abcc8dfabb491aa8fb32bd77bbc7df", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b7a2bbd5efc54feca407c2d095372d39", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:9696/", "region": "RegionOne"}], "id": "727eccd4f47144ee86641e7c4b751308", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "55e9f80b95ab4beab963383d53b29273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:8080/v1/AUTH_45eba9f3e0e743b8905e4561e333b2b4", "region": "RegionOne"}, {"id": "7beedd593c13439da81083d3cdf48179", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101:8080", "region": "RegionOne"}], "id": "7b646c16b109402daac6abbfaf606c07", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "ddef7344f1874bd3ad206a5d9808c0a9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4", "region": "RegionOne"}], "id": "9549c409c06a438282e32a3078434c8e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0080832621ce4681afcbfac06daf6189", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v2/45eba9f3e0e743b8905e4561e333b2b4", "region": "RegionOne"}], "id": "a0ff0d51d7d249afb640aac78fbb2349", "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"id": "887ea65bb25b42d2964af1a5d3b4dce5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2.1", "region": "RegionOne"}], "id": "bdfb0a8960724122b1a5bedfe1e9cc6c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a354efd121fa4f0980bbc31d84c7acfc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/image", "region": "RegionOne"}], "id": "e35c7e0f64174bf092acdd438723d938", "type": "image", "name": "glance"}, {"endpoints": [{"id": "39f80d74f67b4e9cbc6ea8ce16690d7f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}, {"id": "bb35009aacd14b18a5c74e984400ad72", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}], "id": "ebdcd26ce12f4e68a72e3dd2156f3481", "type": "identity", "name": "keystone"}]}}' 2021-02-03 12:35:26,761 94705 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '60e3fcd5-3889-4634-b71f-1531d47faef3', 'name': 'tempest-VolumesSnapshotTestJSON-555696777-network', 'tenant_id': '45eba9f3e0e743b8905e4561e333b2b4', 'admin_state_up': True, 'mtu': 1450, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '45eba9f3e0e743b8905e4561e333b2b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vxlan', 'provider:physical_network': None, 'provider:segmentation_id': 3, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-02-03T12:35:24Z', 'updated_at': '2021-02-03T12:35:24Z', 'revision_number': 1} available for tenant 2021-02-03 12:35:55,607 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.101/compute/v2.1/servers 28.846s 2021-02-03 12:35:55,608 94705 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-52499450", "imageRef": "e54f913e-c0d0-427d-8718-eb339cd05940", "flavorRef": "452", "networks": [{"uuid": "60e3fcd5-3889-4634-b71f-1531d47faef3"}]}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:35:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '382', 'location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c55900d-61b1-4765-9458-0ee038958b3b', 'x-compute-request-id': 'req-3c55900d-61b1-4765-9458-0ee038958b3b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/compute/v2.1/servers'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "aWi2r3SnYKtf"}}' 2021-02-03 12:35:55,698 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.088s 2021-02-03 12:35:55,698 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:35:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1221', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c64c2d8-c2a2-4f25-9cf2-42bf7e506442', 'x-compute-request-id': 'req-6c64c2d8-c2a2-4f25-9cf2-42bf7e506442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:56Z", "updated": "2021-02-03T12:35:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:35:56,846 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.143s 2021-02-03 12:35:56,846 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:35:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23517161-9023-4e21-afae-bc6f09e5ebab', 'x-compute-request-id': 'req-23517161-9023-4e21-afae-bc6f09e5ebab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:35:56,850 94705 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-02-03 12:35:58,103 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.252s 2021-02-03 12:35:58,104 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:35:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-594565e5-133e-4494-98d0-45155fad4a0a', 'x-compute-request-id': 'req-594565e5-133e-4494-98d0-45155fad4a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:35:58,108 94705 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2021-02-03 12:35:59,335 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.226s 2021-02-03 12:35:59,335 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:35:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-472cd271-d343-4299-8d32-ab5ca201032f', 'x-compute-request-id': 'req-472cd271-d343-4299-8d32-ab5ca201032f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:00,581 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.241s 2021-02-03 12:36:00,582 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-896b4d30-937d-44f7-8b1d-94e6aadde7bd', 'x-compute-request-id': 'req-896b4d30-937d-44f7-8b1d-94e6aadde7bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:01,839 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.252s 2021-02-03 12:36:01,839 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-247b628a-083f-4e4b-8844-c3461bafd856', 'x-compute-request-id': 'req-247b628a-083f-4e4b-8844-c3461bafd856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:03,069 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.224s 2021-02-03 12:36:03,070 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c54dc7b-f70e-49d8-876b-5fc1f1fd88f0', 'x-compute-request-id': 'req-8c54dc7b-f70e-49d8-876b-5fc1f1fd88f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:04,298 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.223s 2021-02-03 12:36:04,299 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c6dfac7-0bd9-4467-ba73-e32a371e15ab', 'x-compute-request-id': 'req-7c6dfac7-0bd9-4467-ba73-e32a371e15ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:05,525 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.221s 2021-02-03 12:36:05,525 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05948ede-a197-40c2-8dff-704498533ebe', 'x-compute-request-id': 'req-05948ede-a197-40c2-8dff-704498533ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:06,745 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.215s 2021-02-03 12:36:06,746 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70a5a4e8-b34c-428e-b885-9ee9f19e8f0d', 'x-compute-request-id': 'req-70a5a4e8-b34c-428e-b885-9ee9f19e8f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:07,976 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.224s 2021-02-03 12:36:07,976 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39296b59-ecb2-464b-80c8-3d4e3931cedb', 'x-compute-request-id': 'req-39296b59-ecb2-464b-80c8-3d4e3931cedb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:09,191 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.210s 2021-02-03 12:36:09,192 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3908df90-e1a4-4ed9-bf97-7d60665e4d0f', 'x-compute-request-id': 'req-3908df90-e1a4-4ed9-bf97-7d60665e4d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:10,415 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.218s 2021-02-03 12:36:10,416 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-648d0fad-9c5b-4704-b281-a671b306c81e', 'x-compute-request-id': 'req-648d0fad-9c5b-4704-b281-a671b306c81e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:11,650 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.224s 2021-02-03 12:36:11,650 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75c03141-655e-47d8-97a0-31e57d58e083', 'x-compute-request-id': 'req-75c03141-655e-47d8-97a0-31e57d58e083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:13,192 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.536s 2021-02-03 12:36:13,193 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d1fc4e9-4cd8-42fc-a8db-74e0c1c27fc7', 'x-compute-request-id': 'req-1d1fc4e9-4cd8-42fc-a8db-74e0c1c27fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:14,413 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.215s 2021-02-03 12:36:14,413 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f083fe40-6c2c-47c6-9cfe-c9952403f87d', 'x-compute-request-id': 'req-f083fe40-6c2c-47c6-9cfe-c9952403f87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:15,643 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.224s 2021-02-03 12:36:15,643 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e96194c-26f3-46a7-a4e4-265303d32722', 'x-compute-request-id': 'req-8e96194c-26f3-46a7-a4e4-265303d32722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:36:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:16,898 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.249s 2021-02-03 12:36:16,898 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4fbff86-1ef5-424e-a9db-2101fa631249', 'x-compute-request-id': 'req-d4fbff86-1ef5-424e-a9db-2101fa631249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "BUILD", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:36:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "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-02-03 12:36:18,150 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.246s 2021-02-03 12:36:18,150 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a6967aa-98d2-46f5-a1d5-3f46c2df65e6', 'x-compute-request-id': 'req-2a6967aa-98d2-46f5-a1d5-3f46c2df65e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "ACTIVE", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:36:17Z", "addresses": {"tempest-VolumesSnapshotTestJSON-555696777-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:86:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.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-02-03 12:36:18,155 94705 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 23 second wait 2021-02-03 12:36:23,845 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/image/v2/images/e54f913e-c0d0-427d-8718-eb339cd05940 5.690s 2021-02-03 12:36:23,845 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d09e9144-087b-4a48-a06d-a049ef9de737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/image/v2/images/e54f913e-c0d0-427d-8718-eb339cd05940'} 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": "5cb8f78ea6eb4e35a825fbbd914d930e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "e54f913e-c0d0-427d-8718-eb339cd05940", "created_at": "2021-02-03T12:11:56Z", "updated_at": "2021-02-03T12:12:05Z", "tags": [], "self": "/v2/images/e54f913e-c0d0-427d-8718-eb339cd05940", "file": "/v2/images/e54f913e-c0d0-427d-8718-eb339cd05940/file", "schema": "/v2/schemas/image"}' 2021-02-03 12:36:24,159 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes 0.313s 2021-02-03 12:36:24,160 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "e54f913e-c0d0-427d-8718-eb339cd05940", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-073714b7-6c25-4e6b-b5c0-102977110160', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-073714b7-6c25-4e6b-b5c0-102977110160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-02-03 12:36:24,216 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.053s 2021-02-03 12:36:24,217 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d476db2b-24e1-4d7e-b39d-75de78c28a8c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d476db2b-24e1-4d7e-b39d-75de78c28a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:25,294 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:36:25,295 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5acf5717-d1f9-416f-9b89-6f74ce21581e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5acf5717-d1f9-416f-9b89-6f74ce21581e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:26,381 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:36:26,381 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6ff449-e7df-4a82-8e22-3178a1de559e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6ff449-e7df-4a82-8e22-3178a1de559e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:27,459 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:36:27,459 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83460e3a-9c10-4054-ad94-d63188787dc6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83460e3a-9c10-4054-ad94-d63188787dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:28,548 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:36:28,549 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81852f3c-f51c-4989-8093-6c4458839c9e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81852f3c-f51c-4989-8093-6c4458839c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:29,612 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.057s 2021-02-03 12:36:29,613 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f3963f-af0d-4e6c-b194-bcb41864fba6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f3963f-af0d-4e6c-b194-bcb41864fba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:30,681 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:36:30,681 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ea2115-34b9-445f-8717-a3665c34e89d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ea2115-34b9-445f-8717-a3665c34e89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:31,745 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.059s 2021-02-03 12:36:31,745 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb96659-d244-4496-8151-871ed8b6b997', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb96659-d244-4496-8151-871ed8b6b997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:32,811 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.061s 2021-02-03 12:36:32,812 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3720b705-c49e-4f0e-b9e9-12549051d131', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3720b705-c49e-4f0e-b9e9-12549051d131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:33,874 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.057s 2021-02-03 12:36:33,874 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b5dd593-1e54-4248-8d39-a969675df89b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b5dd593-1e54-4248-8d39-a969675df89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:34,941 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.062s 2021-02-03 12:36:34,942 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ea5a9c-2c5a-4043-8dca-1f7ceefd11e0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ea5a9c-2c5a-4043-8dca-1f7ceefd11e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:36,004 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.057s 2021-02-03 12:36:36,005 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc91dff-c363-4a66-88dc-87bf76183b9b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adc91dff-c363-4a66-88dc-87bf76183b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:37,075 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:36:37,076 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d9d033-cd4d-47ed-a5f4-3b36715c3ab8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d9d033-cd4d-47ed-a5f4-3b36715c3ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:38,150 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:36:38,151 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c8a84f5-b83f-430e-b42e-3a5a53b61ea3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c8a84f5-b83f-430e-b42e-3a5a53b61ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:39,218 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.061s 2021-02-03 12:36:39,218 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97fe90d-e799-4e13-943a-68f886da7aa5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97fe90d-e799-4e13-943a-68f886da7aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:40,286 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.062s 2021-02-03 12:36:40,286 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c76ca6-d348-404a-a437-6706a5a4c04f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c76ca6-d348-404a-a437-6706a5a4c04f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:41,347 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.055s 2021-02-03 12:36:41,347 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4369528b-ea03-4b34-a47d-4cd1595cf82f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4369528b-ea03-4b34-a47d-4cd1595cf82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:39.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:42,416 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:36:42,416 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae659258-586a-4c53-88f5-091136da8edd', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae659258-586a-4c53-88f5-091136da8edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "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": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:42,424 94705 INFO [tempest.common.waiters] volume c297d4a9-3676-433b-8e8d-ac04d0ae5edc reached available after waiting for 18.424670 seconds 2021-02-03 12:36:43,563 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d/os-volume_attachments 1.137s 2021-02-03 12:36:43,563 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "device": "/dev/sdb"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:42 GMT', 'server': 'Apache/2.4.29 (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-e5c62d3e-a242-4e70-93e0-7e05b6292625', 'x-compute-request-id': 'req-e5c62d3e-a242-4e70-93e0-7e05b6292625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "serverId": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "volumeId": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "device": "/dev/sdb"}}' 2021-02-03 12:36:43,625 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.060s 2021-02-03 12:36:43,625 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f39d5d-3bd3-4052-a805-c0a1ca642fa1', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f39d5d-3bd3-4052-a805-c0a1ca642fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "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": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:44,700 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:36:44,700 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef027c5-1776-4fc9-af06-e385550b49db', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef027c5-1776-4fc9-af06-e385550b49db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "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": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:45,776 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:36:45,777 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d34094d-ef0d-4938-969c-12cb7d11c04a', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d34094d-ef0d-4938-969c-12cb7d11c04a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "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": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:46,842 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.060s 2021-02-03 12:36:46,843 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee8f48e7-663a-466f-bfc5-736d2479b5f1', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee8f48e7-663a-466f-bfc5-736d2479b5f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "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": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:47,920 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:36:47,920 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de47741d-b641-4b24-9ee4-ca28d42c3d2a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de47741d-b641-4b24-9ee4-ca28d42c3d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:36:47,924 94705 INFO [tempest.common.waiters] volume c297d4a9-3676-433b-8e8d-ac04d0ae5edc reached in-use after waiting for 4.924785 seconds 2021-02-03 12:36:47,971 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots 0.046s 2021-02-03 12:36:47,972 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1531418141"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '160', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea971ea4-0fd0-4c61-8984-cde2ccc41d34', 'x-openstack-request-id': 'req-ea971ea4-0fd0-4c61-8984-cde2ccc41d34', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume c297d4a9-3676-433b-8e8d-ac04d0ae5edc status must be available, but current status is: in-use."}}' 2021-02-03 12:36:48,125 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots 0.152s 2021-02-03 12:36:48,125 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44be4fc5-02e5-4ee9-ad0a-41e0ed63d2e6', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44be4fc5-02e5-4ee9-ad0a-41e0ed63d2e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.067957", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {}}}' 2021-02-03 12:36:48,152 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.025s 2021-02-03 12:36:48,152 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ffacc9-6ccd-4dcb-be85-87319efc6454', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ffacc9-6ccd-4dcb-be85-87319efc6454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:49,193 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.038s 2021-02-03 12:36:49,194 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5d98f8-a4f1-4f97-8b6f-6b57e0f8cfb3', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5d98f8-a4f1-4f97-8b6f-6b57e0f8cfb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:50,235 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.038s 2021-02-03 12:36:50,236 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba7d070-cc42-4d33-82cd-9ef122336fc5', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba7d070-cc42-4d33-82cd-9ef122336fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:51,272 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.031s 2021-02-03 12:36:51,272 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5475c782-3270-440e-96a5-8630803391e1', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5475c782-3270-440e-96a5-8630803391e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:52,306 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.031s 2021-02-03 12:36:52,307 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c05367f-88ae-4b15-bbc8-a5d1db57d705', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c05367f-88ae-4b15-bbc8-a5d1db57d705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:53,340 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.031s 2021-02-03 12:36:53,340 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07bc3dd1-725e-43d8-9b7c-bbd2a2f491f3', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07bc3dd1-725e-43d8-9b7c-bbd2a2f491f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:54,378 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.034s 2021-02-03 12:36:54,378 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bb6e4b-3c78-4c92-b0ec-578322486f58', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bb6e4b-3c78-4c92-b0ec-578322486f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:55,414 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.032s 2021-02-03 12:36:55,414 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c3eeb4-39e6-4bf9-87cd-323b9c8a5d95', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c3eeb4-39e6-4bf9-87cd-323b9c8a5d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:56,453 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.034s 2021-02-03 12:36:56,454 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22242d1-77f3-4ebe-80ed-4184b08035b0', 'content-length': '532', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22242d1-77f3-4ebe-80ed-4184b08035b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:49.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:36:57,493 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.037s 2021-02-03 12:36:57,494 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f5f4c3-5848-4800-ab82-8c234e936944', 'content-length': '533', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82f5f4c3-5848-4800-ab82-8c234e936944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:36:58,528 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.031s 2021-02-03 12:36:58,529 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20394eb2-7c2d-4831-9e09-bdce8071fa54', 'content-length': '533', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20394eb2-7c2d-4831-9e09-bdce8071fa54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:36:59,562 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.030s 2021-02-03 12:36:59,563 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a933758-a7b7-422f-96ed-c9441a7b02c9', 'content-length': '535', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a933758-a7b7-422f-96ed-c9441a7b02c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:36:59.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "available", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:36:59,565 94705 INFO [tempest.common.waiters] snapshot a8fa858e-f268-45ac-9d9f-a248a98075e3 reached available after waiting for 11.565296 seconds 2021-02-03 12:36:59,738 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots 0.173s 2021-02-03 12:36:59,739 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda063a8-0d86-4fe2-bfcc-109c10517a50', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda063a8-0d86-4fe2-bfcc-109c10517a50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:36:59.649013", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {}}}' 2021-02-03 12:36:59,771 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.031s 2021-02-03 12:36:59,772 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:36:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c37b21-a73e-41bb-b1a0-74ff8438b992', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c37b21-a73e-41bb-b1a0-74ff8438b992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:37:00,809 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.034s 2021-02-03 12:37:00,809 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eae8c6af-013d-4c12-a353-90dde8900eb2', 'content-length': '569', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae8c6af-013d-4c12-a353-90dde8900eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": "2021-02-03T12:37:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.a8fa858e-f268-45ac-9d9f-a248a98075e3.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:37:01,843 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.031s 2021-02-03 12:37:01,843 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f5aa20-fb7c-4af6-904f-6d313f052f25', 'content-length': '569', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f5aa20-fb7c-4af6-904f-6d313f052f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": "2021-02-03T12:37:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.a8fa858e-f268-45ac-9d9f-a248a98075e3.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:37:02,878 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.032s 2021-02-03 12:37:02,878 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5587998d-840c-419b-b940-d91f1e8bd083', 'content-length': '572', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5587998d-840c-419b-b940-d91f1e8bd083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": "2021-02-03T12:37:03.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "available", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.a8fa858e-f268-45ac-9d9f-a248a98075e3.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:02,880 94705 INFO [tempest.common.waiters] snapshot 109a7058-0f11-4a17-9484-9770b8845da6 reached available after waiting for 3.880724 seconds 2021-02-03 12:37:03,044 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots 0.163s 2021-02-03 12:37:03,044 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73509f41-d98d-48bb-8d39-3a11ad737125', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73509f41-d98d-48bb-8d39-3a11ad737125', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:02.983709", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {}}}' 2021-02-03 12:37:03,073 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.027s 2021-02-03 12:37:03,074 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7618a5ce-ba9d-4833-b8ba-7ace7f5f7b01', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7618a5ce-ba9d-4833-b8ba-7ace7f5f7b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:37:04,104 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.027s 2021-02-03 12:37:04,105 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9749eab6-bd32-46d1-923e-da61a038a42e', 'content-length': '569', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9749eab6-bd32-46d1-923e-da61a038a42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:37:05,144 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.034s 2021-02-03 12:37:05,145 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f407c606-43a1-4d01-9267-69662f1fd18e', 'content-length': '569', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f407c606-43a1-4d01-9267-69662f1fd18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:37:06,177 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.029s 2021-02-03 12:37:06,177 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c273aef-76bf-4db3-8f9c-50ad16e2ff4b', 'content-length': '569', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c273aef-76bf-4db3-8f9c-50ad16e2ff4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:04.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-02-03 12:37:07,220 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.039s 2021-02-03 12:37:07,220 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e40cee-5297-44d1-ba1e-fa1ba2866c81', 'content-length': '570', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e40cee-5297-44d1-ba1e-fa1ba2866c81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:06.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "creating", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:37:08,254 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.030s 2021-02-03 12:37:08,255 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b652ae-2f1c-4fc3-99a4-be5a72d7b68a', 'content-length': '572', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b652ae-2f1c-4fc3-99a4-be5a72d7b68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "available", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:08,257 94705 INFO [tempest.common.waiters] snapshot 41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 reached available after waiting for 5.257040 seconds 2021-02-03 12:37:08,338 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 DELETE http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.081s 2021-02-03 12:37:08,338 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12c7709c-6bad-4121-a2a5-5337739dacb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'' 2021-02-03 12:37:08,364 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.025s 2021-02-03 12:37:08,364 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf842e30-cc3e-4d84-a9d7-a43e7941f909', 'content-length': '534', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf842e30-cc3e-4d84-a9d7-a43e7941f909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:37:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:09,398 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.031s 2021-02-03 12:37:09,399 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73c01758-d6ef-4a52-b0c3-9dcd219753a8', 'content-length': '534', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73c01758-d6ef-4a52-b0c3-9dcd219753a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:37:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:10,430 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.028s 2021-02-03 12:37:10,431 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1b03606-35d8-40ee-a02b-cfadd99ba720', 'content-length': '534', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1b03606-35d8-40ee-a02b-cfadd99ba720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:37:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:11,462 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.028s 2021-02-03 12:37:11,462 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b361c564-ba81-42b1-a90d-7d36dea81a72', 'content-length': '534', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b361c564-ba81-42b1-a90d-7d36dea81a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:37:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:12,503 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.037s 2021-02-03 12:37:12,504 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bbf79c3-1827-40f7-81e6-1c1771551000', 'content-length': '534', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bbf79c3-1827-40f7-81e6-1c1771551000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:37:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:13,679 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.172s 2021-02-03 12:37:13,679 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6515917-07a6-4b4d-9ed0-77b44b68dd0c', 'content-length': '533', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6515917-07a6-4b4d-9ed0-77b44b68dd0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"snapshot": {"id": "a8fa858e-f268-45ac-9d9f-a248a98075e3", "created_at": "2021-02-03T12:36:48.000000", "updated_at": "2021-02-03T12:37:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1626709304", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:37:14,707 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 404 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3 0.025s 2021-02-03 12:37:14,708 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a467d54-af5c-44e3-9d85-d61d001e4154', 'x-openstack-request-id': 'req-6a467d54-af5c-44e3-9d85-d61d001e4154', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/a8fa858e-f268-45ac-9d9f-a248a98075e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot a8fa858e-f268-45ac-9d9f-a248a98075e3 could not be found."}}' 2021-02-03 12:37:14,776 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 DELETE http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.067s 2021-02-03 12:37:14,776 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70342b92-05dc-4c0e-aab3-1d84ddff4f25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'' 2021-02-03 12:37:14,802 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.026s 2021-02-03 12:37:14,803 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d3ca0a-a099-4278-af07-dcb967b884f8', 'content-length': '571', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d3ca0a-a099-4278-af07-dcb967b884f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:15,846 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.040s 2021-02-03 12:37:15,847 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f8fbef-2339-47ef-a340-8245f9b734a5', 'content-length': '571', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f8fbef-2339-47ef-a340-8245f9b734a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:15.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:16,878 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.028s 2021-02-03 12:37:16,878 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee485054-b7a8-40a9-ab16-9c6a4c61dac1', 'content-length': '570', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee485054-b7a8-40a9-ab16-9c6a4c61dac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:17.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:37:17,919 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.036s 2021-02-03 12:37:17,919 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a9c31d9-d6ff-4346-8439-b27b1d13bc88', 'content-length': '570', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a9c31d9-d6ff-4346-8439-b27b1d13bc88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"snapshot": {"id": "41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1", "created_at": "2021-02-03T12:37:03.000000", "updated_at": "2021-02-03T12:37:17.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1145853172", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.109a7058-0f11-4a17-9484-9770b8845da6.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:37:18,961 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 404 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 0.036s 2021-02-03 12:37:18,962 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e0b3ff4-2d16-42e1-9d1d-f560d2e534d9', 'x-openstack-request-id': 'req-0e0b3ff4-2d16-42e1-9d1d-f560d2e534d9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 41ac07d4-b571-4ec2-a5ae-5801ca8a7ec1 could not be found."}}' 2021-02-03 12:37:19,032 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 DELETE http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.070s 2021-02-03 12:37:19,032 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58337273-4bc8-467e-8c46-014a0837f212', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'' 2021-02-03 12:37:19,058 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.025s 2021-02-03 12:37:19,059 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b224754a-92fa-4927-ac73-98c07971bd24', 'content-length': '534', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b224754a-92fa-4927-ac73-98c07971bd24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": "2021-02-03T12:37:19.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:20,102 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.040s 2021-02-03 12:37:20,103 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5206b851-c59a-4e43-8a4c-6c2db4f85c0f', 'content-length': '534', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5206b851-c59a-4e43-8a4c-6c2db4f85c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": "2021-02-03T12:37:19.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-02-03 12:37:21,135 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.030s 2021-02-03 12:37:21,135 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c22112fe-2414-448d-aef4-95ff4ad73478', 'content-length': '533', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c22112fe-2414-448d-aef4-95ff4ad73478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": "2021-02-03T12:37:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:37:22,176 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.038s 2021-02-03 12:37:22,177 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e4940d-980b-4618-87dd-d5e3d63df41a', 'content-length': '533', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e4940d-980b-4618-87dd-d5e3d63df41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"snapshot": {"id": "109a7058-0f11-4a17-9484-9770b8845da6", "created_at": "2021-02-03T12:37:00.000000", "updated_at": "2021-02-03T12:37:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1276551243", "description": null, "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "deleting", "size": 1, "metadata": {"backing_file": "volume-c297d4a9-3676-433b-8e8d-ac04d0ae5edc.vhdx"}, "os-extended-snapshot-attributes:project_id": "45eba9f3e0e743b8905e4561e333b2b4", "os-extended-snapshot-attributes:progress": "90%"}}' 2021-02-03 12:37:23,204 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 404 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6 0.024s 2021-02-03 12:37:23,205 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-887871e8-b3f7-49b5-9376-15956fe152c3', 'x-openstack-request-id': 'req-887871e8-b3f7-49b5-9376-15956fe152c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/snapshots/109a7058-0f11-4a17-9484-9770b8845da6'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 109a7058-0f11-4a17-9484-9770b8845da6 could not be found."}}' 2021-02-03 12:37:23,386 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 409 DELETE http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d/os-volume_attachments/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.180s 2021-02-03 12:37:23,386 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:23 GMT', 'server': 'Apache/2.4.29 (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': '88', 'x-openstack-request-id': 'req-f06d3680-fd20-45f1-8e88-b6bd68f53f55', 'x-compute-request-id': 'req-f06d3680-fd20-45f1-8e88-b6bd68f53f55', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d/os-volume_attachments/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"conflictingRequest": {"code": 409, "message": "Service is unavailable at this time."}}' 2021-02-03 12:37:23,452 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:37:23,452 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5911b9ab-2fe3-4283-a50a-782eb68281ba', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5911b9ab-2fe3-4283-a50a-782eb68281ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:24,528 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:37:24,528 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8ff52e-222c-4d85-a1c5-65cf6e31a649', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8ff52e-222c-4d85-a1c5-65cf6e31a649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:25,596 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.062s 2021-02-03 12:37:25,597 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c015928f-ff5f-462d-83b6-89e7b9dc9364', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c015928f-ff5f-462d-83b6-89e7b9dc9364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:26,670 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:37:26,670 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae2b9ecd-e172-429b-9730-4b9a9252872d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2b9ecd-e172-429b-9730-4b9a9252872d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:27,742 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:37:27,743 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4c9756-4dcf-4ee3-bcb4-4d42e6095229', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4c9756-4dcf-4ee3-bcb4-4d42e6095229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:28,818 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:37:28,819 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6de770f-51b7-4acc-b044-c4398dd2e2a4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6de770f-51b7-4acc-b044-c4398dd2e2a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:29,889 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:37:29,889 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d862dfe2-3bbd-404f-abeb-9464fbe7d6de', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d862dfe2-3bbd-404f-abeb-9464fbe7d6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:30,966 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:37:30,966 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-344e18b2-6e47-4b83-8260-403388c07320', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344e18b2-6e47-4b83-8260-403388c07320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:32,045 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:37:32,045 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eedefe3a-9fe7-4682-8232-84a40d053cc5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eedefe3a-9fe7-4682-8232-84a40d053cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:33,134 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.083s 2021-02-03 12:37:33,135 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b2756c-b004-48c2-8a2e-98cd63d7516a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b2756c-b004-48c2-8a2e-98cd63d7516a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:34,210 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:37:34,211 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7118ab26-2e7d-4230-9921-1cb99c9d0167', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7118ab26-2e7d-4230-9921-1cb99c9d0167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:35,284 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:37:35,285 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a8ef22-1ffe-4d3b-a5d6-ef7d0bb379eb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a8ef22-1ffe-4d3b-a5d6-ef7d0bb379eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:36,367 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:37:36,367 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66468780-2257-4fe5-974d-0a2767aa5c0a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66468780-2257-4fe5-974d-0a2767aa5c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:37,431 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.058s 2021-02-03 12:37:37,431 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd74ff07-97ce-4112-b18d-acbe02626d58', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd74ff07-97ce-4112-b18d-acbe02626d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:38,510 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:37:38,511 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c20a37-5837-434a-96f7-8c0a40360faa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c20a37-5837-434a-96f7-8c0a40360faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:39,589 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:37:39,589 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cd1fd25-0ea4-4b28-981d-81a01664d619', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cd1fd25-0ea4-4b28-981d-81a01664d619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:40,661 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:37:40,662 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1d9306-19dc-44e5-8cb7-8367bddcde16', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1d9306-19dc-44e5-8cb7-8367bddcde16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:41,749 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:37:41,749 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-712d49c8-2bd7-4d43-ae9e-1b37c12c4adf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-712d49c8-2bd7-4d43-ae9e-1b37c12c4adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:42,828 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:37:42,829 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b357fed4-4dbc-4270-b8ef-666c1f26b1f9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b357fed4-4dbc-4270-b8ef-666c1f26b1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:43,915 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:37:43,916 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9719c55-5951-4dfe-86bf-28e1e7f20a09', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9719c55-5951-4dfe-86bf-28e1e7f20a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:45,004 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.082s 2021-02-03 12:37:45,004 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62cacd08-efd5-428c-b9e3-31f543d820d2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62cacd08-efd5-428c-b9e3-31f543d820d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:46,083 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:37:46,083 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfefa2d-6091-4519-bc55-a8d8c551bdc7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfefa2d-6091-4519-bc55-a8d8c551bdc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:47,169 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:37:47,170 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4081c55-f5bf-4b3b-9b98-459bf3cc8cab', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4081c55-f5bf-4b3b-9b98-459bf3cc8cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:48,248 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:37:48,249 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-791e5d5b-8fed-43d7-9bfe-1fcb60e1795b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-791e5d5b-8fed-43d7-9bfe-1fcb60e1795b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:49,345 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.089s 2021-02-03 12:37:49,345 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337f1c97-ea2e-4006-bf7c-45ac142979ad', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337f1c97-ea2e-4006-bf7c-45ac142979ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:50,421 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:37:50,422 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d0fb689-c95b-446a-9098-ea49ceb921ce', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d0fb689-c95b-446a-9098-ea49ceb921ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:51,498 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:37:51,498 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f31e5f47-038d-4b18-a022-7697f7945993', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f31e5f47-038d-4b18-a022-7697f7945993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:52,566 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.062s 2021-02-03 12:37:52,566 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6847f457-13e1-496a-84ce-2f1c298142d9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6847f457-13e1-496a-84ce-2f1c298142d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:53,651 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:37:53,652 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd86bbea-136f-46ee-a504-571b953c9e8b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd86bbea-136f-46ee-a504-571b953c9e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:54,734 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:37:54,735 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e749b78-3838-44b4-9e5c-501ae576a718', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e749b78-3838-44b4-9e5c-501ae576a718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:55,816 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:37:55,817 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1baf4cda-596a-4193-a74a-72c639153f61', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1baf4cda-596a-4193-a74a-72c639153f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:56,892 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:37:56,892 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94cf4b92-4ba7-426c-8df3-c15764a09924', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94cf4b92-4ba7-426c-8df3-c15764a09924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:57,979 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:37:57,980 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e57869-d885-4f35-8996-4ff920b1b3cc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e57869-d885-4f35-8996-4ff920b1b3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:37:59,060 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:37:59,061 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:37:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535f8cb7-b7e2-41c2-9f1d-44f059ca5a61', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535f8cb7-b7e2-41c2-9f1d-44f059ca5a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:00,130 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:38:00,131 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52ed5b8-50fe-4c16-86ac-d3b141113973', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52ed5b8-50fe-4c16-86ac-d3b141113973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:01,210 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:38:01,210 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e44f5bf-55d1-4a94-99b2-b6fa47a3a30b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e44f5bf-55d1-4a94-99b2-b6fa47a3a30b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:02,313 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.092s 2021-02-03 12:38:02,313 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c3f7463-d0de-420d-b7ab-c3a079f8d733', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c3f7463-d0de-420d-b7ab-c3a079f8d733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:03,390 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:38:03,390 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f20b787-2481-430a-b8c3-0c8968d1ca1f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f20b787-2481-430a-b8c3-0c8968d1ca1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:04,466 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:38:04,467 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe36e4f-9eb8-4be0-8f13-4b6e7768074e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe36e4f-9eb8-4be0-8f13-4b6e7768074e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:05,540 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:38:05,540 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b775ee4a-a618-466e-ba3c-73034361f324', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b775ee4a-a618-466e-ba3c-73034361f324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:06,609 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:38:06,610 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa4bbf60-887d-4fe6-b0a8-9c3f4fb96087', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa4bbf60-887d-4fe6-b0a8-9c3f4fb96087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:07,682 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:38:07,682 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca835b49-f661-49db-96bf-cd7bde443b5a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca835b49-f661-49db-96bf-cd7bde443b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:08,764 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:38:08,765 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19236bc-a6bc-4e6f-883a-1981da27a35e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19236bc-a6bc-4e6f-883a-1981da27a35e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:09,843 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:38:09,843 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2cb4d49-dede-4b7e-9cff-44665d450d91', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2cb4d49-dede-4b7e-9cff-44665d450d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:10,920 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:38:10,920 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06d9ebf5-6384-40cc-8423-10938266763d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06d9ebf5-6384-40cc-8423-10938266763d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:11,991 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:38:11,991 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dd5d7ff-b523-4969-90b7-9481f4b9f6b7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dd5d7ff-b523-4969-90b7-9481f4b9f6b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:13,069 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:38:13,069 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-704062b1-f8b6-4a09-85e7-180299c549ab', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-704062b1-f8b6-4a09-85e7-180299c549ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:14,144 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:38:14,145 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3456b259-24e5-4db7-8a95-86776359c5d6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3456b259-24e5-4db7-8a95-86776359c5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:15,233 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.082s 2021-02-03 12:38:15,233 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c41c43-617b-4c8e-843a-d5cf4a2423b9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c41c43-617b-4c8e-843a-d5cf4a2423b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:16,320 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:38:16,321 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56df0e2-6d27-47a2-a39b-1480835ba708', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56df0e2-6d27-47a2-a39b-1480835ba708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:17,401 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:38:17,402 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5969a0b6-0fc3-4551-bf74-b8fb95a760fe', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5969a0b6-0fc3-4551-bf74-b8fb95a760fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:18,479 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:38:18,480 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b99b343a-687a-4aa1-b856-bfed0df9c23f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b99b343a-687a-4aa1-b856-bfed0df9c23f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:19,560 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:38:19,561 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eefa80f5-58f7-40bb-8d00-e307f6ba4505', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eefa80f5-58f7-40bb-8d00-e307f6ba4505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:20,644 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:38:20,645 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfe9f06f-ea5e-48bd-a821-fa6041385b5d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfe9f06f-ea5e-48bd-a821-fa6041385b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:21,731 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:38:21,731 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e4066a1-1103-44c2-bb38-c952e9c8ec1f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e4066a1-1103-44c2-bb38-c952e9c8ec1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:22,813 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:38:22,814 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac67bfa4-ba48-4a06-9d89-7c685d65fd67', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac67bfa4-ba48-4a06-9d89-7c685d65fd67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:23,894 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:38:23,894 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e8668b-3751-411e-a2f8-00035a5c5268', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e8668b-3751-411e-a2f8-00035a5c5268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:24,971 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:38:24,971 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e881f36e-830f-41c8-96a3-6ad3d0b2686f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e881f36e-830f-41c8-96a3-6ad3d0b2686f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:26,053 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:38:26,053 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb64292d-7be1-4878-83d8-4a1e4b9e68fd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb64292d-7be1-4878-83d8-4a1e4b9e68fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:27,126 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:38:27,126 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6379489-d0ac-466b-b502-f78b6167b931', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6379489-d0ac-466b-b502-f78b6167b931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:28,216 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.084s 2021-02-03 12:38:28,216 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c82cace-d21f-4868-984e-c3dd979087b7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c82cace-d21f-4868-984e-c3dd979087b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:29,302 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:38:29,302 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3304dfba-7ef0-4ca5-83e4-0ddbd335b81b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3304dfba-7ef0-4ca5-83e4-0ddbd335b81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:30,387 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:38:30,388 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6ae4f0-95a2-40e5-9709-b5fb4d69d791', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6ae4f0-95a2-40e5-9709-b5fb4d69d791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:31,463 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:38:31,463 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28f27e2-c370-40b1-ac81-d71430faaadd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28f27e2-c370-40b1-ac81-d71430faaadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:32,550 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:38:32,551 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c609788a-1349-48fc-bb3c-a702df726d07', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c609788a-1349-48fc-bb3c-a702df726d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:33,619 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:38:33,620 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a91272b-55a7-40cd-a181-e3c3fbe28d9c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a91272b-55a7-40cd-a181-e3c3fbe28d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:34,704 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.078s 2021-02-03 12:38:34,705 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de2288ec-cbb1-4b92-969e-a9ad33548c7e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de2288ec-cbb1-4b92-969e-a9ad33548c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:35,785 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:38:35,785 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad6a1f27-fa8a-437b-9ce5-14067dafc05f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad6a1f27-fa8a-437b-9ce5-14067dafc05f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:36,867 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:38:36,867 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abc90950-2605-48b9-9193-4dbff825b75c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abc90950-2605-48b9-9193-4dbff825b75c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:37,942 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:38:37,943 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe7774f-776c-4e1b-a9e1-6bbe7736a54d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe7774f-776c-4e1b-a9e1-6bbe7736a54d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:39,017 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:38:39,018 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e29767-2c3c-4850-9a1e-dbdfd8981e6e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e29767-2c3c-4850-9a1e-dbdfd8981e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:40,101 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.078s 2021-02-03 12:38:40,101 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f6d696e-ef7d-4e96-aee1-322ae0fc976f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f6d696e-ef7d-4e96-aee1-322ae0fc976f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:41,180 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:38:41,180 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b20f7bd-b2a4-4ca3-ade0-a4abbd697772', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b20f7bd-b2a4-4ca3-ade0-a4abbd697772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:42,252 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:38:42,252 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f3f5a7c-d63c-4a85-80d3-28ca9977368a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f3f5a7c-d63c-4a85-80d3-28ca9977368a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:43,331 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:38:43,331 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87d8ab13-456e-4c4b-9679-7efaed2d8975', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87d8ab13-456e-4c4b-9679-7efaed2d8975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:44,413 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:38:44,413 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f9f36b-09ad-4028-987a-945241e418c4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f9f36b-09ad-4028-987a-945241e418c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:45,487 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:38:45,487 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c8cede-d920-4637-8a70-290f5db31970', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c8cede-d920-4637-8a70-290f5db31970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:46,575 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.082s 2021-02-03 12:38:46,576 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd1dfac-6e61-4e6b-bdca-f748f98723e2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd1dfac-6e61-4e6b-bdca-f748f98723e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:47,661 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:38:47,661 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f71f4c2e-ebc3-41f0-a318-134455fe8a4c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f71f4c2e-ebc3-41f0-a318-134455fe8a4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:48,741 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:38:48,741 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c9716bc-fc8d-4d9c-a2ca-55a57db74dd3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c9716bc-fc8d-4d9c-a2ca-55a57db74dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:49,827 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:38:49,828 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea05827-028a-4964-819b-f03650ddb70d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea05827-028a-4964-819b-f03650ddb70d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:50,923 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.090s 2021-02-03 12:38:50,924 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c776292-fd41-4917-a660-089844283085', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c776292-fd41-4917-a660-089844283085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:51,995 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:38:51,995 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe8f119-2d18-4ff1-a16f-31c832c88081', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe8f119-2d18-4ff1-a16f-31c832c88081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:53,072 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:38:53,072 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2130934d-b4f4-4ca1-9a6a-be3cf1861289', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2130934d-b4f4-4ca1-9a6a-be3cf1861289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:54,155 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:38:54,155 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33cbfb8c-959b-4682-9718-9f752f2267f3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33cbfb8c-959b-4682-9718-9f752f2267f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:55,254 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.089s 2021-02-03 12:38:55,254 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e828a2c0-f744-4851-b501-7feb9b928e14', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e828a2c0-f744-4851-b501-7feb9b928e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:56,327 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:38:56,327 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0844c138-434a-4772-92ad-88afc8437335', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0844c138-434a-4772-92ad-88afc8437335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:57,401 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:38:57,401 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb50980-cfc5-4af0-a8c0-9f65dd4b0508', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb50980-cfc5-4af0-a8c0-9f65dd4b0508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:58,479 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:38:58,479 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2dd2398-6d2b-401c-905e-1b4dbac4ee89', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2dd2398-6d2b-401c-905e-1b4dbac4ee89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:38:59,554 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:38:59,555 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:38:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf604b16-7fc7-436c-8287-94a0ca51295e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf604b16-7fc7-436c-8287-94a0ca51295e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:00,639 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:39:00,640 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ca2fb3-a588-4bb1-800d-1a7374b51a7f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ca2fb3-a588-4bb1-800d-1a7374b51a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:01,745 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.096s 2021-02-03 12:39:01,745 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61c1cce7-ba48-4550-b46a-24f9e2cbe974', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61c1cce7-ba48-4550-b46a-24f9e2cbe974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:02,826 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:39:02,827 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d073d7-bd64-46dd-83e6-51abb53c5e32', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d073d7-bd64-46dd-83e6-51abb53c5e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:03,910 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:39:03,911 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-146ace0a-29a5-4358-9903-3e1142ed1929', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-146ace0a-29a5-4358-9903-3e1142ed1929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:04,982 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:39:04,983 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d85628c-46b1-4fc5-a597-9cf957b0fa56', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d85628c-46b1-4fc5-a597-9cf957b0fa56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:06,057 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:39:06,057 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d734a7-62d9-44da-a600-1e3c21b141c4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d734a7-62d9-44da-a600-1e3c21b141c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:07,143 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:39:07,143 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fa46df-44f5-442a-a2b8-ae0954830bca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fa46df-44f5-442a-a2b8-ae0954830bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:08,220 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:39:08,220 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f43e55-5dd7-4112-b678-d64397f27004', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f43e55-5dd7-4112-b678-d64397f27004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:09,297 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:39:09,298 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-616918e1-e9b1-476a-8a3a-3bd30a258751', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-616918e1-e9b1-476a-8a3a-3bd30a258751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:10,375 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:39:10,375 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cf012f0-0dbd-4303-a48f-57fbfdbd9bcc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cf012f0-0dbd-4303-a48f-57fbfdbd9bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:11,444 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:39:11,444 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9294c460-3155-4f10-bd35-8e15375411cf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9294c460-3155-4f10-bd35-8e15375411cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:12,523 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:39:12,524 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b15bf71-6895-4752-9827-46b2871c5d73', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b15bf71-6895-4752-9827-46b2871c5d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:13,596 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:39:13,597 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f3bd6b7-8777-4b2d-80fd-c1706f26196b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f3bd6b7-8777-4b2d-80fd-c1706f26196b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:14,678 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:39:14,678 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa841485-c2f4-4e20-836e-9c09786deec0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa841485-c2f4-4e20-836e-9c09786deec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:15,750 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:39:15,751 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d48fce-6e7c-43d7-b92d-9e4d44200197', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d48fce-6e7c-43d7-b92d-9e4d44200197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:16,847 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.086s 2021-02-03 12:39:16,847 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3991b14-d7fa-4067-b7ba-98a45ac8d899', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3991b14-d7fa-4067-b7ba-98a45ac8d899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:17,931 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:39:17,931 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd80d058-effe-4277-8dda-cf8cb625fccc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd80d058-effe-4277-8dda-cf8cb625fccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:19,014 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:39:19,015 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c69fb3-c4c4-4bb8-b9b3-f543f62ea090', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c69fb3-c4c4-4bb8-b9b3-f543f62ea090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:20,106 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.083s 2021-02-03 12:39:20,106 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fafb348f-602a-47d6-8082-99564612cebb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fafb348f-602a-47d6-8082-99564612cebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:21,189 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:39:21,189 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d74a6d18-90d9-4309-9db4-d546d9d34287', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d74a6d18-90d9-4309-9db4-d546d9d34287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:22,264 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:39:22,265 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa14c523-fa21-4ba4-82a6-3a56d58011a9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa14c523-fa21-4ba4-82a6-3a56d58011a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:23,341 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:39:23,342 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e0acae-a8f2-468d-808e-5f7df1ee661f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e0acae-a8f2-468d-808e-5f7df1ee661f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:24,424 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:39:24,424 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b55dd4-a41f-4327-b199-94a1770ddedf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b55dd4-a41f-4327-b199-94a1770ddedf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:25,504 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:39:25,505 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bef0f74-d770-457a-aa19-1077d5f316fd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bef0f74-d770-457a-aa19-1077d5f316fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:26,583 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:39:26,583 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-584da746-1ca5-4747-be00-23ddd6af6ef7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-584da746-1ca5-4747-be00-23ddd6af6ef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:27,658 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:39:27,659 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6033fb8b-a81e-42f1-aed7-9f5cc4ec2ba7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6033fb8b-a81e-42f1-aed7-9f5cc4ec2ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:28,737 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:39:28,738 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e851961-f2d0-456d-89e6-e346e23fe814', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e851961-f2d0-456d-89e6-e346e23fe814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:29,821 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:39:29,821 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38bf40d8-0892-468c-b9f5-8b212521aecd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38bf40d8-0892-468c-b9f5-8b212521aecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:30,894 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:39:30,894 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a738e01-f53e-463d-a3e5-4ec7499923f7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a738e01-f53e-463d-a3e5-4ec7499923f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:31,967 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:39:31,967 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c39e453c-36fc-4617-a284-6a1ecfb69f58', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c39e453c-36fc-4617-a284-6a1ecfb69f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:33,054 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:39:33,054 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a15297-8aad-40e0-8b51-d14add9312f9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a15297-8aad-40e0-8b51-d14add9312f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:34,123 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.062s 2021-02-03 12:39:34,123 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f145538-49d3-49a2-bbf0-e9340087b117', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f145538-49d3-49a2-bbf0-e9340087b117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:35,199 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:39:35,200 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3732fd9-4cd9-420f-8bde-bc9e49075eb5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3732fd9-4cd9-420f-8bde-bc9e49075eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:36,272 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:39:36,272 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d326ab46-c4e8-4fc4-b81c-1595128caa1e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d326ab46-c4e8-4fc4-b81c-1595128caa1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:37,356 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.078s 2021-02-03 12:39:37,357 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a29c2c0-6203-4129-9de2-91c6599a5b60', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a29c2c0-6203-4129-9de2-91c6599a5b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:38,449 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.082s 2021-02-03 12:39:38,449 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79fba44a-a090-442b-ae47-d88b56bcff08', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79fba44a-a090-442b-ae47-d88b56bcff08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:39,534 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:39:39,535 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d75dd10-a214-45cc-9e60-740388afd8d1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d75dd10-a214-45cc-9e60-740388afd8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:40,609 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:39:40,609 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d16d7841-a8d0-4a0e-82ba-d28330219af1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d16d7841-a8d0-4a0e-82ba-d28330219af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:41,690 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:39:41,690 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e2de88-7a6b-466e-b6e7-d6bf93d62f89', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e2de88-7a6b-466e-b6e7-d6bf93d62f89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:42,769 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:39:42,769 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c954f4b5-c3cf-4b1b-9f5b-f9cd2998c63b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c954f4b5-c3cf-4b1b-9f5b-f9cd2998c63b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:43,851 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:39:43,851 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e491b7ac-a313-4277-9701-eed40b4b678d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e491b7ac-a313-4277-9701-eed40b4b678d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:44,930 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:39:44,930 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7ca5c7-ad0a-4087-a7d1-81a0af6370a1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7ca5c7-ad0a-4087-a7d1-81a0af6370a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:46,001 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:39:46,002 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45480e16-74c7-4a2d-9465-48c2931535e9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45480e16-74c7-4a2d-9465-48c2931535e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:47,081 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:39:47,082 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd28f861-5b5c-45e5-878a-029499ce9510', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd28f861-5b5c-45e5-878a-029499ce9510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:48,166 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:39:48,166 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a15212-f279-4e82-abe9-f01573434b7a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a15212-f279-4e82-abe9-f01573434b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:49,250 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:39:49,250 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30a7143-347f-4d3f-9048-60bfd9f19327', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30a7143-347f-4d3f-9048-60bfd9f19327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:50,324 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:39:50,324 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03c3988-8a9c-4196-bf2b-468664a11d58', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03c3988-8a9c-4196-bf2b-468664a11d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:51,396 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:39:51,396 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-473826aa-3afb-43cb-aba1-712cde5a6bd4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-473826aa-3afb-43cb-aba1-712cde5a6bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:52,483 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:39:52,483 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8fec235-8c69-4deb-bf59-2af81697bb62', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8fec235-8c69-4deb-bf59-2af81697bb62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:53,576 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.087s 2021-02-03 12:39:53,576 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9702172-5511-4adf-8ac9-f655c3146b06', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9702172-5511-4adf-8ac9-f655c3146b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:54,640 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.058s 2021-02-03 12:39:54,641 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bdc9208-5036-4578-8974-ce6e1630f204', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bdc9208-5036-4578-8974-ce6e1630f204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:55,712 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:39:55,712 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95386a3f-764d-4e1a-8a69-b5da4368fe61', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95386a3f-764d-4e1a-8a69-b5da4368fe61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:56,783 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:39:56,783 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec993ad-96f2-498c-b5ab-420712889d58', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec993ad-96f2-498c-b5ab-420712889d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:57,856 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:39:57,856 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b02ffa2-0a3c-4687-a9a9-e632b7c6c388', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b02ffa2-0a3c-4687-a9a9-e632b7c6c388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:39:58,942 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:39:58,943 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e81ea47-d963-4bcb-ae94-d19d4982e628', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e81ea47-d963-4bcb-ae94-d19d4982e628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:00,025 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:00,025 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:39:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b1b60d-b699-45f0-ba28-491b7efd985b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b1b60d-b699-45f0-ba28-491b7efd985b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:01,097 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:40:01,098 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d905485d-639e-4c6d-8f20-701618044812', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d905485d-639e-4c6d-8f20-701618044812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:02,178 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:40:02,179 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2badc04e-bcc4-4a57-8e78-d63ec2d97a09', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2badc04e-bcc4-4a57-8e78-d63ec2d97a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:03,257 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:40:03,257 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429e18e9-0980-4a7a-ba80-ca7617574434', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429e18e9-0980-4a7a-ba80-ca7617574434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:04,334 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:40:04,334 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-215933e8-8546-4650-b4c6-e610da87d624', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-215933e8-8546-4650-b4c6-e610da87d624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:05,427 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.086s 2021-02-03 12:40:05,428 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e9fc9d5-8982-4955-99f4-2a55d107dac0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e9fc9d5-8982-4955-99f4-2a55d107dac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:06,506 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:40:06,507 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bcdfe94-0ccb-4c23-9f32-2609a44fbc4b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bcdfe94-0ccb-4c23-9f32-2609a44fbc4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:07,582 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:40:07,583 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653945a7-4069-4cc8-8dd5-7d2b7d7deafb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653945a7-4069-4cc8-8dd5-7d2b7d7deafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:08,668 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:40:08,669 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ec618b-e18a-417b-b03b-c93748cb4f49', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ec618b-e18a-417b-b03b-c93748cb4f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:09,749 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:40:09,749 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a2ea4e-03ff-4421-92e2-e0adf4918364', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a2ea4e-03ff-4421-92e2-e0adf4918364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:10,824 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:40:10,824 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc98c54-1d9c-4da9-8099-7ce5d299080d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc98c54-1d9c-4da9-8099-7ce5d299080d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:11,899 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:40:11,900 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec264e7-0808-43d4-89e3-5c6175ce4eb5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec264e7-0808-43d4-89e3-5c6175ce4eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:12,981 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:12,981 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b570e535-8480-4222-9eb8-c09e3f3fde40', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b570e535-8480-4222-9eb8-c09e3f3fde40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:14,063 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:14,064 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df508106-be0c-4847-9bb8-dcd75f00b45f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df508106-be0c-4847-9bb8-dcd75f00b45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:15,140 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:40:15,140 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf62fbe-768d-45e7-90ef-98731d426aee', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf62fbe-768d-45e7-90ef-98731d426aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:16,217 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:40:16,218 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebf9f7ce-8076-4202-863c-ff27c6c69973', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf9f7ce-8076-4202-863c-ff27c6c69973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:17,291 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:40:17,292 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed3fbbe-4809-468d-8987-cbc2e7c722d2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed3fbbe-4809-468d-8987-cbc2e7c722d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:18,373 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:40:18,374 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85b0db06-c899-49ab-adc3-02dbd57d6d26', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85b0db06-c899-49ab-adc3-02dbd57d6d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:19,457 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:40:19,457 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c143e83b-8bc0-4f6a-8e7f-8ab69371e80f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c143e83b-8bc0-4f6a-8e7f-8ab69371e80f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:20,542 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:40:20,542 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-533f42bd-d9d8-49e3-9c84-0cd934402a1c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533f42bd-d9d8-49e3-9c84-0cd934402a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:21,629 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:40:21,629 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70ddad44-a852-4958-945d-82859d089374', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ddad44-a852-4958-945d-82859d089374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:22,717 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.083s 2021-02-03 12:40:22,718 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7157fbd-058a-4782-b70e-7a73c8ac3384', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7157fbd-058a-4782-b70e-7a73c8ac3384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:23,793 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:40:23,793 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd31974-ffea-4191-87e3-9b19e8cc00d4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd31974-ffea-4191-87e3-9b19e8cc00d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:24,864 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:40:24,865 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40982739-1f8d-489e-87a8-5a65ae4caad6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40982739-1f8d-489e-87a8-5a65ae4caad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:26,072 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.202s 2021-02-03 12:40:26,072 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9da722-fa26-423a-b257-6b16ab55b2cf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9da722-fa26-423a-b257-6b16ab55b2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:27,155 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:27,155 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db92b201-6967-4a36-a3d1-85eb0de03fa2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db92b201-6967-4a36-a3d1-85eb0de03fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:28,238 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:40:28,238 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea78030-7c9a-4cf3-8939-02548f2cc3a2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea78030-7c9a-4cf3-8939-02548f2cc3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:29,317 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:40:29,317 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756beab8-0ef5-4b12-8f10-df1938e6c4a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756beab8-0ef5-4b12-8f10-df1938e6c4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:30,388 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:40:30,389 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d16933-dbd9-43ff-9df1-6909da8d8cf9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d16933-dbd9-43ff-9df1-6909da8d8cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:31,475 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:40:31,475 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56e6958-9e6b-4d6b-8248-b2ea379c1b44', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56e6958-9e6b-4d6b-8248-b2ea379c1b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:32,567 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.086s 2021-02-03 12:40:32,568 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b3697a-5681-4b68-886c-e11a86514a24', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b3697a-5681-4b68-886c-e11a86514a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:33,654 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:40:33,655 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22f7a457-9773-48e0-8262-9bb3d26840f8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22f7a457-9773-48e0-8262-9bb3d26840f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:34,737 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:34,737 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81765bc4-eb55-40a7-97b3-13568a7e55b3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81765bc4-eb55-40a7-97b3-13568a7e55b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:35,813 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:40:35,814 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72556279-3a96-43af-a90e-9ec3b0fa534b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72556279-3a96-43af-a90e-9ec3b0fa534b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:36,884 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:40:36,885 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518fd72d-f3fe-4303-8513-5e90b680f884', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518fd72d-f3fe-4303-8513-5e90b680f884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:37,978 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.088s 2021-02-03 12:40:37,978 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea7e64f-f9cb-4e69-9ad6-8a98772049e3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea7e64f-f9cb-4e69-9ad6-8a98772049e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:39,065 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:40:39,066 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89e315e-dd07-4056-af92-02133411047e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89e315e-dd07-4056-af92-02133411047e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:40,145 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:40:40,145 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef930a8-6be0-4625-9a26-cb5431b2efc4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef930a8-6be0-4625-9a26-cb5431b2efc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:41,224 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:40:41,225 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac964f40-7504-4fb6-b339-869c65e90fff', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac964f40-7504-4fb6-b339-869c65e90fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:42,306 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:42,306 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6425bdf-0b2c-42f5-96e5-728492587187', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6425bdf-0b2c-42f5-96e5-728492587187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:43,378 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:40:43,379 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-390b7e9f-412e-4a01-b729-737de9d81c11', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-390b7e9f-412e-4a01-b729-737de9d81c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:44,460 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:44,461 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5751c57b-70ab-4f12-8cc3-689dd619bb0e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5751c57b-70ab-4f12-8cc3-689dd619bb0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:45,543 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:40:45,543 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c163752-9d65-4056-ae21-eb323904f3ba', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c163752-9d65-4056-ae21-eb323904f3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:46,612 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:40:46,613 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29d9092-3bb4-4db9-9c26-067757b56627', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e29d9092-3bb4-4db9-9c26-067757b56627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:47,699 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:40:47,699 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08978179-9b96-409f-b678-34d8c657564f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08978179-9b96-409f-b678-34d8c657564f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:48,776 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:40:48,777 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f88150c-8010-4a02-ab4c-d47aa65a6c3c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f88150c-8010-4a02-ab4c-d47aa65a6c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:49,852 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:40:49,852 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dc6e5fc-2965-4d5d-99ab-4d4e041161d8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dc6e5fc-2965-4d5d-99ab-4d4e041161d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:50,925 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:40:50,925 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd4718b9-cf1f-486f-8e7a-ead457a2bd41', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd4718b9-cf1f-486f-8e7a-ead457a2bd41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:52,007 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:40:52,008 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab94190e-a8e8-4f4f-a5dc-e87f04f196ab', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab94190e-a8e8-4f4f-a5dc-e87f04f196ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:53,095 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:40:53,095 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d82322c-1c62-43dd-8df6-7d7cf18231a9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d82322c-1c62-43dd-8df6-7d7cf18231a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:54,173 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:40:54,174 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd1f1e7b-4789-4903-ace0-8c539e2ff9ac', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd1f1e7b-4789-4903-ace0-8c539e2ff9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:55,255 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:40:55,256 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde814bb-df9f-43af-86ea-836c7d3cc60a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde814bb-df9f-43af-86ea-836c7d3cc60a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:56,336 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:40:56,336 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f7b4f5-6fbd-46fb-ba11-36db5c1209f1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f7b4f5-6fbd-46fb-ba11-36db5c1209f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:57,415 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:40:57,416 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24349b71-970a-47bf-9b58-52f97487dd8f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24349b71-970a-47bf-9b58-52f97487dd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:58,485 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:40:58,485 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aefe8677-d5a3-4701-9691-0eed67522e80', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aefe8677-d5a3-4701-9691-0eed67522e80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:40:59,557 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:40:59,558 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:40:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f84e1a6-a0a9-4ab7-b05a-565e409e4ebe', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f84e1a6-a0a9-4ab7-b05a-565e409e4ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:00,629 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:41:00,630 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-338f6360-dfb4-4d69-a5b7-8bb40d945279', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-338f6360-dfb4-4d69-a5b7-8bb40d945279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:01,702 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:41:01,703 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e54c774-c034-4e96-bcc4-b13d406e7d84', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e54c774-c034-4e96-bcc4-b13d406e7d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:02,789 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:41:02,789 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e01cbda0-e927-4f6d-adee-c76bbac5cc14', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e01cbda0-e927-4f6d-adee-c76bbac5cc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:03,877 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:41:03,877 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64a244c1-1aca-4148-aea0-b5f4c272baef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64a244c1-1aca-4148-aea0-b5f4c272baef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:04,965 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.082s 2021-02-03 12:41:04,965 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeaf2c9a-aaab-4179-a0b2-852414699860', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeaf2c9a-aaab-4179-a0b2-852414699860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:06,058 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.087s 2021-02-03 12:41:06,058 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b92be2-7d5f-41d1-8f8f-979425061ed5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b92be2-7d5f-41d1-8f8f-979425061ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:07,137 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:41:07,138 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c292285a-70fa-42ad-9a7f-cbc4e0a848e2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c292285a-70fa-42ad-9a7f-cbc4e0a848e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:08,217 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:41:08,217 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2a5890-16dc-4603-897c-5fbdc2548d80', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2a5890-16dc-4603-897c-5fbdc2548d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:09,304 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:41:09,304 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ad8f5e7-5874-441b-b9c6-e2590a6b3294', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ad8f5e7-5874-441b-b9c6-e2590a6b3294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:10,387 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:41:10,387 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e13ea3e-aac3-4bda-b0f2-4e25a3f5d06b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e13ea3e-aac3-4bda-b0f2-4e25a3f5d06b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:11,480 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.087s 2021-02-03 12:41:11,480 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8142d56-0de5-480a-8813-797c8896512c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8142d56-0de5-480a-8813-797c8896512c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:12,565 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.078s 2021-02-03 12:41:12,565 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-309632a5-7bd3-441f-8efc-a709a5c5c5e7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-309632a5-7bd3-441f-8efc-a709a5c5c5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:13,634 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:41:13,635 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfae65cc-7f33-43b9-aa95-4f3e4115c48f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfae65cc-7f33-43b9-aa95-4f3e4115c48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:14,714 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:41:14,714 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab4ab0bc-1f19-4e68-b8cd-2e93719e2205', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab4ab0bc-1f19-4e68-b8cd-2e93719e2205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:15,790 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:41:15,790 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e87157ca-7c9c-4922-bcff-3724b111b77b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e87157ca-7c9c-4922-bcff-3724b111b77b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:16,867 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:41:16,867 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa61374-d409-41e1-9edf-5ee56d35da6a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa61374-d409-41e1-9edf-5ee56d35da6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:17,956 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.083s 2021-02-03 12:41:17,956 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b3f4b6-e557-4a76-9e00-a1d55e584261', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b3f4b6-e557-4a76-9e00-a1d55e584261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:19,043 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:41:19,043 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5a8a90d-2243-4490-9b6e-07cb30a465fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5a8a90d-2243-4490-9b6e-07cb30a465fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:20,122 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:41:20,123 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f307b16-ae74-4e50-9f48-5eee8842c10b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f307b16-ae74-4e50-9f48-5eee8842c10b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:21,201 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:41:21,201 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfd304e-f17f-411f-9f16-7521310a46f4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfd304e-f17f-411f-9f16-7521310a46f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:22,279 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:41:22,279 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aed24a3-c493-4d2a-a1a7-35d79389838c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aed24a3-c493-4d2a-a1a7-35d79389838c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:23,361 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:41:23,361 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045c8133-0cba-4b5e-9d3f-7204cb19d7fa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045c8133-0cba-4b5e-9d3f-7204cb19d7fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:24,447 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:41:24,448 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:24 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3e9e6bc-4463-4ff3-97d7-b62a43b4bc55', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e9e6bc-4463-4ff3-97d7-b62a43b4bc55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:25,528 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:41:25,529 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14b9054e-3c24-4e18-b3ef-363b8fa464ec', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b9054e-3c24-4e18-b3ef-363b8fa464ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:26,609 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:41:26,609 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5644ca6-0a95-4498-8cde-68963ab66fbd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5644ca6-0a95-4498-8cde-68963ab66fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:27,697 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:41:27,697 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be72e748-78a0-4823-8aee-23892ffe776f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be72e748-78a0-4823-8aee-23892ffe776f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:28,770 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:41:28,770 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20845f1e-97f0-4045-841a-434ae372324d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20845f1e-97f0-4045-841a-434ae372324d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:29,867 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.086s 2021-02-03 12:41:29,868 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edb8d33-9882-4ba6-8cc7-d87974e05d8e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edb8d33-9882-4ba6-8cc7-d87974e05d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:30,945 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:41:30,946 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8d0e39-7b76-4daf-866e-e80da4a27b64', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8d0e39-7b76-4daf-866e-e80da4a27b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:32,160 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.205s 2021-02-03 12:41:32,160 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de1f0a8-78ba-4550-a735-ce9c160ec567', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de1f0a8-78ba-4550-a735-ce9c160ec567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:33,239 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:41:33,239 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32843e6b-3529-4e9f-b935-2d9536802ba0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32843e6b-3529-4e9f-b935-2d9536802ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:34,322 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:41:34,322 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c10e4d-68f2-4c60-9700-db7b856030a9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c10e4d-68f2-4c60-9700-db7b856030a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:35,398 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:41:35,398 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef78e372-ce7e-438e-94c5-341c109408aa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef78e372-ce7e-438e-94c5-341c109408aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:36,472 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:41:36,472 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:36 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d48ed05-cce9-475d-a1e7-1a3d85494635', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d48ed05-cce9-475d-a1e7-1a3d85494635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:37,554 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:41:37,555 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e92c142-d5ec-4e6f-83cf-09ddea8b03d2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e92c142-d5ec-4e6f-83cf-09ddea8b03d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:38,632 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:41:38,632 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f2ec159-1754-43f5-a720-c185468b3c4e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f2ec159-1754-43f5-a720-c185468b3c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:39,717 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:41:39,718 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54a12308-0a03-4bb9-b624-c978f12592e9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54a12308-0a03-4bb9-b624-c978f12592e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:40,795 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:41:40,796 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5efa56-f3ac-45ef-b585-f5bc4842005b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5efa56-f3ac-45ef-b585-f5bc4842005b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:41,870 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:41:41,871 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d02703a-8094-410e-9816-667fdc84ba13', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d02703a-8094-410e-9816-667fdc84ba13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:42,945 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:41:42,946 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c724ff2-dab0-4c6b-915f-0d2195f0c50d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c724ff2-dab0-4c6b-915f-0d2195f0c50d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:44,018 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:41:44,018 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5126cef5-af34-4651-a7fd-e27e3d6fcb45', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5126cef5-af34-4651-a7fd-e27e3d6fcb45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:45,090 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:41:45,091 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0019cc24-a051-4ded-87ef-feafd50f4f4e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0019cc24-a051-4ded-87ef-feafd50f4f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:46,176 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:41:46,176 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d376b9d3-4ee5-43ed-964f-9c6719b48f3d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d376b9d3-4ee5-43ed-964f-9c6719b48f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:47,271 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.090s 2021-02-03 12:41:47,272 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c449004-32e7-4410-8a1a-d30a8515aafd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c449004-32e7-4410-8a1a-d30a8515aafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:48,366 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.088s 2021-02-03 12:41:48,366 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a7ff61-d21c-4d9a-8e34-3977629e6b66', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a7ff61-d21c-4d9a-8e34-3977629e6b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:49,455 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.078s 2021-02-03 12:41:49,455 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51145db5-f60d-4b35-afe4-6a8e6c5e81d9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51145db5-f60d-4b35-afe4-6a8e6c5e81d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:50,550 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.089s 2021-02-03 12:41:50,551 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:50 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ec10b4-78c5-4acb-b9d0-f719805db0b8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ec10b4-78c5-4acb-b9d0-f719805db0b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:51,629 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:41:51,630 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed4bc95-ba84-431a-8b7e-285395723bf9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed4bc95-ba84-431a-8b7e-285395723bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:52,710 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:41:52,711 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2171d181-df49-49fd-8f67-48a3f540b7d2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2171d181-df49-49fd-8f67-48a3f540b7d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:53,787 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:41:53,787 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80474d55-81e7-4c24-89e1-63ad30bceb1b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80474d55-81e7-4c24-89e1-63ad30bceb1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:54,877 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.083s 2021-02-03 12:41:54,878 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-440310d2-87d9-465d-ac42-326c99b7937f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-440310d2-87d9-465d-ac42-326c99b7937f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:55,954 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:41:55,955 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885f91fb-7a58-450c-a892-ffd673561957', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885f91fb-7a58-450c-a892-ffd673561957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:57,031 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:41:57,031 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f60cdb66-49dc-4f08-a2e4-3f35a7c35106', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f60cdb66-49dc-4f08-a2e4-3f35a7c35106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:58,106 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:41:58,107 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e7e7da-4220-4215-89d7-15973e72b7d1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e7e7da-4220-4215-89d7-15973e72b7d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:41:59,182 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:41:59,183 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:41:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3363c709-257d-432c-860d-6ea261dfa3c4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3363c709-257d-432c-860d-6ea261dfa3c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:00,272 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.083s 2021-02-03 12:42:00,272 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadc6353-f0c0-40eb-9422-29532034e7ae', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadc6353-f0c0-40eb-9422-29532034e7ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:01,348 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:42:01,348 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb402c5-a657-4ec2-883f-b944af73d7a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb402c5-a657-4ec2-883f-b944af73d7a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:02,421 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:42:02,421 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25103beb-57aa-420a-8d7b-35eaf35dbf21', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25103beb-57aa-420a-8d7b-35eaf35dbf21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:03,504 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:42:03,504 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:03 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-254e5df7-97ff-4677-a64d-81cd514d1db5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-254e5df7-97ff-4677-a64d-81cd514d1db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:04,572 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:42:04,573 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f9e4ae-36c7-4863-b923-2961e0894c7e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f9e4ae-36c7-4863-b923-2961e0894c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:05,645 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:42:05,646 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfcc03a5-5e97-4770-9ba6-0e869c581677', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfcc03a5-5e97-4770-9ba6-0e869c581677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:06,729 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:42:06,729 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c939c33-b2e9-4875-a219-b0690c3ae2d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c939c33-b2e9-4875-a219-b0690c3ae2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:07,819 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:42:07,819 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d19eba96-9721-4095-b93b-3afa3d5829bf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19eba96-9721-4095-b93b-3afa3d5829bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:08,895 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:42:08,896 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9aa66c-24df-4ac0-af36-84a048f9488d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9aa66c-24df-4ac0-af36-84a048f9488d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:09,972 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:42:09,972 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d6a175-8e7a-46af-be1c-48cb09043b6c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d6a175-8e7a-46af-be1c-48cb09043b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:11,057 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:42:11,058 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7ac9e1d-1e4e-43d4-8959-7c69e813d650', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7ac9e1d-1e4e-43d4-8959-7c69e813d650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:12,139 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:42:12,139 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f49c16-4521-4c37-9ecc-1e76180334eb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f49c16-4521-4c37-9ecc-1e76180334eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:13,213 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:42:13,213 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9934ae17-4c6e-498a-8ffc-7e53d9158764', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9934ae17-4c6e-498a-8ffc-7e53d9158764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:14,299 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.080s 2021-02-03 12:42:14,300 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-551ff6a1-bd1f-4955-9da2-95c5ff7f484b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-551ff6a1-bd1f-4955-9da2-95c5ff7f484b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:15,385 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:42:15,385 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a8ded8-ae73-44b6-b3be-6637c049afad', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a8ded8-ae73-44b6-b3be-6637c049afad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:16,469 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:42:16,469 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3672788-bb6e-4147-9d9a-c0b40106206e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3672788-bb6e-4147-9d9a-c0b40106206e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:17,551 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:42:17,551 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:17 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e4c5bf-61a3-4710-b210-dece758c117d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e4c5bf-61a3-4710-b210-dece758c117d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:18,623 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:42:18,623 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f0e39b9-40fb-4e98-9f59-61aad30961be', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f0e39b9-40fb-4e98-9f59-61aad30961be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:19,703 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:42:19,704 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c708513-0fa5-493a-adc7-5b8ec997272f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c708513-0fa5-493a-adc7-5b8ec997272f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:20,782 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:42:20,783 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc6b1a32-2994-4f43-b897-5b33e72e5721', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc6b1a32-2994-4f43-b897-5b33e72e5721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:21,856 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:42:21,856 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ca74a3-88b9-461a-9294-12d57d9a72ba', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ca74a3-88b9-461a-9294-12d57d9a72ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:22,931 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:42:22,932 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97558645-3af7-4131-bb63-031595e8f3a3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97558645-3af7-4131-bb63-031595e8f3a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:24,028 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.087s 2021-02-03 12:42:24,028 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-673ed09d-8497-481d-8cbf-60ac176aae43', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-673ed09d-8497-481d-8cbf-60ac176aae43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:25,098 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:42:25,098 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b27972f-40c3-4e39-a0aa-602a5a8d7cb7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b27972f-40c3-4e39-a0aa-602a5a8d7cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:26,191 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.086s 2021-02-03 12:42:26,191 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b4c4c0-43d1-47b9-9f89-7cfe9492023a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b4c4c0-43d1-47b9-9f89-7cfe9492023a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:27,272 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:42:27,272 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66942075-af14-47c8-9a2c-38450e382b2d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66942075-af14-47c8-9a2c-38450e382b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:28,346 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:42:28,346 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa599b15-027a-4aad-a2ef-2ac357452300', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa599b15-027a-4aad-a2ef-2ac357452300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:29,438 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.082s 2021-02-03 12:42:29,438 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fbacf9c-3041-4619-9113-59da46682ba8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fbacf9c-3041-4619-9113-59da46682ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:30,522 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:42:30,522 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:30 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c7bb3c5-0f93-4afb-b420-ccf4773765dd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c7bb3c5-0f93-4afb-b420-ccf4773765dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:31,727 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.198s 2021-02-03 12:42:31,727 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae6d0cb-4c03-42c6-8e19-6d9bc872b572', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae6d0cb-4c03-42c6-8e19-6d9bc872b572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:32,816 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.084s 2021-02-03 12:42:32,817 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:32 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b17c546-8837-4d25-a66f-53d22c000d26', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b17c546-8837-4d25-a66f-53d22c000d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:33,897 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:42:33,898 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:33 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90129e4f-76b6-4e39-bc1c-10298eae79b0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90129e4f-76b6-4e39-bc1c-10298eae79b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:34,973 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:42:34,973 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:34 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8df4d2f1-0571-4c61-a51c-f7523a03fe07', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8df4d2f1-0571-4c61-a51c-f7523a03fe07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:36,047 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:42:36,048 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:35 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ce1211-b465-445b-be9d-daacbef44ed4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ce1211-b465-445b-be9d-daacbef44ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:37,120 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.067s 2021-02-03 12:42:37,121 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:37 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a02fd8b5-4c35-4a5f-8b63-5c250f82c1b8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a02fd8b5-4c35-4a5f-8b63-5c250f82c1b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:38,199 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:42:38,200 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:38 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f99b115-9f21-4a2d-9a55-e896409208fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f99b115-9f21-4a2d-9a55-e896409208fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:39,279 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:42:39,279 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:39 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e36753-8042-47da-8caa-a1a4043986ca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e36753-8042-47da-8caa-a1a4043986ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:40,354 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:42:40,355 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:40 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f7504a-5c22-4914-85ec-a9030b023648', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f7504a-5c22-4914-85ec-a9030b023648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:41,439 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:42:41,440 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:41 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e524e0d4-232c-4549-9cec-5bbcc7f60d92', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e524e0d4-232c-4549-9cec-5bbcc7f60d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:42,508 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:42:42,508 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:42 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07187975-8d95-4b8d-ba37-c28c5e67480d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07187975-8d95-4b8d-ba37-c28c5e67480d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:43,576 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.063s 2021-02-03 12:42:43,577 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c373b6e-cb38-4c2a-b67d-175a1cae9edf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c373b6e-cb38-4c2a-b67d-175a1cae9edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:44,653 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:42:44,654 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edfd4ade-f24e-4330-a007-5cbfb9ba897a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edfd4ade-f24e-4330-a007-5cbfb9ba897a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:45,735 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:42:45,735 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:45 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d72077c8-d30d-43b4-9bf6-bd4e107155dc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d72077c8-d30d-43b4-9bf6-bd4e107155dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:46,837 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.092s 2021-02-03 12:42:46,837 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:46 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e1408c-c23e-4585-bd98-bcd5377e60ef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e1408c-c23e-4585-bd98-bcd5377e60ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:47,918 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:42:47,918 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:47 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d8ebc9-81d6-41e7-86f2-3924155d6d4d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d8ebc9-81d6-41e7-86f2-3924155d6d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:48,989 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:42:48,989 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:48 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f1c3275-1dc1-4d30-b999-eca551361562', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f1c3275-1dc1-4d30-b999-eca551361562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:50,068 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:42:50,069 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:49 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06108edb-e1dc-4a9f-85f3-e32806325a75', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06108edb-e1dc-4a9f-85f3-e32806325a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:51,149 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:42:51,149 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:51 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e687a528-c67f-4924-8dad-10901a56b8a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e687a528-c67f-4924-8dad-10901a56b8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:52,226 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:42:52,226 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:52 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dcce768-9bc6-469b-ab1d-89f19dc555fd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dcce768-9bc6-469b-ab1d-89f19dc555fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:53,308 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.076s 2021-02-03 12:42:53,309 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:53 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0838b042-4161-424d-ae0a-275016255767', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0838b042-4161-424d-ae0a-275016255767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:54,388 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:42:54,389 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:54 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0f89cd-dfcf-440f-bfda-76e4e202b76e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0f89cd-dfcf-440f-bfda-76e4e202b76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:55,464 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.069s 2021-02-03 12:42:55,464 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:55 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c8aa28-609d-4d58-81e8-12c2292a8d36', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c8aa28-609d-4d58-81e8-12c2292a8d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:56,540 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.070s 2021-02-03 12:42:56,541 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:56 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac8d72c1-bbc0-4d29-9871-700b79610fb9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac8d72c1-bbc0-4d29-9871-700b79610fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:57,611 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.065s 2021-02-03 12:42:57,612 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:57 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72fb7b96-7e44-44fc-9907-f5115970fbc1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72fb7b96-7e44-44fc-9907-f5115970fbc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:58,695 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.078s 2021-02-03 12:42:58,695 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:58 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a62a6a-0d11-474d-a840-9254810b3e52', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a62a6a-0d11-474d-a840-9254810b3e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:42:59,780 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:42:59,780 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:42:59 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb587db-7231-4d5a-a165-6de3489bc2c5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb587db-7231-4d5a-a165-6de3489bc2c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:00,863 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:43:00,864 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:00 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf4f0e0-b797-41eb-967d-64925e50e5e7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf4f0e0-b797-41eb-967d-64925e50e5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:01,933 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.064s 2021-02-03 12:43:01,934 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:01 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8eb893f-7a06-4fff-b6a8-b46e2eac26f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8eb893f-7a06-4fff-b6a8-b46e2eac26f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:03,016 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:43:03,016 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:02 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3554f0c-c97b-4fc9-b3ee-1977622c6386', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3554f0c-c97b-4fc9-b3ee-1977622c6386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:04,088 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:43:04,088 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:04 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9904ff5e-5752-4be8-8bdf-b17b0f37e18b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9904ff5e-5752-4be8-8bdf-b17b0f37e18b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:05,168 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:43:05,168 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:05 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-068df3f2-8c42-47ec-9e87-9bd1f9474d07', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-068df3f2-8c42-47ec-9e87-9bd1f9474d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:06,248 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:43:06,248 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:06 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac937f1-cb15-4930-b743-ad1fd43eb308', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac937f1-cb15-4930-b743-ad1fd43eb308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:07,320 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:43:07,320 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:07 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be20d0f6-0019-4fb6-bbb0-20fcdafed0aa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be20d0f6-0019-4fb6-bbb0-20fcdafed0aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:08,394 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:43:08,395 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:08 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9def0d7a-26dc-4843-9b37-3a1d84f9ce03', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9def0d7a-26dc-4843-9b37-3a1d84f9ce03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:09,474 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:43:09,475 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:09 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b6da44-21e6-47e6-969f-b06e01a56654', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b6da44-21e6-47e6-969f-b06e01a56654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:10,560 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.079s 2021-02-03 12:43:10,560 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:10 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fca0491f-f4d3-44e7-a362-84154ef460a9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fca0491f-f4d3-44e7-a362-84154ef460a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:11,641 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.071s 2021-02-03 12:43:11,642 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:11 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac947c3b-b615-477a-9858-c1965e48a3f3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac947c3b-b615-477a-9858-c1965e48a3f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:12,741 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.093s 2021-02-03 12:43:12,742 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:12 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb3e71f1-031c-4ad5-a027-a049037a2b4a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb3e71f1-031c-4ad5-a027-a049037a2b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:13,822 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.075s 2021-02-03 12:43:13,822 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:13 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2930ca6-772a-47b3-988b-70aca02ca66d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2930ca6-772a-47b3-988b-70aca02ca66d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:14,897 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.068s 2021-02-03 12:43:14,897 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:14 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee4d65ee-f475-4da8-b3d5-c2bf2f06dafc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee4d65ee-f475-4da8-b3d5-c2bf2f06dafc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:15,976 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.073s 2021-02-03 12:43:15,976 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:15 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c27e8ad3-2057-4897-b462-b3e0785add33', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c27e8ad3-2057-4897-b462-b3e0785add33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:17,056 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:43:17,056 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:16 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e39df28-a913-4cd5-be32-d11d054d538b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e39df28-a913-4cd5-be32-d11d054d538b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:18,136 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.074s 2021-02-03 12:43:18,136 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:18 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-807a81ee-decf-4b3e-97d2-38f92a33a2f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-807a81ee-decf-4b3e-97d2-38f92a33a2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:19,219 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:43:19,220 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:19 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cacde62-3a53-46c9-a9ad-3f9608eaad40', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cacde62-3a53-46c9-a9ad-3f9608eaad40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:20,297 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.072s 2021-02-03 12:43:20,297 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:20 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd77f4d6-5bc9-4214-a8f1-fe9d38b9b0ec', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd77f4d6-5bc9-4214-a8f1-fe9d38b9b0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:21,380 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.077s 2021-02-03 12:43:21,381 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:21 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a99ee8-f7ab-4da4-be93-97561e7eff16', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a99ee8-f7ab-4da4-be93-97561e7eff16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:22,452 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.066s 2021-02-03 12:43:22,452 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:22 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a4c1fb3-c96a-46db-bb18-9774d7d3ccc7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a4c1fb3-c96a-46db-bb18-9774d7d3ccc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:23,539 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc 0.081s 2021-02-03 12:43:23,539 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d3e5b58-ec59-49a7-9dc3-1a419c56266a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d3e5b58-ec59-49a7-9dc3-1a419c56266a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc'} Body: b'{"volume": {"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-02-03T12:36:24.000000", "updated_at": "2021-02-03T12:36:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1675858609", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.101/volume/v3/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}, {"rel": "bookmark", "href": "http://10.222.0.101/volume/45eba9f3e0e743b8905e4561e333b2b4/volumes/c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}], "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "attachment_id": "4bc69c75-1ef2-41be-8bec-1f6c57e444e3", "volume_id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc", "server_id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-02-03T12:36:45.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "e54f913e-c0d0-427d-8718-eb339cd05940", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "45eba9f3e0e743b8905e4561e333b2b4"}}' 2021-02-03 12:43:23,679 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.135s 2021-02-03 12:43:23,679 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:23 GMT', 'server': 'Apache/2.4.29 (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-16591b78-e96c-41bd-9730-88ff93bed765', 'x-compute-request-id': 'req-16591b78-e96c-41bd-9730-88ff93bed765', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'' 2021-02-03 12:43:23,995 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.315s 2021-02-03 12:43:23,996 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:23 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e29d9896-9c95-4127-b051-dd96db6df851', 'x-compute-request-id': 'req-e29d9896-9c95-4127-b051-dd96db6df851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "ACTIVE", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:43:24Z", "addresses": {"tempest-VolumesSnapshotTestJSON-555696777-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:86:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}]}}' 2021-02-03 12:43:25,299 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.297s 2021-02-03 12:43:25,299 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:25 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16ed8b00-f70e-467c-ab7d-03c01dae0aa1', 'x-compute-request-id': 'req-16ed8b00-f70e-467c-ab7d-03c01dae0aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "ACTIVE", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:43:24Z", "addresses": {"tempest-VolumesSnapshotTestJSON-555696777-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:86:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}]}}' 2021-02-03 12:43:26,582 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.277s 2021-02-03 12:43:26,582 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:26 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37573361-2c60-48bd-8893-185b1aa7c2a6', 'x-compute-request-id': 'req-37573361-2c60-48bd-8893-185b1aa7c2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "ACTIVE", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:43:24Z", "addresses": {"tempest-VolumesSnapshotTestJSON-555696777-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:86:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}]}}' 2021-02-03 12:43:27,815 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.227s 2021-02-03 12:43:27,815 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:27 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48195311-55ff-4d01-a14f-c85f10ffccd2', 'x-compute-request-id': 'req-48195311-55ff-4d01-a14f-c85f10ffccd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "ACTIVE", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:43:24Z", "addresses": {"tempest-VolumesSnapshotTestJSON-555696777-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:86:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}]}}' 2021-02-03 12:43:28,953 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.132s 2021-02-03 12:43:28,954 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:28 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1352', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a213e79-3e58-4f5a-b702-211467cf36f9', 'x-compute-request-id': 'req-4a213e79-3e58-4f5a-b702-211467cf36f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "ACTIVE", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:43:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}]}}' 2021-02-03 12:43:30,106 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.143s 2021-02-03 12:43:30,106 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:29 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1352', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e449150f-f42b-451f-a0b0-5ec41f6a2394', 'x-compute-request-id': 'req-e449150f-f42b-451f-a0b0-5ec41f6a2394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "ACTIVE", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:43:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}]}}' 2021-02-03 12:43:31,250 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.138s 2021-02-03 12:43:31,251 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:31 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95896d29-b9eb-4b5e-bd03-ca9368465b9d', 'x-compute-request-id': 'req-95896d29-b9eb-4b5e-bd03-ca9368465b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"server": {"id": "9a3acb2d-47d2-4d56-964f-92a5394a681d", "name": "tempest-VolumesSnapshotTestJSON-instance-52499450", "status": "DELETED", "tenant_id": "45eba9f3e0e743b8905e4561e333b2b4", "user_id": "b84c26e1630b4d17be65b5884b39d0a9", "metadata": {}, "hostId": "3c3284b7aea398d727a77fc47235246eb7756aad70699b13b0acd4c4", "image": {"id": "e54f913e-c0d0-427d-8718-eb339cd05940", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/images/e54f913e-c0d0-427d-8718-eb339cd05940"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.101/compute/flavors/452"}]}, "created": "2021-02-03T12:35:55Z", "updated": "2021-02-03T12:43:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}, {"rel": "bookmark", "href": "http://10.222.0.101/compute/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-02-03T12:36:16.000000", "OS-SRV-USG:terminated_at": "2021-02-03T12:43:30.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "c297d4a9-3676-433b-8e8d-ac04d0ae5edc"}]}}' 2021-02-03 12:43:31,255 94705 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 7 second wait 2021-02-03 12:43:32,322 94705 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d 0.065s 2021-02-03 12:43:32,323 94705 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:43:32 GMT', 'server': 'Apache/2.4.29 (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-6593d01b-26e3-4ee0-a2ed-e4e3d6f68f7e', 'x-compute-request-id': 'req-6593d01b-26e3-4ee0-a2ed-e4e3d6f68f7e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.101/compute/v2.1/servers/9a3acb2d-47d2-4d56-964f-92a5394a681d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9a3acb2d-47d2-4d56-964f-92a5394a681d could not be found."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 280, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume c297d4a9-3676-433b-8e8d-ac04d0ae5edc failed to reach available status (current in-use) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 467, in detach_volume (server_id, volume_id)) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 331, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 48, in request method, url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 825, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'code': 409, 'message': 'Service is unavailable at this time.'} |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt9.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt9.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt9.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt9.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
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
ft10.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-02-03 12:27:27,406 94707 WARNING [tempest.scenario.manager] Starting Tempest 25.0.0 release, CONF.scenario.img_file need a full path for the image. CONF.scenario.img_dir was deprecated and will be removed in the next release. Till Tempest 25.0.0, old behavior is maintained and keep working but starting Tempest 26.0.0, you need to specify the full path in CONF.scenario.img_file config option. 2021-02-03 12:27:27,407 94707 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 }}} Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 90, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 109, in test_minimum_basic_scenario image = self.image_create() File "/opt/stack/tempest/tempest/scenario/manager.py", line 651, in image_create body = self.image_client.create_image(**params) File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 53, in create_image resp, body = self.post('images', data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 0 | 1 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft11.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-02-03 12:28:43,773 94707 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.101/compute/v2.1/os-keypairs 0.381s 2021-02-03 12:28:43,773 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1931134115"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '2316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e85d7a38-82f9-4e68-8fb2-07774a827177', 'x-compute-request-id': 'req-e85d7a38-82f9-4e68-8fb2-07774a827177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEA6foPxDscD4XNfcQ+lXWKEK9znEqpXJ9RtTzuGgaQ61GX/qgv\\nHUh/L8O0pDCBiZYMspPYs93Ev0b69SjikC5NEmAseIHKA+sWzaQ9/xq5mX2du18R\\n3227KZI+Tw+z6ejiZABr1390AV9uFAM1rxaubtGWBVeZX1OL7wp1Z1peTrMgZuZs\\nn0ZHvqLtJhCtkwAmEJnCIzqJePnvvPaDmC8PVycIGn63sS+SwR4HOYp9g6L4bDUe\\nEEcjlE8nNHThH0jHp4kKE279rdSsWOBH51bGTvNbj9izI9ewhXriF980/ioJpqOV\\nrBLVNkomDwyTYlyOVGtC5ABRe59Qs+yq9KQeCQIDAQABAoIBAAD7VqOZJ+X8xr73\\nWtfftWOaiN6oBYvo8zvSdKFRU7xZDE06QXBbBIWbyZ9CwNhl88mwCyG+FXxD/PuY\\nX1MBjrs8AhPDX6iijObyAHyYjRzSxR2rKXUJjdZ/0ZkdVMDvhDutMMant0HmN50H\\n4mrIqpS2dm2xT2hx/k1TeuijHXAxGCzei3VkcwphOrd49kpoO2UxX0JMfzC7ggpQ\\ndctIKRnnVVcx8pREhqkOhx1cLQl/Ggmr7okxta6f2wO0XBvg3B81Wtc2QEGwvp2B\\nx3V0ILPqI1wP695iWuqgyuGPWm9PWB6nVveLSgwOZ6V7QGG9NT48KsNlW6oioqOK\\nF7iDLP0CgYEA93xwnQNWlxYVSss89FGo2w+2Cip2zBqEPDkh8z4tsPpAqgyi9SGC\\nbIxQ8y/dQtwx2gLzwev3z2wu9Ua6uUEKEZ/M+EBq6iEkvEWVzoGD5x/3HwUkFtCv\\niTxoVHx3f+26vY42B0429NUd9Iw2aZzh3/A8rJXoHSpE2G7+FJku6ccCgYEA8gal\\n6busQvhcNMj5LjTAq2wpHb9GiuLuAAPUdoa7MZ6XA0OVOJYYRVCNneqvpvHJDsv1\\nw1sBP12eNDMyaqwBRVOgGL5zWWwatTGkzeTP7vg1spSvFuueGVZgRoejSlK8Kadc\\nONTG2JxUf9Ayc1JtqkFbRbkJQOQoaTZJkwBTOa8CgYAHN2q1OV6yAyPVzX1WhncN\\nBDVDsJ9MLk3Cz8usoxiD+5gdHUc3LKX38lN989xY0cDmYYWoFvBf7QCliE1zj3Dy\\nuJ0qc/5qG1NN5h2LKv2kpKr5DZZSz/z+XHOSWxrE8TKrylTK+73gf8Ji2h/QDpIL\\njJ7ITYq6Jvxg70ObaCgVCwKBgQDLZcTngn5JpfmvrrqjF1hYeESxqD87l20W/CEB\\nH0eQcsxMxO5SKOnqzsDFVycZcRdcZRJ8hC2vOBktm10igr1qqtXgFaZRH2XuovLy\\nyfnpxhUyqHvhElDC0HGGtJUJcDCL/QenB0K5ZeAprinH+x0IuXZgSRo6u8Qub54z\\neVF4JwKBgQDxpry4RsycjN7Y3k8YlS4qyLqgmOQCjzbCm9Ml60TU72pDEqCYjxiR\\n7/dvTeuLG4f2EO0FSaaML7a9IJeSW0NMKoj2z0JDLf5fgdLXh+9GC/+8AYWaJG+L\\nRFHBFXRJGacQ0mYJzYmdgyG2j1iOJsVmBNy7e5EcDQgcE6M/I2AIHA==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-1931134115", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDp+g/EOxwPhc19xD6VdYoQr3OcSqlcn1G1PO4aBpDrUZf+qC8dSH8vw7SkMIGJlgyyk9iz3cS/Rvr1KOKQLk0SYCx4gcoD6xbNpD3/GrmZfZ27XxHfbbspkj5PD7Pp6OJkAGvXf3QBX24UAzWvFq5u0ZYFV5lfU4vvCnVnWl5OsyBm5myfRke+ou0mEK2TACYQmcIjOol4+e+89oOYLw9XJwgafrexL5LBHgc5in2DovhsNR4QRyOUTyc0dOEfSMeniQoTbv2t1KxY4EfnVsZO81uP2LMj17CFeuIX3zT+Kgmmo5WsEtU2SiYPDJNiXI5Ua0LkAFF7n1Cz7Kr0pB4J Generated-by-Nova", "fingerprint": "aa:8a:f7:85:4d:35:44:cc:0a:4a:33:67:82:89:84:46", "user_id": "24296ca81b404e41b0965ac58c92a085"}}' 2021-02-03 12:28:43,937 94707 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.101/compute/v2.1/os-security-groups 0.162s 2021-02-03 12:28:43,937 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-TestShelveInstance-1907096241", "description": "tempest-TestShelveInstance-1907096241 description"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '245', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ed8404-b61c-484f-80d4-ac8eaf2edc86', 'x-compute-request-id': 'req-a8ed8404-b61c-484f-80d4-ac8eaf2edc86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/os-security-groups'} Body: b'{"security_group": {"id": "bc4c4cd4-c136-4b65-a4ae-5c0065418596", "description": "tempest-TestShelveInstance-1907096241 description", "name": "tempest-TestShelveInstance-1907096241", "tenant_id": "f531bd16703f4e128b762f011c1e77d8", "rules": []}}' 2021-02-03 12:28:44,147 94707 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.101/compute/v2.1/os-security-group-rules 0.208s 2021-02-03 12:28:44,148 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"parent_group_id": "bc4c4cd4-c136-4b65-a4ae-5c0065418596", "ip_protocol": "tcp", "from_port": 22, "to_port": 22, "cidr": "0.0.0.0/0"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:43 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b1b49bb-e963-400c-8d44-0325b4c6d028', 'x-compute-request-id': 'req-3b1b49bb-e963-400c-8d44-0325b4c6d028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/os-security-group-rules'} Body: b'{"security_group_rule": {"id": "691a493f-90f8-43d5-8b5c-d97028016594", "parent_group_id": "bc4c4cd4-c136-4b65-a4ae-5c0065418596", "ip_protocol": "tcp", "from_port": 22, "to_port": 22, "group": {}, "ip_range": {"cidr": "0.0.0.0/0"}}}' 2021-02-03 12:28:44,348 94707 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.101/compute/v2.1/os-security-group-rules 0.198s 2021-02-03 12:28:44,348 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"parent_group_id": "bc4c4cd4-c136-4b65-a4ae-5c0065418596", "ip_protocol": "icmp", "from_port": -1, "to_port": -1, "cidr": "0.0.0.0/0"}} Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-length': '233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10ecdab1-c382-4beb-9284-2e2da09b45e4', 'x-compute-request-id': 'req-10ecdab1-c382-4beb-9284-2e2da09b45e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.101/compute/v2.1/os-security-group-rules'} Body: b'{"security_group_rule": {"id": "cab74a60-58ca-4ef5-bba7-1c8654f5e976", "parent_group_id": "bc4c4cd4-c136-4b65-a4ae-5c0065418596", "ip_protocol": "icmp", "from_port": -1, "to_port": -1, "group": {}, "ip_range": {"cidr": "0.0.0.0/0"}}}' 2021-02-03 12:28:44,389 94707 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.101/identity/v3/auth/tokens 0.034s 2021-02-03 12:28:44,389 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 03 Feb 2021 12:28:44 GMT', 'server': 'Apache/2.4.29 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3692', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2c84ff14-ae0f-4e16-97f2-59d43b087964', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.101/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "24296ca81b404e41b0965ac58c92a085", "name": "tempest-TestShelveInstance-2142917788-project", "password_expires_at": null}, "audit_ids": ["RK23n6OnTmmx3xzHw40qmQ"], "expires_at": "2021-02-03T13:28:44.000000Z", "issued_at": "2021-02-03T12:28:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f531bd16703f4e128b762f011c1e77d8", "name": "tempest-TestShelveInstance-2142917788"}, "is_domain": false, "roles": [{"id": "bf356a9011a343699150cb3d0a5385bd", "name": "member"}, {"id": "b3a7a2cce2934a3592e28a2087ef6dfb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "c66b70b16cb74222a7ecf0367b722d55", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2/f531bd16703f4e128b762f011c1e77d8", "region": "RegionOne"}], "id": "0988853843f14469917d8912cb753bd4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "bb30d140956142c4806742ef0c9b6150", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/placement", "region": "RegionOne"}], "id": "403cd4472dbf4c308d7e7c275c85ff55", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e859a52755ff4ec98811e5567218d302", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/f531bd16703f4e128b762f011c1e77d8", "region": "RegionOne"}], "id": "54abcc8dfabb491aa8fb32bd77bbc7df", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "b7a2bbd5efc54feca407c2d095372d39", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:9696/", "region": "RegionOne"}], "id": "727eccd4f47144ee86641e7c4b751308", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "55e9f80b95ab4beab963383d53b29273", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101:8080/v1/AUTH_f531bd16703f4e128b762f011c1e77d8", "region": "RegionOne"}, {"id": "7beedd593c13439da81083d3cdf48179", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101:8080", "region": "RegionOne"}], "id": "7b646c16b109402daac6abbfaf606c07", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "ddef7344f1874bd3ad206a5d9808c0a9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v3/f531bd16703f4e128b762f011c1e77d8", "region": "RegionOne"}], "id": "9549c409c06a438282e32a3078434c8e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0080832621ce4681afcbfac06daf6189", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/volume/v2/f531bd16703f4e128b762f011c1e77d8", "region": "RegionOne"}], "id": "a0ff0d51d7d249afb640aac78fbb2349", "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"id": "887ea65bb25b42d2964af1a5d3b4dce5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/compute/v2.1", "region": "RegionOne"}], "id": "bdfb0a8960724122b1a5bedfe1e9cc6c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "a354efd121fa4f0980bbc31d84c7acfc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/image", "region": "RegionOne"}], "id": "e35c7e0f64174bf092acdd438723d938", "type": "image", "name": "glance"}, {"endpoints": [{"id": "39f80d74f67b4e9cbc6ea8ce16690d7f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}, {"id": "bb35009aacd14b18a5c74e984400ad72", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.101/identity", "region": "RegionOne"}], "id": "ebdcd26ce12f4e68a72e3dd2156f3481", "type": "identity", "name": "keystone"}]}}' 2021-02-03 12:28:44,389 94707 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'a183e199-3e44-4439-9aec-e2836400d4e4', 'name': 'tempest-TestShelveInstance-2012960955-network', 'tenant_id': 'f531bd16703f4e128b762f011c1e77d8', 'admin_state_up': True, 'mtu': 1450, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f531bd16703f4e128b762f011c1e77d8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vxlan', 'provider:physical_network': None, 'provider:segmentation_id': 3, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-02-03T12:28:33Z', 'updated_at': '2021-02-03T12:28:33Z', 'revision_number': 1} available for tenant 2021-02-03 12:29:44,674 94707 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.101/compute/v2.1/os-security-groups/bc4c4cd4-c136-4b65-a4ae-5c0065418596 0.233s 2021-02-03 12:29:44,674 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:44 GMT', 'server': 'Apache/2.4.29 (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-07dd9e8f-4055-4767-8123-43f879073092', 'x-compute-request-id': 'req-07dd9e8f-4055-4767-8123-43f879073092', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/compute/v2.1/os-security-groups/bc4c4cd4-c136-4b65-a4ae-5c0065418596'} Body: b'' 2021-02-03 12:29:44,701 94707 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.101/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1931134115 0.027s 2021-02-03 12:29:44,702 94707 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 03 Feb 2021 12:29:44 GMT', 'server': 'Apache/2.4.29 (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-6bb6fa43-cb9a-4043-8fba-3a7f3dc365af', 'x-compute-request-id': 'req-6bb6fa43-cb9a-4043-8fba-3a7f3dc365af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.101/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1931134115'} Body: b'' }}} Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.6/http/client.py", line 1373, in getresponse response.begin() File "/usr/lib/python3.6/http/client.py", line 311, in begin version, status, reason = self._read_status() File "/usr/lib/python3.6/http/client.py", line 272, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.6/socket.py", line 586, 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 90, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 85, in _create_server_then_shelve_and_unshelve volume_backed=boot_from_volume) File "/opt/stack/tempest/tempest/scenario/manager.py", line 322, in create_server image_id=image_id, **kwargs) File "/opt/stack/tempest/tempest/common/compute.py", line 169, in create_test_server volume = volumes_client.create_volume(**params) 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 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 38, in request method, url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 689, in request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 569, in _request chunked=chunked File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 609, in raw_request body=body, chunked=chunked) File "/opt/stack/tempest/tempest/lib/common/http.py", line 112, in request *args, **new_kwargs) File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 79, in request method, url, fields=fields, headers=headers, **urlopen_kw File "/usr/local/lib/python3.6/dist-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 531, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.101', port=80): Read timed out. (read timeout=60) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt12.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
pt13.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
pt14.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
pt15.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
pt16.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt16.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt17.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
pt18.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt19.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
||||||
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt20.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
||||||
tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt21.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt21.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt21.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt21.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt21.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt21.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
||||||
tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt22.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt22.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt22.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt22.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt22.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt22.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt22.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt22.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
||||||
tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt23.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt23.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt24.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt25.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt25.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt25.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
skip
pt26.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
||||||
tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt27.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt28.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt29.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt29.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt30.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt31.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
||||||
tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt32.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt32.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt32.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt32.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt32.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt32.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt32.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt33.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt33.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt33.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt33.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt33.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt33.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt34.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt34.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt35.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
pass
pt36.1: tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
||||||
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
pt37.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
pt37.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
pt38.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
pt38.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
pt39.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
pt39.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
pt39.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
pt39.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
pt39.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
pt39.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
pt39.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
pt40.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
pt40.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
pt40.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
pt41.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt42.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt42.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt42.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt42.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt42.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt43.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt43.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt43.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt43.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt43.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
||||||
tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt44.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt44.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt45.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt45.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt46.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt46.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt46.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt46.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt46.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt47.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt47.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt47.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 11 | 11 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt48.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt48.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt48.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt48.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt48.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt48.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt48.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt48.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt48.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt48.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt48.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt49.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt49.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt49.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt49.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt50.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt50.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt50.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt50.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt50.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt50.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt51.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt52.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
||||||
tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt53.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt54.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
pt54.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
pt55.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
pt55.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt60.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt60.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt61.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt62.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt62.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt63.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt63.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt63.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt64.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt65.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt65.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt65.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt65.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt65.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt65.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt65.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt65.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt65.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt65.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt65.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt65.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt65.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt65.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt65.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt65.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt65.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt65.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt66.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt66.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt66.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt66.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt66.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt66.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt66.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt66.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt66.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt66.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt66.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt66.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt66.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt67.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt67.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt67.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt67.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt67.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt67.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
Total | 229 | 205 | 14 | 0 | 10 |