Status: Pass 61 Failure 15 Skip 11
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachInterfacesUnderV243Test) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/new/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/new/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 56, in setup_credentials super(AttachInterfacesTestBase, cls).setup_credentials() File "/opt/stack/new/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/new/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/new/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/new/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/new/tempest/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 470, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60) |
||||||
setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/new/tempest/tempest/test.py", line 170, in setUpClass cls.setup_credentials() File "/opt/stack/new/tempest/tempest/api/compute/base.py", line 75, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/new/tempest/tempest/test.py", line 398, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/new/tempest/tempest/test.py", line 743, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds return self.get_project_member_creds() File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds return self.get_credentials(['member'], scope='project') File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources self._add_router_interface(router['id'], subnet['id']) File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface self.routers_admin_client.add_router_interface(router_id, File "/opt/stack/new/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'IpAddressAlreadyAllocated', 'message': 'IP address 10.1.0.1 already allocated in subnet 0e1eeaa8-0517-4b3a-b447-dfce39e58b67', 'detail': ''} |
||||||
setUpClass (tempest.api.network.test_networks | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksTest) |
fail
ft3.1: setUpClass (tempest.api.network.test_networks.NetworksTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/new/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/new/tempest/tempest/api/network/test_networks.py", line 36, in resource_setup cls.network = cls.create_network() File "/opt/stack/new/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/new/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/new/tempest/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 470, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60) |
||||||
setUpClass (tempest.api.network.test_ports | 1 | 0 | 1 | 0 | 0 | Detail | |
PortsIpV6TestJSON) |
fail
ft4.1: setUpClass (tempest.api.network.test_ports.PortsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/new/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/new/tempest/tempest/api/network/test_ports.py", line 46, in resource_setup cls.network = cls.create_network() File "/opt/stack/new/tempest/tempest/api/network/base.py", line 111, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/new/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/new/tempest/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 470, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60) |
||||||
tearDownClass (tempest.api.identity.admin.v3.test_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
GroupsV3TestJSON) |
fail
ft5.1: tearDownClass (tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/new/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/new/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/new/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/new/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 892, 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 None cannot perform precommit_delete due to Callback neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-361115 failed with "Port_Group pg_5488c173_1fae_4de4_924b_61cb17879f37 does not exist".', 'detail': ''} |
||||||
tearDownClass (tempest.scenario.test_server_multinode | 1 | 0 | 1 | 0 | 0 | Detail | |
TestServerMultinode) |
fail
ft6.1: tearDownClass (tempest.scenario.test_server_multinode.TestServerMultinode)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/test.py", line 246, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/new/tempest/tempest/test.py", line 210, in tearDownClass teardown() File "/opt/stack/new/tempest/tempest/test.py", line 757, in clear_credentials cls._creds_provider.clear_creds() File "/opt/stack/new/tempest/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds self.cleanup_default_secgroup( File "/opt/stack/new/tempest/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup security_group_client.delete_security_group(secgroup['id']) File "/opt/stack/new/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 892, 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 None cannot perform precommit_delete due to Callback neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-361115 failed with "Port_Group pg_339a059c_e8f5_424d_adfe_8a780c276f86 does not exist".', 'detail': ''} |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 2 | 1 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt7.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
fail
ft7.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-04-16 03:27:11,843 188260 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 201 POST http://10.209.128.59:9696/v2.0/networks 0.950s 2025-04-16 03:27:11,844 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-794671638"}} Response - Headers: {'content-type': 'application/json', 'content-length': '608', 'x-openstack-request-id': 'req-14ce0cf3-8c31-43d7-b10d-0297b686c277', 'date': 'Wed, 16 Apr 2025 03:27:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/networks'} Body: b'{"network":{"id":"329cf4f1-10a0-460b-b57f-8bffbab0b8d7","name":"tempest-BulkNetworkOpsIpV6Test-test-network-794671638","tenant_id":"229a3e99fca24a048e94a07187d36855","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"229a3e99fca24a048e94a07187d36855","port_security_enabled":true,"qos_policy_id":null,"dns_domain":"","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-04-16T03:27:11Z","updated_at":"2025-04-16T03:27:11Z","revision_number":1}}' 2025-04-16 03:27:12,463 188260 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 201 POST http://10.209.128.59:9696/v2.0/networks 0.619s 2025-04-16 03:27:12,464 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-2146100444"}} Response - Headers: {'content-type': 'application/json', 'content-length': '609', 'x-openstack-request-id': 'req-01e15b88-b8fc-443b-94d6-9eb5c374508f', 'date': 'Wed, 16 Apr 2025 03:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/networks'} Body: b'{"network":{"id":"36821b3e-738f-41e0-9bf6-496aa86ab1f7","name":"tempest-BulkNetworkOpsIpV6Test-test-network-2146100444","tenant_id":"229a3e99fca24a048e94a07187d36855","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"229a3e99fca24a048e94a07187d36855","port_security_enabled":true,"qos_policy_id":null,"dns_domain":"","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-04-16T03:27:11Z","updated_at":"2025-04-16T03:27:11Z","revision_number":1}}' 2025-04-16 03:27:16,365 188260 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 201 POST http://10.209.128.59:9696/v2.0/ports 3.900s 2025-04-16 03:27:16,365 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"ports": [{"network_id": "329cf4f1-10a0-460b-b57f-8bffbab0b8d7", "name": "tempest-port--1692429120", "admin_state_up": true}, {"network_id": "36821b3e-738f-41e0-9bf6-496aa86ab1f7", "admin_state_up": false}]} Response - Headers: {'content-type': 'application/json', 'content-length': '1450', 'x-openstack-request-id': 'req-a0da5731-575c-4cd1-8fc2-b3dd215360a1', 'date': 'Wed, 16 Apr 2025 03:27:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/ports'} Body: b'{"ports":[{"id":"c4f89fdb-b309-4752-9c49-7be0d7ab3546","name":"tempest-port--1692429120","network_id":"329cf4f1-10a0-460b-b57f-8bffbab0b8d7","tenant_id":"229a3e99fca24a048e94a07187d36855","mac_address":"fa:16:3e:c6:7d:48","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"project_id":"229a3e99fca24a048e94a07187d36855","binding:vnic_type":"normal","port_security_enabled":true,"qos_policy_id":null,"security_groups":["44997502-3f4a-45e0-b2cc-7f7fc0d306d0"],"allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:27:12Z","updated_at":"2025-04-16T03:27:12Z","revision_number":1},{"id":"71f22bc3-bc63-4fc5-9e84-70a654011047","name":"","network_id":"36821b3e-738f-41e0-9bf6-496aa86ab1f7","tenant_id":"229a3e99fca24a048e94a07187d36855","mac_address":"fa:16:3e:70:e4:01","admin_state_up":false,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"project_id":"229a3e99fca24a048e94a07187d36855","binding:vnic_type":"normal","port_security_enabled":true,"qos_policy_id":null,"security_groups":["44997502-3f4a-45e0-b2cc-7f7fc0d306d0"],"allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:27:13Z","updated_at":"2025-04-16T03:27:13Z","revision_number":1}]}' 2025-04-16 03:27:16,616 188260 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 200 GET http://10.209.128.59:9696/v2.0/ports 0.250s 2025-04-16 03:27:16,617 188260 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': '2916', 'x-openstack-request-id': 'req-1a33f97d-5a0a-471e-9b56-06258226d4e7', 'date': 'Wed, 16 Apr 2025 03:27:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/ports'} Body: b'{"ports":[{"id":"71f22bc3-bc63-4fc5-9e84-70a654011047","name":"","network_id":"36821b3e-738f-41e0-9bf6-496aa86ab1f7","tenant_id":"229a3e99fca24a048e94a07187d36855","mac_address":"fa:16:3e:70:e4:01","admin_state_up":false,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["44997502-3f4a-45e0-b2cc-7f7fc0d306d0"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"qos_policy_id":null,"qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:27:13Z","updated_at":"2025-04-16T03:27:13Z","revision_number":1,"project_id":"229a3e99fca24a048e94a07187d36855"},{"id":"c4f89fdb-b309-4752-9c49-7be0d7ab3546","name":"tempest-port--1692429120","network_id":"329cf4f1-10a0-460b-b57f-8bffbab0b8d7","tenant_id":"229a3e99fca24a048e94a07187d36855","mac_address":"fa:16:3e:c6:7d:48","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["44997502-3f4a-45e0-b2cc-7f7fc0d306d0"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"qos_policy_id":null,"qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:27:12Z","updated_at":"2025-04-16T03:27:12Z","revision_number":1,"project_id":"229a3e99fca24a048e94a07187d36855"},{"id":"da6b20a7-5934-4ea2-b152-e63cc9847683","name":"","network_id":"329cf4f1-10a0-460b-b57f-8bffbab0b8d7","tenant_id":"229a3e99fca24a048e94a07187d36855","mac_address":"fa:16:3e:f3:dd:71","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-329cf4f1-10a0-460b-b57f-8bffbab0b8d7","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"qos_policy_id":null,"qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:27:11Z","updated_at":"2025-04-16T03:27:11Z","revision_number":1,"project_id":"229a3e99fca24a048e94a07187d36855"},{"id":"dc963f70-65e1-4815-9ad9-d3f01e2122aa","name":"","network_id":"36821b3e-738f-41e0-9bf6-496aa86ab1f7","tenant_id":"229a3e99fca24a048e94a07187d36855","mac_address":"fa:16:3e:d0:16:ba","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-36821b3e-738f-41e0-9bf6-496aa86ab1f7","device_owner":"network:distributed","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"qos_policy_id":null,"qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:27:12Z","updated_at":"2025-04-16T03:27:12Z","revision_number":1,"project_id":"229a3e99fca24a048e94a07187d36855"}]}' 2025-04-16 03:27:17,050 188260 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:_run_cleanups): 204 DELETE http://10.209.128.59:9696/v2.0/ports/c4f89fdb-b309-4752-9c49-7be0d7ab3546 0.432s 2025-04-16 03:27:17,051 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-3df021f4-fc92-457a-9f9b-659d2c52fc88', 'date': 'Wed, 16 Apr 2025 03:27:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59:9696/v2.0/ports/c4f89fdb-b309-4752-9c49-7be0d7ab3546'} Body: b'' 2025-04-16 03:28:17,110 188260 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/71f22bc3-bc63-4fc5-9e84-70a654011047 2025-04-16 03:28:17,134 188260 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:_run_cleanups): 404 DELETE http://10.209.128.59:9696/v2.0/ports/71f22bc3-bc63-4fc5-9e84-70a654011047 60.082s 2025-04-16 03:28:17,135 188260 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': '132', 'x-openstack-request-id': 'req-792d57e2-6ad5-4dd5-bcbb-673a3bd97d41', 'date': 'Wed, 16 Apr 2025 03:28:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59:9696/v2.0/ports/71f22bc3-bc63-4fc5-9e84-70a654011047'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port 71f22bc3-bc63-4fc5-9e84-70a654011047 could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/api/network/test_networks.py", line 462, in _delete_ports self.ports_client.delete_port(n['id']) File "/opt/stack/new/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 872, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'PortNotFound', 'message': 'Port 71f22bc3-bc63-4fc5-9e84-70a654011047 could not be found.', 'detail': ''} |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt7.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.NetworksIpV6Test | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
fail
ft8.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-04-16 03:32:24,116 188258 INFO [tempest.lib.common.rest_client] Request (NetworksIpV6Test:test_create_update_delete_network_subnet): 201 POST http://10.209.128.59:9696/v2.0/networks 0.546s 2025-04-16 03:32:24,117 188258 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-NetworksIpV6Test-test-network-1814515130"}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-3a3129ed-502c-4e73-aa1d-9305251d4bc6', 'date': 'Wed, 16 Apr 2025 03:32:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/networks'} Body: b'{"network":{"id":"62b063cf-1b19-4505-961a-8f0f7ab61934","name":"tempest-NetworksIpV6Test-test-network-1814515130","tenant_id":"51829bf73dab441da85c96fdd0af9fd5","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"51829bf73dab441da85c96fdd0af9fd5","port_security_enabled":true,"qos_policy_id":null,"dns_domain":"","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-04-16T03:32:23Z","updated_at":"2025-04-16T03:32:23Z","revision_number":1}}' 2025-04-16 03:33:23,610 188258 INFO [tempest.lib.common.rest_client] Request (NetworksIpV6Test:test_create_update_delete_network_subnet): 200 PUT http://10.209.128.59:9696/v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934 59.493s 2025-04-16 03:33:23,610 188258 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "New_network"}} Response - Headers: {'content-type': 'application/json', 'content-length': '566', 'x-openstack-request-id': 'req-2863a991-c4cf-4ef3-acae-d8d8825faf0d', 'date': 'Wed, 16 Apr 2025 03:33:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934'} Body: b'{"network":{"id":"62b063cf-1b19-4505-961a-8f0f7ab61934","name":"New_network","tenant_id":"51829bf73dab441da85c96fdd0af9fd5","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","port_security_enabled":true,"qos_policy_id":null,"dns_domain":"","tags":[],"created_at":"2025-04-16T03:32:23Z","updated_at":"2025-04-16T03:32:24Z","revision_number":2,"project_id":"51829bf73dab441da85c96fdd0af9fd5"}}' 2025-04-16 03:33:24,951 188258 INFO [tempest.lib.common.rest_client] Request (NetworksIpV6Test:test_create_update_delete_network_subnet): 201 POST http://10.209.128.59:9696/v2.0/subnets 1.339s 2025-04-16 03:33:24,951 188258 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "62b063cf-1b19-4505-961a-8f0f7ab61934", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '675', 'x-openstack-request-id': 'req-ad4298ab-84c8-4eb9-9d6a-f80e06235947', 'date': 'Wed, 16 Apr 2025 03:33:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"3bd84ae5-422e-4de2-b487-a547c15186a3","name":"","tenant_id":"51829bf73dab441da85c96fdd0af9fd5","network_id":"62b063cf-1b19-4505-961a-8f0f7ab61934","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"dns_publish_fixed_ip":false,"tags":[],"created_at":"2025-04-16T03:33:23Z","updated_at":"2025-04-16T03:33:23Z","revision_number":0,"project_id":"51829bf73dab441da85c96fdd0af9fd5"}}' 2025-04-16 03:33:25,855 188258 INFO [tempest.lib.common.rest_client] Request (NetworksIpV6Test:test_create_update_delete_network_subnet): 200 PUT http://10.209.128.59:9696/v2.0/subnets/3bd84ae5-422e-4de2-b487-a547c15186a3 0.903s 2025-04-16 03:33:25,855 188258 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "New_subnet"}} Response - Headers: {'content-type': 'application/json', 'content-length': '685', 'x-openstack-request-id': 'req-ca8b75f2-4119-4010-9cbf-c33c60aa0924', 'date': 'Wed, 16 Apr 2025 03:33:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/subnets/3bd84ae5-422e-4de2-b487-a547c15186a3'} Body: b'{"subnet":{"id":"3bd84ae5-422e-4de2-b487-a547c15186a3","name":"New_subnet","tenant_id":"51829bf73dab441da85c96fdd0af9fd5","network_id":"62b063cf-1b19-4505-961a-8f0f7ab61934","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"dns_publish_fixed_ip":false,"tags":[],"created_at":"2025-04-16T03:33:23Z","updated_at":"2025-04-16T03:33:25Z","revision_number":1,"project_id":"51829bf73dab441da85c96fdd0af9fd5"}}' 2025-04-16 03:34:25,917 188258 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60)")': /v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934 2025-04-16 03:35:25,979 188258 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60)")': /v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934 2025-04-16 03:35:26,026 188258 INFO [tempest.lib.common.rest_client] Request (NetworksIpV6Test:test_create_update_delete_network_subnet): 404 DELETE http://10.209.128.59:9696/v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934 120.170s 2025-04-16 03:35:26,026 188258 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': '138', 'x-openstack-request-id': 'req-9cfe81e5-87cf-4b05-bfdc-19134f5894fe', 'date': 'Wed, 16 Apr 2025 03:35:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59:9696/v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934'} Body: b'{"NeutronError": {"type": "NetworkNotFound", "message": "Network 62b063cf-1b19-4505-961a-8f0f7ab61934 could not be found.", "detail": ""}}' 2025-04-16 03:35:26,049 188258 INFO [tempest.lib.common.rest_client] Request (NetworksIpV6Test:_run_cleanups): 404 DELETE http://10.209.128.59:9696/v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934 0.021s 2025-04-16 03:35:26,049 188258 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': '138', 'x-openstack-request-id': 'req-636d4fc4-e639-4c4a-a7f1-0d38ba05a325', 'date': 'Wed, 16 Apr 2025 03:35:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59:9696/v2.0/networks/62b063cf-1b19-4505-961a-8f0f7ab61934'} Body: b'{"NeutronError": {"type": "NetworkNotFound", "message": "Network 62b063cf-1b19-4505-961a-8f0f7ab61934 could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/api/network/test_networks.py", line 182, in test_create_update_delete_network_subnet self.networks_client.delete_network(network['id']) File "/opt/stack/new/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 872, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'NetworkNotFound', 'message': 'Network 62b063cf-1b19-4505-961a-8f0f7ab61934 could not be found.', 'detail': ''} |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt8.2: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt8.3: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt8.4: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt8.5: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt8.6: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
tempest.api.network.test_ports.PortsTestJSON | 5 | 4 | 1 | 0 | 0 | Detail | |
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt9.1: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt9.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
fail
ft9.3: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-04-16 03:28:30,781 188264 INFO [tempest.lib.common.rest_client] Request (PortsTestJSON:test_create_update_delete_port): 201 POST http://10.209.128.59:9696/v2.0/ports 0.771s 2025-04-16 03:28:30,781 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "34bc69b5-8dd7-45c2-8a2b-ca748648564d", "name": "tempest-PortsTestJSON-1035252519"}} Response - Headers: {'content-type': 'application/json', 'content-length': '747', 'x-openstack-request-id': 'req-d0df56f4-0a1f-4c04-8aa8-2125fc1cfde8', 'date': 'Wed, 16 Apr 2025 03:28:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/ports'} Body: b'{"port":{"id":"74c7911c-6f5a-4a15-8e61-e34111eab6bc","name":"tempest-PortsTestJSON-1035252519","network_id":"34bc69b5-8dd7-45c2-8a2b-ca748648564d","tenant_id":"d84293b189bb4e21bbaa7e5684648e25","mac_address":"fa:16:3e:a3:0e:66","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"project_id":"d84293b189bb4e21bbaa7e5684648e25","port_security_enabled":true,"qos_policy_id":null,"security_groups":["8e67fc26-9792-4937-851a-f88dfd523a94"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:28:30Z","updated_at":"2025-04-16T03:28:30Z","revision_number":1}}' 2025-04-16 03:28:31,183 188264 INFO [tempest.lib.common.rest_client] Request (PortsTestJSON:test_create_update_delete_port): 200 PUT http://10.209.128.59:9696/v2.0/ports/74c7911c-6f5a-4a15-8e61-e34111eab6bc 0.401s 2025-04-16 03:28:31,183 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"name": "New_Port", "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '724', 'x-openstack-request-id': 'req-d225e9bc-5909-4c77-bcbc-f54cd59d348b', 'date': 'Wed, 16 Apr 2025 03:28:31 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/ports/74c7911c-6f5a-4a15-8e61-e34111eab6bc'} Body: b'{"port":{"id":"74c7911c-6f5a-4a15-8e61-e34111eab6bc","name":"New_Port","network_id":"34bc69b5-8dd7-45c2-8a2b-ca748648564d","tenant_id":"d84293b189bb4e21bbaa7e5684648e25","mac_address":"fa:16:3e:a3:0e:66","admin_state_up":false,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["8e67fc26-9792-4937-851a-f88dfd523a94"],"description":"","binding:vnic_type":"normal","port_security_enabled":true,"qos_policy_id":null,"qos_network_policy_id":null,"dns_name":"","dns_assignment":[],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:28:30Z","updated_at":"2025-04-16T03:28:30Z","revision_number":2,"project_id":"d84293b189bb4e21bbaa7e5684648e25"}}' 2025-04-16 03:29:31,242 188264 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60)")': /v2.0/ports/74c7911c-6f5a-4a15-8e61-e34111eab6bc 2025-04-16 03:29:31,265 188264 INFO [tempest.lib.common.rest_client] Request (PortsTestJSON:_run_cleanups): 404 DELETE http://10.209.128.59:9696/v2.0/ports/74c7911c-6f5a-4a15-8e61-e34111eab6bc 60.081s 2025-04-16 03:29:31,266 188264 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': '132', 'x-openstack-request-id': 'req-7c04f375-837b-40f2-9114-96654ffe7b5a', 'date': 'Wed, 16 Apr 2025 03:29:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59:9696/v2.0/ports/74c7911c-6f5a-4a15-8e61-e34111eab6bc'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port 74c7911c-6f5a-4a15-8e61-e34111eab6bc could not be found.", "detail": ""}}' 2025-04-16 03:29:31,293 188264 INFO [tempest.lib.common.rest_client] Request (PortsTestJSON:_run_cleanups): 404 GET http://10.209.128.59:9696/v2.0/ports/74c7911c-6f5a-4a15-8e61-e34111eab6bc 0.025s 2025-04-16 03:29:31,293 188264 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': '132', 'x-openstack-request-id': 'req-2b46c6ab-b19c-415a-a40c-4a9fce253930', 'date': 'Wed, 16 Apr 2025 03:29:31 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59:9696/v2.0/ports/74c7911c-6f5a-4a15-8e61-e34111eab6bc'} Body: b'{"NeutronError": {"type": "PortNotFound", "message": "Port 74c7911c-6f5a-4a15-8e61-e34111eab6bc could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/api/network/test_ports.py", line 50, in _delete_port self.ports_client.delete_port(port_id) File "/opt/stack/new/tempest/tempest/lib/services/network/ports_client.py", line 59, in delete_port return self.delete_resource(uri) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 359, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 872, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'PortNotFound', 'message': 'Port 74c7911c-6f5a-4a15-8e61-e34111eab6bc could not be found.', 'detail': ''} |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt9.4: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt9.5: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
tempest.api.network.test_routers.RoutersTest | 4 | 1 | 3 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft10.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/api/network/test_routers.py", line 244, in test_add_multiple_router_interfaces network01 = self.networks_client.create_network( File "/opt/stack/new/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/new/tempest/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 470, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60) |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft10.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/api/network/test_routers.py", line 121, in test_add_remove_router_interface_with_port_id network = self.networks_client.create_network( File "/opt/stack/new/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/new/tempest/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 470, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60) |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft10.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-04-16 03:35:24,420 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 201 POST http://10.209.128.59:9696/v2.0/networks 0.595s 2025-04-16 03:35:24,420 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-939214597"}} Response - Headers: {'content-type': 'application/json', 'content-length': '584', 'x-openstack-request-id': 'req-f15b7b29-fa55-4ab6-bd93-b0a5d5dd6722', 'date': 'Wed, 16 Apr 2025 03:35:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/networks'} Body: b'{"network":{"id":"756e8a08-e052-40ce-9c1a-7242372df122","name":"tempest-RoutersTest-939214597","tenant_id":"5002eb36e44744828cb92dc4991e2de1","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"5002eb36e44744828cb92dc4991e2de1","port_security_enabled":true,"qos_policy_id":null,"dns_domain":"","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-04-16T03:35:23Z","updated_at":"2025-04-16T03:35:23Z","revision_number":1}}' 2025-04-16 03:35:25,149 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 201 POST http://10.209.128.59:9696/v2.0/subnets 0.727s 2025-04-16 03:35:25,149 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "756e8a08-e052-40ce-9c1a-7242372df122", "cidr": "10.1.0.0/28", "ip_version": 4, "gateway_ip": "10.1.0.1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '647', 'x-openstack-request-id': 'req-aea34d77-af13-4ec5-b9ad-685f57a464d6', 'date': 'Wed, 16 Apr 2025 03:35:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"62aa0883-34c7-4815-b9a4-0af20cd76921","name":"","tenant_id":"5002eb36e44744828cb92dc4991e2de1","network_id":"756e8a08-e052-40ce-9c1a-7242372df122","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.0.1","cidr":"10.1.0.0/28","allocation_pools":[{"start":"10.1.0.2","end":"10.1.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"dns_publish_fixed_ip":false,"tags":[],"created_at":"2025-04-16T03:35:24Z","updated_at":"2025-04-16T03:35:24Z","revision_number":0,"project_id":"5002eb36e44744828cb92dc4991e2de1"}}' 2025-04-16 03:35:25,313 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 201 POST http://10.209.128.59:9696/v2.0/routers 0.163s 2025-04-16 03:35:25,313 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-2086577264", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-68db18a1-9a87-4ba1-a806-a5677bb64a8c', 'date': 'Wed, 16 Apr 2025 03:35:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/routers'} Body: b'{"router": {"id": "81365197-6502-45ad-b5d0-77a4ca55c718", "name": "tempest-RoutersTest-router-2086577264", "tenant_id": "5002eb36e44744828cb92dc4991e2de1", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "enable_default_route_ecmp": false, "enable_default_route_bfd": false, "external_gateways": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2025-04-16T03:35:25Z", "updated_at": "2025-04-16T03:35:25Z", "revision_number": 1, "project_id": "5002eb36e44744828cb92dc4991e2de1"}}' 2025-04-16 03:35:27,316 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 200 PUT http://10.209.128.59:9696/v2.0/routers/81365197-6502-45ad-b5d0-77a4ca55c718/add_router_interface 2.003s 2025-04-16 03:35:27,317 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "62aa0883-34c7-4815-b9a4-0af20cd76921"} Response - Headers: {'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-a49c342c-f35a-43df-a248-5c48f19732a3', 'date': 'Wed, 16 Apr 2025 03:35:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/routers/81365197-6502-45ad-b5d0-77a4ca55c718/add_router_interface'} Body: b'{"id": "81365197-6502-45ad-b5d0-77a4ca55c718", "tenant_id": "5002eb36e44744828cb92dc4991e2de1", "port_id": "da4fa766-2ed2-4c59-8266-b3fd5758c720", "network_id": "756e8a08-e052-40ce-9c1a-7242372df122", "subnet_id": "62aa0883-34c7-4815-b9a4-0af20cd76921", "subnet_ids": ["62aa0883-34c7-4815-b9a4-0af20cd76921"]}' 2025-04-16 03:35:27,452 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 200 GET http://10.209.128.59:9696/v2.0/ports/da4fa766-2ed2-4c59-8266-b3fd5758c720 0.135s 2025-04-16 03:35:27,453 188264 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': '912', 'x-openstack-request-id': 'req-a3f853a3-cc40-422c-9d62-ce0d3d7088d2', 'date': 'Wed, 16 Apr 2025 03:35:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/ports/da4fa766-2ed2-4c59-8266-b3fd5758c720'} Body: b'{"port":{"id":"da4fa766-2ed2-4c59-8266-b3fd5758c720","name":"","network_id":"756e8a08-e052-40ce-9c1a-7242372df122","tenant_id":"5002eb36e44744828cb92dc4991e2de1","mac_address":"fa:16:3e:be:74:37","admin_state_up":true,"status":"ACTIVE","device_id":"81365197-6502-45ad-b5d0-77a4ca55c718","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"62aa0883-34c7-4815-b9a4-0af20cd76921","ip_address":"10.1.0.1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"qos_policy_id":null,"qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.1.0.1","hostname":"host-10-1-0-1","fqdn":"host-10-1-0-1.openstackgate.local."}],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:35:25Z","updated_at":"2025-04-16T03:35:27Z","revision_number":2,"project_id":"5002eb36e44744828cb92dc4991e2de1"}}' 2025-04-16 03:35:27,540 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET http://10.209.128.59:9696/v2.0/ports/da4fa766-2ed2-4c59-8266-b3fd5758c720 0.087s 2025-04-16 03:35:27,541 188264 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': '912', 'x-openstack-request-id': 'req-d41f49bc-9b3f-4c92-87c4-ca395702010a', 'date': 'Wed, 16 Apr 2025 03:35:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/ports/da4fa766-2ed2-4c59-8266-b3fd5758c720'} Body: b'{"port":{"id":"da4fa766-2ed2-4c59-8266-b3fd5758c720","name":"","network_id":"756e8a08-e052-40ce-9c1a-7242372df122","tenant_id":"5002eb36e44744828cb92dc4991e2de1","mac_address":"fa:16:3e:be:74:37","admin_state_up":true,"status":"ACTIVE","device_id":"81365197-6502-45ad-b5d0-77a4ca55c718","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"62aa0883-34c7-4815-b9a4-0af20cd76921","ip_address":"10.1.0.1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","port_security_enabled":false,"qos_policy_id":null,"qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"10.1.0.1","hostname":"host-10-1-0-1","fqdn":"host-10-1-0-1.openstackgate.local."}],"dns_domain":"","tags":[],"created_at":"2025-04-16T03:35:25Z","updated_at":"2025-04-16T03:35:27Z","revision_number":2,"project_id":"5002eb36e44744828cb92dc4991e2de1"}}' 2025-04-16 03:36:27,602 188264 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60)")': /v2.0/routers/81365197-6502-45ad-b5d0-77a4ca55c718/remove_router_interface 2025-04-16 03:36:27,697 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 404 PUT http://10.209.128.59:9696/v2.0/routers/81365197-6502-45ad-b5d0-77a4ca55c718/remove_router_interface 60.155s 2025-04-16 03:36:27,697 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet_id": "62aa0883-34c7-4815-b9a4-0af20cd76921"} Response - Headers: {'content-type': 'application/json', 'content-length': '198', 'x-openstack-request-id': 'req-0647d7a1-a843-484a-999f-82d567df9ecf', 'date': 'Wed, 16 Apr 2025 03:36:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59:9696/v2.0/routers/81365197-6502-45ad-b5d0-77a4ca55c718/remove_router_interface'} Body: b'{"NeutronError": {"type": "RouterInterfaceNotFoundForSubnet", "message": "Router 81365197-6502-45ad-b5d0-77a4ca55c718 has no interface on subnet 62aa0883-34c7-4815-b9a4-0af20cd76921", "detail": ""}}' 2025-04-16 03:36:27,738 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET http://10.209.128.59:9696/v2.0/ports?device_id=81365197-6502-45ad-b5d0-77a4ca55c718 0.040s 2025-04-16 03:36:27,739 188264 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': '12', 'x-openstack-request-id': 'req-b864aa9a-ad00-40a4-b982-2f4299587e0c', 'date': 'Wed, 16 Apr 2025 03:36:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59:9696/v2.0/ports?device_id=81365197-6502-45ad-b5d0-77a4ca55c718'} Body: b'{"ports":[]}' 2025-04-16 03:37:10,701 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE http://10.209.128.59:9696/v2.0/routers/81365197-6502-45ad-b5d0-77a4ca55c718 42.961s 2025-04-16 03:37:10,701 188264 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-75f3b33d-c1b7-4938-851b-650f7aa0a020', 'date': 'Wed, 16 Apr 2025 03:37:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59:9696/v2.0/routers/81365197-6502-45ad-b5d0-77a4ca55c718'} Body: b'' 2025-04-16 03:37:11,301 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE http://10.209.128.59:9696/v2.0/subnets/62aa0883-34c7-4815-b9a4-0af20cd76921 0.599s 2025-04-16 03:37:11,301 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-2593ed51-3be3-4de3-82a3-816a2b05301b', 'date': 'Wed, 16 Apr 2025 03:37:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59:9696/v2.0/subnets/62aa0883-34c7-4815-b9a4-0af20cd76921'} Body: b'' 2025-04-16 03:38:11,346 188264 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60)")': /v2.0/networks/756e8a08-e052-40ce-9c1a-7242372df122 2025-04-16 03:38:11,569 188264 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE http://10.209.128.59:9696/v2.0/networks/756e8a08-e052-40ce-9c1a-7242372df122 60.267s 2025-04-16 03:38:11,570 188264 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-517db41d-c7df-48c5-8f67-68733d8ef930', 'date': 'Wed, 16 Apr 2025 03:38:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59:9696/v2.0/networks/756e8a08-e052-40ce-9c1a-7242372df122'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/api/network/base.py", line 241, in remove_router_interface self.routers_client.remove_router_interface(router_id, **kwargs) File "/opt/stack/new/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface return self.update_resource(uri, kwargs) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 392, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 762, in request self._error_checker(resp, resp_body) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 872, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'RouterInterfaceNotFoundForSubnet', 'message': 'Router 81365197-6502-45ad-b5d0-77a4ca55c718 has no interface on subnet 62aa0883-34c7-4815-b9a4-0af20cd76921', 'detail': ''} |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt10.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] |
fail
ft11.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 468, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 463, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/new/tempest/tempest/scenario/test_network_basic_ops.py", line 434, in test_network_basic_ops self._setup_network_and_servers() File "/opt/stack/new/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/new/tempest/tempest/scenario/manager.py", line 1735, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/new/tempest/tempest/scenario/manager.py", line 1443, in create_network result = networks_client.create_network(**network_kwargs) File "/opt/stack/new/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/new/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 314, in post resp_header, resp_body = self.request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 746, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 612, in _request resp, resp_body = self.raw_request( File "/opt/stack/new/tempest/tempest/lib/common/rest_client.py", line 661, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/new/tempest/tempest/lib/common/http.py", line 123, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 552, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 470, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.209.128.59', port=9696): Read timed out. (read timeout=60) |
||||||
tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
fail
ft12.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-04-16 03:32:10,529 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST http://10.209.128.59/compute/v2.1/os-keypairs 0.121s 2025-04-16 03:32:10,529 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestServerBasicOps-516337582", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5CwJp9sLYe0eeB9mLTbIj/ZPPylUw0pc15DT4ML3XquWa0N8UZfSqhqhHrALMztB7gUGjLzJt8Lv2lOrInJh7Ipe5POoKa7gKohBwHovDoz2X3WFU3d47LKsdKXbDGsw=="}} Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dc7b046-6327-43ca-8ce3-ad2de69b5454', 'x-compute-request-id': 'req-1dc7b046-6327-43ca-8ce3-ad2de69b5454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-516337582", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5CwJp9sLYe0eeB9mLTbIj/ZPPylUw0pc15DT4ML3XquWa0N8UZfSqhqhHrALMztB7gUGjLzJt8Lv2lOrInJh7Ipe5POoKa7gKohBwHovDoz2X3WFU3d47LKsdKXbDGsw==", "fingerprint": "32:36:00:ef:49:34:45:7c:da:ad:ee:48:62:54:06:bc", "user_id": "02c99d6684ca48668593e89de643da2a"}}' 2025-04-16 03:32:10,980 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59:9696/v2.0/security-groups 0.448s 2025-04-16 03:32:10,981 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-2104590930", "description": "tempest-secgroup-smoke-2104590930 description", "project_id": "068ba5a133d74ac4901c367bd881a996"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-6c158996-945f-4800-bd19-06398ebcbb82', 'date': 'Wed, 16 Apr 2025 03:32:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "de573f68-007a-4881-b45a-a59056b9da73", "name": "tempest-secgroup-smoke-2104590930", "stateful": true, "tenant_id": "068ba5a133d74ac4901c367bd881a996", "description": "tempest-secgroup-smoke-2104590930 description", "shared": false, "security_group_rules": [{"id": "3a959f09-cc40-446a-b371-f992d8f8ff01", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "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": 1128, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-04-16T03:32:10Z", "updated_at": "2025-04-16T03:32:10Z", "revision_number": 0}, {"id": "8a072929-de5a-4d6f-98ff-53c16334d91f", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "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": 1127, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-04-16T03:32:10Z", "updated_at": "2025-04-16T03:32:10Z", "revision_number": 0}], "tags": [], "created_at": "2025-04-16T03:32:10Z", "updated_at": "2025-04-16T03:32:10Z", "revision_number": 1, "project_id": "068ba5a133d74ac4901c367bd881a996"}}' 2025-04-16 03:32:11,425 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 0.444s 2025-04-16 03:32:11,426 188260 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": "de573f68-007a-4881-b45a-a59056b9da73", "project_id": "068ba5a133d74ac4901c367bd881a996", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-3382d79b-b8bf-4def-b7ef-11217e5ce3c3', 'date': 'Wed, 16 Apr 2025 03:32:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a9247099-4f68-4477-911d-15a43b32a0ed", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:11Z", "updated_at": "2025-04-16T03:32:11Z", "revision_number": 0}}' 2025-04-16 03:32:12,328 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 0.901s 2025-04-16 03:32:12,329 188260 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": "de573f68-007a-4881-b45a-a59056b9da73", "project_id": "068ba5a133d74ac4901c367bd881a996", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-12bc0fd4-ebc3-455a-bca0-18e4b9d88470', 'date': 'Wed, 16 Apr 2025 03:32:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bec368fd-942b-427f-8efb-0d6ccc83efb5", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:11Z", "updated_at": "2025-04-16T03:32:11Z", "revision_number": 0}}' 2025-04-16 03:32:14,109 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 1.779s 2025-04-16 03:32:14,109 188260 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": "de573f68-007a-4881-b45a-a59056b9da73", "project_id": "068ba5a133d74ac4901c367bd881a996", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ee1ce9c6-98d6-4144-9e92-8a3c365dab5b', 'date': 'Wed, 16 Apr 2025 03:32:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cdfbca9e-df8b-46dc-a038-3400798acac3", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:12Z", "updated_at": "2025-04-16T03:32:12Z", "revision_number": 0}}' 2025-04-16 03:32:15,854 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 1.744s 2025-04-16 03:32:15,854 188260 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": "de573f68-007a-4881-b45a-a59056b9da73", "project_id": "068ba5a133d74ac4901c367bd881a996", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-f98d1c68-f72f-47b8-9cad-7d20284ac025', 'date': 'Wed, 16 Apr 2025 03:32:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77d68442-89ee-4949-801e-c35b2bded463", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:14Z", "updated_at": "2025-04-16T03:32:14Z", "revision_number": 0}}' 2025-04-16 03:32:16,161 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 0.306s 2025-04-16 03:32:16,161 188260 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": "de573f68-007a-4881-b45a-a59056b9da73", "project_id": "068ba5a133d74ac4901c367bd881a996", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-de1fb2a2-9e29-48c0-9eea-9441df11f21b', 'date': 'Wed, 16 Apr 2025 03:32:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f43357d7-3c16-42d5-b9fe-dbddc27fdfe6", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:15Z", "updated_at": "2025-04-16T03:32:15Z", "revision_number": 0}}' 2025-04-16 03:32:16,410 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 0.248s 2025-04-16 03:32:16,410 188260 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": "de573f68-007a-4881-b45a-a59056b9da73", "project_id": "068ba5a133d74ac4901c367bd881a996", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-84a35dd2-b0ef-4cc4-a462-cdbb194b751f', 'date': 'Wed, 16 Apr 2025 03:32:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4cae4927-e107-42ac-a6b2-28b6e11e6d9f", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "de573f68-007a-4881-b45a-a59056b9da73", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:16Z", "updated_at": "2025-04-16T03:32:16Z", "revision_number": 0}}' 2025-04-16 03:32:16,507 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST http://10.209.128.59/identity/v3/auth/tokens 0.089s 2025-04-16 03:32:16,507 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a050023f-7a3c-4ac8-bdf4-f3c69c072083', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "02c99d6684ca48668593e89de643da2a", "name": "tempest-TestServerBasicOps-465362676-project-member", "password_expires_at": null}, "audit_ids": ["SCGHUTipQP6N55ScIJNyoA"], "expires_at": "2025-04-16T04:32:16.000000Z", "issued_at": "2025-04-16T03:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "068ba5a133d74ac4901c367bd881a996", "name": "tempest-TestServerBasicOps-465362676"}, "is_domain": false, "roles": [{"id": "f03156b474f54cad8d3d3af3108b4ccb", "name": "member"}, {"id": "6cff902250514951af003c8fd51d18d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ebfa62383fe34c0fad42c066564dad09", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/compute/v2/068ba5a133d74ac4901c367bd881a996", "region": "RegionOne"}], "id": "0f43314d87854cb7af9aeea1c19e06b6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e30ec1d9f526426583700278e75d49fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/identity", "region": "RegionOne"}], "id": "7195a3e9e1f34d49b8b0bde1cb0af497", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "b0e2f74cc4fd476cb7e5ec6b91df02b5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/compute/v2.1", "region": "RegionOne"}], "id": "75fd451b9fb94199b393afcc6b6ea7db", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4a169a2405a349eba8374ffa9c942c10", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/image", "region": "RegionOne"}], "id": "8d509ccd22db417fafdac2e404c24796", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58c4ec58d2834afe9befa2cf7cc294a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59:9696/", "region": "RegionOne"}], "id": "b29ee8ae336e4522a06243bd643dc92f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7945464e2a4845fa9eb674bc86c896d5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/placement", "region": "RegionOne"}], "id": "e37c73d404f34a29996fc5521d9a8b34", "type": "placement", "name": "placement"}]}}' 2025-04-16 03:32:16,508 188260 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '2a8f31f1-21c2-425f-8444-580135bfa5b6', 'name': 'tempest-TestServerBasicOps-1935990366-network', 'tenant_id': '068ba5a133d74ac4901c367bd881a996', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '068ba5a133d74ac4901c367bd881a996', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38849, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-04-16T03:31:48Z', 'updated_at': '2025-04-16T03:31:48Z', 'revision_number': 1} available for tenant 2025-04-16 03:32:16,509 188260 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-04-16 03:32:16,509 188260 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-04-16 03:32:16,557 188260 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.209.128.59/compute/v2.1/os-keypairs 0.046s 2025-04-16 03:32:16,557 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-130557390", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMjYwUOXmkb70lya3WsP5RK1zLG64YO/uOoY33TDemJxtMDyKZmLCzlJaXgt0zRl0gXdMU6ekuVwh/bNBC/aDwlFBb7bgp1u95YrDhd+bb1t2w0YgEt6YmX3o1NnyPBK+g=="}} Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6bc6789-9b24-4ff7-b967-b7290c48a6b4', 'x-compute-request-id': 'req-b6bc6789-9b24-4ff7-b967-b7290c48a6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-130557390", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMjYwUOXmkb70lya3WsP5RK1zLG64YO/uOoY33TDemJxtMDyKZmLCzlJaXgt0zRl0gXdMU6ekuVwh/bNBC/aDwlFBb7bgp1u95YrDhd+bb1t2w0YgEt6YmX3o1NnyPBK+g==", "fingerprint": "ef:4b:bb:74:e3:dd:bf:79:70:38:8e:60:1c:5b:8f:f3", "user_id": "02c99d6684ca48668593e89de643da2a"}}' 2025-04-16 03:32:16,559 188260 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-130557390 created 2025-04-16 03:32:16,826 188260 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.209.128.59:9696/v2.0/security-groups 0.266s 2025-04-16 03:32:16,826 188260 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--1920023236", "description": "tempest-description--918378371"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-3fcc8dea-79d7-499a-8a87-ea2d733f1a1a', 'date': 'Wed, 16 Apr 2025 03:32:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "219b2fba-11b3-4f10-af4f-01c75c16f482", "name": "tempest-securitygroup--1920023236", "stateful": true, "tenant_id": "068ba5a133d74ac4901c367bd881a996", "description": "tempest-description--918378371", "shared": false, "security_group_rules": [{"id": "01cc6351-1e8b-4845-8f16-21178155fb1c", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "219b2fba-11b3-4f10-af4f-01c75c16f482", "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": 1138, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-04-16T03:32:16Z", "updated_at": "2025-04-16T03:32:16Z", "revision_number": 0}, {"id": "8407732b-7370-4a84-8c56-e59e0344190f", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "219b2fba-11b3-4f10-af4f-01c75c16f482", "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": 1139, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-04-16T03:32:16Z", "updated_at": "2025-04-16T03:32:16Z", "revision_number": 0}], "tags": [], "created_at": "2025-04-16T03:32:16Z", "updated_at": "2025-04-16T03:32:16Z", "revision_number": 1, "project_id": "068ba5a133d74ac4901c367bd881a996"}}' 2025-04-16 03:32:17,020 188260 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 0.193s 2025-04-16 03:32:17,020 188260 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": "219b2fba-11b3-4f10-af4f-01c75c16f482", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-16e50380-a73d-4f27-a0e8-7fdd2b2d5456', 'date': 'Wed, 16 Apr 2025 03:32:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "53bb199b-37f9-4e80-b61e-8bcdb8e385a9", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "219b2fba-11b3-4f10-af4f-01c75c16f482", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:16Z", "updated_at": "2025-04-16T03:32:16Z", "revision_number": 0}}' 2025-04-16 03:32:17,224 188260 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.209.128.59:9696/v2.0/security-group-rules 0.203s 2025-04-16 03:32:17,224 188260 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": "219b2fba-11b3-4f10-af4f-01c75c16f482", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bbc9f0db-a4a8-4a91-96db-9a1c21cf0080', 'date': 'Wed, 16 Apr 2025 03:32:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f59f706c-e80b-4bf6-85bb-7caeec0ab299", "project_id": "068ba5a133d74ac4901c367bd881a996", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "security_group_id": "219b2fba-11b3-4f10-af4f-01c75c16f482", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2025-04-16T03:32:17Z", "updated_at": "2025-04-16T03:32:17Z", "revision_number": 0}}' 2025-04-16 03:32:17,225 188260 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1920023236 created 2025-04-16 03:32:18,289 188260 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.209.128.59:9696/v2.0/floatingips 1.064s 2025-04-16 03:32:18,289 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "1086160e-1c05-4390-b2e2-2266e92daf95"}} Response - Headers: {'content-type': 'application/json', 'content-length': '550', 'x-openstack-request-id': 'req-e5c64ba6-8c7c-449b-ae7b-2710d76339e4', 'date': 'Wed, 16 Apr 2025 03:32:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0e94fcd9-f000-47ca-9c29-6db70938752c", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "floating_ip_address": "172.24.5.28", "floating_network_id": "1086160e-1c05-4390-b2e2-2266e92daf95", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "068ba5a133d74ac4901c367bd881a996", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-04-16T03:32:17Z", "updated_at": "2025-04-16T03:32:17Z", "revision_number": 0}}' 2025-04-16 03:32:18,290 188260 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0e94fcd9-f000-47ca-9c29-6db70938752c', 'tenant_id': '068ba5a133d74ac4901c367bd881a996', 'floating_ip_address': '172.24.5.28', 'floating_network_id': '1086160e-1c05-4390-b2e2-2266e92daf95', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '068ba5a133d74ac4901c367bd881a996', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-04-16T03:32:17Z', 'updated_at': '2025-04-16T03:32:17Z', 'revision_number': 0, 'ip': '172.24.5.28'} created 2025-04-16 03:32:18,290 188260 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-TestServerBasicOps-516337582', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG5CwJp9sLYe0eeB9mLTbIj/ZPPylUw0pc15DT4ML3XquWa0N8UZfSqhqhHrALMztB7gUGjLzJt8Lv2lOrInJh7Ipe5POoKa7gKohBwHovDoz2X3WFU3d47LKsdKXbDGsw==', 'fingerprint': '32:36:00:ef:49:34:45:7c:da:ad:ee:48:62:54:06:bc', 'user_id': '02c99d6684ca48668593e89de643da2a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbkqaCyTFUgba3MsU4ZZdZaIIOqGvJjM4BXsGEUQruqOvNmwzWLgzt\n51EfF1OZpIqgBwYFK4EEACKhZANiAARuQsCafbC2HtHngfZi02yI/2Tz8pVMNKXN\neQ0+DC916rlmtDfFGX0qoaoR6wCzM7Qe4FBoy8ybfC79pTqyJyYeyKXuTzqCmu4C\nqIQcB6Lw6M9l91hVN3eOyyrHSl2wxrM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '219b2fba-11b3-4f10-af4f-01c75c16f482', 'name': 'tempest-securitygroup--1920023236', 'stateful': True, 'tenant_id': '068ba5a133d74ac4901c367bd881a996', 'description': 'tempest-description--918378371', 'shared': False, 'security_group_rules': [{'id': '01cc6351-1e8b-4845-8f16-21178155fb1c', 'project_id': '068ba5a133d74ac4901c367bd881a996', 'tenant_id': '068ba5a133d74ac4901c367bd881a996', 'security_group_id': '219b2fba-11b3-4f10-af4f-01c75c16f482', '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': 1138, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-04-16T03:32:16Z', 'updated_at': '2025-04-16T03:32:16Z', 'revision_number': 0}, {'id': '8407732b-7370-4a84-8c56-e59e0344190f', 'project_id': '068ba5a133d74ac4901c367bd881a996', 'tenant_id': '068ba5a133d74ac4901c367bd881a996', 'security_group_id': '219b2fba-11b3-4f10-af4f-01c75c16f482', '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': 1139, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-04-16T03:32:16Z', 'updated_at': '2025-04-16T03:32:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-04-16T03:32:16Z', 'updated_at': '2025-04-16T03:32:16Z', 'revision_number': 1, 'project_id': '068ba5a133d74ac4901c367bd881a996'}, 'floating_ip': {'id': '0e94fcd9-f000-47ca-9c29-6db70938752c', 'tenant_id': '068ba5a133d74ac4901c367bd881a996', 'floating_ip_address': '172.24.5.28', 'floating_network_id': '1086160e-1c05-4390-b2e2-2266e92daf95', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '068ba5a133d74ac4901c367bd881a996', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-04-16T03:32:17Z', 'updated_at': '2025-04-16T03:32:17Z', 'revision_number': 0, 'ip': '172.24.5.28'}} 2025-04-16 03:32:18,960 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 202 POST http://10.209.128.59/compute/v2.1/servers 0.668s 2025-04-16 03:32:18,960 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerBasicOps-server-423759972", "imageRef": "de941531-415a-42d2-80e1-7655c9e4ff91", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-2104590930"}, {"name": "tempest-securitygroup--1920023236"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "key_name": "tempest-TestServerBasicOps-516337582", "networks": [{"uuid": "2a8f31f1-21c2-425f-8444-580135bfa5b6"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '457', 'location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4c634c5-7c7b-40c6-872b-8c996cbc133c', 'x-compute-request-id': 'req-a4c634c5-7c7b-40c6-872b-8c996cbc133c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.209.128.59/compute/v2.1/servers'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-2104590930"}, {"name": "tempest-securitygroup--1920023236"}], "adminPass": "UvotvL84C6MJ"}}' 2025-04-16 03:32:19,028 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.062s 2025-04-16 03:32:19,028 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d11870e-cdf1-4271-addb-33fbb1f13b29', 'x-compute-request-id': 'req-9d11870e-cdf1-4271-addb-33fbb1f13b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:19Z", "updated": "2025-04-16T03:32:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "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": []}}' 2025-04-16 03:32:20,123 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.075s 2025-04-16 03:32:20,123 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af7ccb1a-fa56-4f48-9ad1-bd6f5eceffcf', 'x-compute-request-id': 'req-af7ccb1a-fa56-4f48-9ad1-bd6f5eceffcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "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": []}}' 2025-04-16 03:32:21,261 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.121s 2025-04-16 03:32:21,261 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1303', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89f8032d-bf3d-4b3d-a134-93350013f5ed', 'x-compute-request-id': 'req-89f8032d-bf3d-4b3d-a134-93350013f5ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "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": []}}' 2025-04-16 03:32:21,279 188260 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2025-04-16 03:32:22,360 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.080s 2025-04-16 03:32:22,361 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d78225a-022d-42cc-816e-0c05036a66c1', 'x-compute-request-id': 'req-2d78225a-022d-42cc-816e-0c05036a66c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "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": []}}' 2025-04-16 03:32:23,474 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.096s 2025-04-16 03:32:23,474 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7480931c-98e0-402e-aab7-98e7a150264b', 'x-compute-request-id': 'req-7480931c-98e0-402e-aab7-98e7a150264b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:23,488 188260 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait 2025-04-16 03:32:24,686 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.196s 2025-04-16 03:32:24,687 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1482', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8fcd606-f98f-4dee-ad1c-ef0a64d30863', 'x-compute-request-id': 'req-e8fcd606-f98f-4dee-ad1c-ef0a64d30863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:25,840 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:32:25,841 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc813ce7-5056-489d-be56-8f4b07a26f58', 'x-compute-request-id': 'req-cc813ce7-5056-489d-be56-8f4b07a26f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:25,856 188260 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait 2025-04-16 03:32:27,002 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:32:27,003 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb25cc85-75d0-4a6d-854c-72f3e3968df2', 'x-compute-request-id': 'req-eb25cc85-75d0-4a6d-854c-72f3e3968df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:28,169 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:32:28,169 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbea596-d4ee-45ae-94c1-c39d7b62e2e2', 'x-compute-request-id': 'req-8dbea596-d4ee-45ae-94c1-c39d7b62e2e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:29,332 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:32:29,333 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10656a47-5bc2-46d5-be75-c7a1537198e8', 'x-compute-request-id': 'req-10656a47-5bc2-46d5-be75-c7a1537198e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:30,522 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.175s 2025-04-16 03:32:30,522 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0a53fc6-f50a-41c8-a7f1-b27669ff9201', 'x-compute-request-id': 'req-c0a53fc6-f50a-41c8-a7f1-b27669ff9201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:31,680 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:32:31,680 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7683a9a7-ef96-441a-9923-1f719c117ff3', 'x-compute-request-id': 'req-7683a9a7-ef96-441a-9923-1f719c117ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:32,831 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.136s 2025-04-16 03:32:32,831 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a898b95f-7b98-4883-a875-a3fb8155a8a2', 'x-compute-request-id': 'req-a898b95f-7b98-4883-a875-a3fb8155a8a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:33,986 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:32:33,986 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2856d429-22cc-4600-8cf4-74c93e246c2a', 'x-compute-request-id': 'req-2856d429-22cc-4600-8cf4-74c93e246c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:35,148 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:32:35,149 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98200793-9e36-469d-bd16-e2b942b06e1b', 'x-compute-request-id': 'req-98200793-9e36-469d-bd16-e2b942b06e1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:36,341 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.177s 2025-04-16 03:32:36,341 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66454c76-479a-4d5e-bc07-1de7d34efe07', 'x-compute-request-id': 'req-66454c76-479a-4d5e-bc07-1de7d34efe07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:37,496 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:32:37,496 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29fbb77e-ef51-493d-8956-cbb2eeecd559', 'x-compute-request-id': 'req-29fbb77e-ef51-493d-8956-cbb2eeecd559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:38,655 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:32:38,656 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef8a0f90-5e7a-49a4-a7fb-384b5b7123f8', 'x-compute-request-id': 'req-ef8a0f90-5e7a-49a4-a7fb-384b5b7123f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:39,809 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:32:39,809 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5373550f-2149-4387-9c7b-d1d0910cbc5a', 'x-compute-request-id': 'req-5373550f-2149-4387-9c7b-d1d0910cbc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:40,975 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:32:40,975 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3591f90-c450-487d-bda9-2fd065fd9e7a', 'x-compute-request-id': 'req-f3591f90-c450-487d-bda9-2fd065fd9e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:42,174 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.183s 2025-04-16 03:32:42,174 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-434df6ed-8813-428f-8eee-71fca9f6381c', 'x-compute-request-id': 'req-434df6ed-8813-428f-8eee-71fca9f6381c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:43,707 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.513s 2025-04-16 03:32:43,708 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1ae97a6-7605-43b0-aa5f-8e33f44a3f61', 'x-compute-request-id': 'req-c1ae97a6-7605-43b0-aa5f-8e33f44a3f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:44,874 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.151s 2025-04-16 03:32:44,874 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ca922a1-5f84-490f-b5a4-b2fd51877680', 'x-compute-request-id': 'req-8ca922a1-5f84-490f-b5a4-b2fd51877680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:46,034 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:32:46,034 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19d8ea14-0bd7-4c48-b190-7b25f723f5e7', 'x-compute-request-id': 'req-19d8ea14-0bd7-4c48-b190-7b25f723f5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:47,194 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:32:47,195 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30214e8c-542e-437c-8cba-4053232d56a6', 'x-compute-request-id': 'req-30214e8c-542e-437c-8cba-4053232d56a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:48,360 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.150s 2025-04-16 03:32:48,360 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c49137b-3639-4f2d-a9f8-eaf97d3260c8', 'x-compute-request-id': 'req-8c49137b-3639-4f2d-a9f8-eaf97d3260c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:49,558 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.184s 2025-04-16 03:32:49,559 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8940d030-b738-4b2b-999f-74121ae0ca40', 'x-compute-request-id': 'req-8940d030-b738-4b2b-999f-74121ae0ca40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:50,719 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:32:50,720 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbc46bfb-04a9-48f4-812d-a8b32ea30867', 'x-compute-request-id': 'req-bbc46bfb-04a9-48f4-812d-a8b32ea30867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:51,877 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:32:51,878 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09cde02b-c0b2-4907-823e-ec0bcbe9cc4f', 'x-compute-request-id': 'req-09cde02b-c0b2-4907-823e-ec0bcbe9cc4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:53,041 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:32:53,042 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aee12662-ec9c-47c4-95f5-8b6f466d5ad8', 'x-compute-request-id': 'req-aee12662-ec9c-47c4-95f5-8b6f466d5ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:54,226 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.170s 2025-04-16 03:32:54,227 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70168175-a586-4bf8-8114-63594c384cff', 'x-compute-request-id': 'req-70168175-a586-4bf8-8114-63594c384cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:55,423 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.178s 2025-04-16 03:32:55,424 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2eab2cd2-c655-4707-9fb3-1cb1c0bfb76f', 'x-compute-request-id': 'req-2eab2cd2-c655-4707-9fb3-1cb1c0bfb76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:56,591 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.151s 2025-04-16 03:32:56,591 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2ce761e-135a-40bf-948d-1f4ea0464512', 'x-compute-request-id': 'req-d2ce761e-135a-40bf-948d-1f4ea0464512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:57,745 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.136s 2025-04-16 03:32:57,746 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ffc2eca-b726-4e1e-95ed-782fd7540bdf', 'x-compute-request-id': 'req-5ffc2eca-b726-4e1e-95ed-782fd7540bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:58,923 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.162s 2025-04-16 03:32:58,923 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23d2b6ba-7ae6-4ef0-9479-4ef417684187', 'x-compute-request-id': 'req-23d2b6ba-7ae6-4ef0-9479-4ef417684187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:00,087 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:33:00,087 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c73e54a-e1f3-4375-8af2-4a7bc136a5c6', 'x-compute-request-id': 'req-2c73e54a-e1f3-4375-8af2-4a7bc136a5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:01,314 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.211s 2025-04-16 03:33:01,314 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c2afe0-dc9d-4509-bc38-e1d06d6420fe', 'x-compute-request-id': 'req-34c2afe0-dc9d-4509-bc38-e1d06d6420fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:02,495 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.164s 2025-04-16 03:33:02,495 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01d3029f-63e1-465a-a47d-81a9b0456eac', 'x-compute-request-id': 'req-01d3029f-63e1-465a-a47d-81a9b0456eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:03,659 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:33:03,659 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-481447a8-bb70-4cb9-a596-eeb74b50f2c9', 'x-compute-request-id': 'req-481447a8-bb70-4cb9-a596-eeb74b50f2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:04,815 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:33:04,815 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-115db64b-f837-4ba8-b122-e8e274c9371d', 'x-compute-request-id': 'req-115db64b-f837-4ba8-b122-e8e274c9371d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:05,969 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:33:05,970 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef13fb56-4182-4ffa-957a-1655cd6a451a', 'x-compute-request-id': 'req-ef13fb56-4182-4ffa-957a-1655cd6a451a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:07,168 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.184s 2025-04-16 03:33:07,169 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b6a3b4c-c406-4a34-a225-5488a7207a99', 'x-compute-request-id': 'req-3b6a3b4c-c406-4a34-a225-5488a7207a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:08,325 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:33:08,326 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8553913-bfd6-4b52-b570-2818193321fe', 'x-compute-request-id': 'req-c8553913-bfd6-4b52-b570-2818193321fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:09,474 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:33:09,475 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eaf89f67-2c0c-4c87-b22e-225bc9576c93', 'x-compute-request-id': 'req-eaf89f67-2c0c-4c87-b22e-225bc9576c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:10,634 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:33:10,634 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a30f75be-626a-4cd6-8edc-d71f179559b2', 'x-compute-request-id': 'req-a30f75be-626a-4cd6-8edc-d71f179559b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:11,791 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:33:11,791 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca522821-4913-43af-a4e7-84468f53e77a', 'x-compute-request-id': 'req-ca522821-4913-43af-a4e7-84468f53e77a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:13,006 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.200s 2025-04-16 03:33:13,007 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-433a79d2-159f-4748-992b-996eb331d974', 'x-compute-request-id': 'req-433a79d2-159f-4748-992b-996eb331d974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:14,167 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:33:14,167 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f08f5a7f-9575-40dc-ae71-252655699be4', 'x-compute-request-id': 'req-f08f5a7f-9575-40dc-ae71-252655699be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:15,330 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.148s 2025-04-16 03:33:15,331 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68319402-c86e-4f65-867c-edde9251b8c3', 'x-compute-request-id': 'req-68319402-c86e-4f65-867c-edde9251b8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:16,484 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:33:16,485 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82db3afd-3ada-451e-9427-688f8665d557', 'x-compute-request-id': 'req-82db3afd-3ada-451e-9427-688f8665d557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:17,638 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:33:17,638 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba2ee62-4d5d-4889-a564-146bcbf3abf0', 'x-compute-request-id': 'req-8ba2ee62-4d5d-4889-a564-146bcbf3abf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:18,839 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.181s 2025-04-16 03:33:18,840 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eca1957a-97d5-44ed-8778-0aced0423942', 'x-compute-request-id': 'req-eca1957a-97d5-44ed-8778-0aced0423942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:19,994 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:33:19,994 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc150de-c22e-4d1f-9317-f6facc9d7f1e', 'x-compute-request-id': 'req-fcc150de-c22e-4d1f-9317-f6facc9d7f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:21,156 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:33:21,157 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14dab2b6-3c37-4e7e-a5d8-3d6db9f6a01d', 'x-compute-request-id': 'req-14dab2b6-3c37-4e7e-a5d8-3d6db9f6a01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:22,322 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.151s 2025-04-16 03:33:22,323 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55a0c8e9-01fd-46fa-9f53-951b00fe7f65', 'x-compute-request-id': 'req-55a0c8e9-01fd-46fa-9f53-951b00fe7f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:23,502 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.164s 2025-04-16 03:33:23,502 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13404355-f4ae-44e3-ade2-dbf17413dbf2', 'x-compute-request-id': 'req-13404355-f4ae-44e3-ade2-dbf17413dbf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:24,761 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.241s 2025-04-16 03:33:24,761 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0a8d743-d24d-474f-b26b-d2266426d3c4', 'x-compute-request-id': 'req-b0a8d743-d24d-474f-b26b-d2266426d3c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:25,999 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.222s 2025-04-16 03:33:25,999 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebbab8ba-b86f-4624-9a68-9120769c59f7', 'x-compute-request-id': 'req-ebbab8ba-b86f-4624-9a68-9120769c59f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:27,163 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:33:27,163 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b806dbdf-7cc2-400d-ac9b-b65e78ba2899', 'x-compute-request-id': 'req-b806dbdf-7cc2-400d-ac9b-b65e78ba2899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:28,320 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:33:28,320 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eccb1c59-13c9-470b-8f6b-8f840575b55b', 'x-compute-request-id': 'req-eccb1c59-13c9-470b-8f6b-8f840575b55b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:29,475 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:33:29,475 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27565913-7128-440c-9cfc-ed16a8ac827a', 'x-compute-request-id': 'req-27565913-7128-440c-9cfc-ed16a8ac827a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:30,637 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:33:30,637 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4bb07ae-10e1-4477-bb8e-964c7eea7f56', 'x-compute-request-id': 'req-e4bb07ae-10e1-4477-bb8e-964c7eea7f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:31,831 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.177s 2025-04-16 03:33:31,831 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58bc3ca3-a6bc-460c-902a-6cdcc5f02198', 'x-compute-request-id': 'req-58bc3ca3-a6bc-460c-902a-6cdcc5f02198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:32,990 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:33:32,990 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-726bc706-136b-44c2-856c-a6a496e7bc08', 'x-compute-request-id': 'req-726bc706-136b-44c2-856c-a6a496e7bc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:34,148 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:33:34,148 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ca87b7c-bb25-46fc-a99b-c55e4b0d5bdc', 'x-compute-request-id': 'req-1ca87b7c-bb25-46fc-a99b-c55e4b0d5bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:35,310 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:33:35,310 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3076128e-c1a3-4448-bbb7-19273a65e8ad', 'x-compute-request-id': 'req-3076128e-c1a3-4448-bbb7-19273a65e8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:36,479 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.154s 2025-04-16 03:33:36,480 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34bb7b69-b067-4717-95d5-d5b9798ec32c', 'x-compute-request-id': 'req-34bb7b69-b067-4717-95d5-d5b9798ec32c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:37,668 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.174s 2025-04-16 03:33:37,668 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d2d21d4-bd7e-40b0-8483-17cbf925b093', 'x-compute-request-id': 'req-6d2d21d4-bd7e-40b0-8483-17cbf925b093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:38,826 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:33:38,826 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-353f96b0-a5f8-46cf-9bbc-3351bbe02657', 'x-compute-request-id': 'req-353f96b0-a5f8-46cf-9bbc-3351bbe02657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:39,989 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:33:39,989 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3c2a8b3-9993-44f7-986a-e0b1cc63b80f', 'x-compute-request-id': 'req-d3c2a8b3-9993-44f7-986a-e0b1cc63b80f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:41,147 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:33:41,147 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28595a47-2f9c-4183-bdd8-c5addba13b84', 'x-compute-request-id': 'req-28595a47-2f9c-4183-bdd8-c5addba13b84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:42,317 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.154s 2025-04-16 03:33:42,317 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c38f7ff-bff4-4b16-9f52-cddbfb0a729c', 'x-compute-request-id': 'req-3c38f7ff-bff4-4b16-9f52-cddbfb0a729c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:43,525 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.193s 2025-04-16 03:33:43,526 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b6b3080-d496-4260-8784-a07917b25a83', 'x-compute-request-id': 'req-7b6b3080-d496-4260-8784-a07917b25a83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:44,698 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.156s 2025-04-16 03:33:44,698 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9837276-3377-40fd-858c-62d5f99b6317', 'x-compute-request-id': 'req-d9837276-3377-40fd-858c-62d5f99b6317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:45,851 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:33:45,851 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fcc60b3-58af-45b6-adb7-46de9e6aff90', 'x-compute-request-id': 'req-8fcc60b3-58af-45b6-adb7-46de9e6aff90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:47,005 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:33:47,006 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fea1da1f-955f-46fe-812a-4ee733db715d', 'x-compute-request-id': 'req-fea1da1f-955f-46fe-812a-4ee733db715d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:48,167 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:33:48,167 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29a71781-2325-43de-847b-9c44dfff66be', 'x-compute-request-id': 'req-29a71781-2325-43de-847b-9c44dfff66be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:49,356 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.174s 2025-04-16 03:33:49,356 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21bc2488-569e-497c-b128-f59b3f2c4faf', 'x-compute-request-id': 'req-21bc2488-569e-497c-b128-f59b3f2c4faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:50,528 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.156s 2025-04-16 03:33:50,528 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d3605d2-f797-4d8f-9d7a-778c916b3a01', 'x-compute-request-id': 'req-9d3605d2-f797-4d8f-9d7a-778c916b3a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:51,680 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.136s 2025-04-16 03:33:51,681 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e757a2b8-eef5-49fd-affa-d0e9c9f3683a', 'x-compute-request-id': 'req-e757a2b8-eef5-49fd-affa-d0e9c9f3683a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:52,835 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:33:52,835 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7258873a-ec98-4936-8c17-67ba221d85c3', 'x-compute-request-id': 'req-7258873a-ec98-4936-8c17-67ba221d85c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:53,991 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:33:53,992 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c6a4db4-5923-414b-8c8d-d9f3b9a17751', 'x-compute-request-id': 'req-6c6a4db4-5923-414b-8c8d-d9f3b9a17751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:55,194 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.183s 2025-04-16 03:33:55,195 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30c4db7d-adc3-451c-8e35-2c126a14e0d8', 'x-compute-request-id': 'req-30c4db7d-adc3-451c-8e35-2c126a14e0d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:56,362 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.152s 2025-04-16 03:33:56,362 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8346a233-82ef-4022-a1d3-ccd017d1db34', 'x-compute-request-id': 'req-8346a233-82ef-4022-a1d3-ccd017d1db34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:57,533 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.152s 2025-04-16 03:33:57,533 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-175d89dd-b0b4-4b60-a67a-8f87fa939d67', 'x-compute-request-id': 'req-175d89dd-b0b4-4b60-a67a-8f87fa939d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:58,702 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.154s 2025-04-16 03:33:58,703 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d12c8d56-ef46-4241-802b-78ef4ddb9a61', 'x-compute-request-id': 'req-d12c8d56-ef46-4241-802b-78ef4ddb9a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:59,865 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:33:59,866 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fc9aefb-2336-43db-bfec-b300f6c8c179', 'x-compute-request-id': 'req-2fc9aefb-2336-43db-bfec-b300f6c8c179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:01,075 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.194s 2025-04-16 03:34:01,075 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ad3d2f7-9966-41bb-9af8-2dc13d9b3883', 'x-compute-request-id': 'req-9ad3d2f7-9966-41bb-9af8-2dc13d9b3883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:02,261 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.163s 2025-04-16 03:34:02,261 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e521d9d2-a7c6-4d6b-b7cc-ebb32239cf78', 'x-compute-request-id': 'req-e521d9d2-a7c6-4d6b-b7cc-ebb32239cf78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:03,411 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:34:03,411 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9fe8b1d-541c-4a88-886c-267257863892', 'x-compute-request-id': 'req-f9fe8b1d-541c-4a88-886c-267257863892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:04,591 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.162s 2025-04-16 03:34:04,591 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82c604d0-8c72-405a-a3f1-caf1eb15de2a', 'x-compute-request-id': 'req-82c604d0-8c72-405a-a3f1-caf1eb15de2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:05,755 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:34:05,755 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6243dc8f-143e-4b4e-aadf-0b8da26d53be', 'x-compute-request-id': 'req-6243dc8f-143e-4b4e-aadf-0b8da26d53be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:06,956 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.185s 2025-04-16 03:34:06,956 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a34f21fd-27d7-4feb-9de3-0cd36acc26d1', 'x-compute-request-id': 'req-a34f21fd-27d7-4feb-9de3-0cd36acc26d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:08,114 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:34:08,114 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9189841e-d9e9-4995-8ee0-8940bef6bb36', 'x-compute-request-id': 'req-9189841e-d9e9-4995-8ee0-8940bef6bb36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:09,267 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:34:09,267 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ab04586-7667-46fc-b171-781c0b8794c9', 'x-compute-request-id': 'req-6ab04586-7667-46fc-b171-781c0b8794c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:10,425 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:34:10,425 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b592286-93ac-4b25-a032-4ba6f69a78f2', 'x-compute-request-id': 'req-2b592286-93ac-4b25-a032-4ba6f69a78f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:11,580 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:34:11,580 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3543807-b935-4cb4-95ec-e21fce8be780', 'x-compute-request-id': 'req-a3543807-b935-4cb4-95ec-e21fce8be780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:12,779 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.181s 2025-04-16 03:34:12,779 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75c9720-fd2d-433a-9173-15d2370d1636', 'x-compute-request-id': 'req-d75c9720-fd2d-433a-9173-15d2370d1636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:13,935 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:34:13,936 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb9ef2d1-597b-4b50-8b77-58df72aafe98', 'x-compute-request-id': 'req-cb9ef2d1-597b-4b50-8b77-58df72aafe98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:15,098 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:34:15,098 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c8cd8c0-df09-4a85-84da-5a2e7b8c06a4', 'x-compute-request-id': 'req-6c8cd8c0-df09-4a85-84da-5a2e7b8c06a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:16,255 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:34:16,255 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad4e8649-672d-4aa8-9214-3809d1375550', 'x-compute-request-id': 'req-ad4e8649-672d-4aa8-9214-3809d1375550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:17,405 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:34:17,405 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed39594d-225e-425c-b7ff-5eafa58507e2', 'x-compute-request-id': 'req-ed39594d-225e-425c-b7ff-5eafa58507e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:18,606 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.185s 2025-04-16 03:34:18,606 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca269c03-87a0-4b03-bf79-46c159fa9786', 'x-compute-request-id': 'req-ca269c03-87a0-4b03-bf79-46c159fa9786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:19,769 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:34:19,769 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3ba4bf8-e1bc-4436-bb51-2cd40175adc8', 'x-compute-request-id': 'req-d3ba4bf8-e1bc-4436-bb51-2cd40175adc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:20,937 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.154s 2025-04-16 03:34:20,938 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67b51120-30a8-45a5-b9b7-33ada25b2d9d', 'x-compute-request-id': 'req-67b51120-30a8-45a5-b9b7-33ada25b2d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:22,109 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.156s 2025-04-16 03:34:22,109 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ede9ab51-6c7a-48bf-b3af-f7bde85b3c8c', 'x-compute-request-id': 'req-ede9ab51-6c7a-48bf-b3af-f7bde85b3c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:23,255 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.129s 2025-04-16 03:34:23,255 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ec6b6d1-6a53-4f68-aa7d-2f0b58a848f6', 'x-compute-request-id': 'req-2ec6b6d1-6a53-4f68-aa7d-2f0b58a848f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:24,449 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.179s 2025-04-16 03:34:24,450 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c1f4760-d80d-4a48-bd72-c9a19177255a', 'x-compute-request-id': 'req-0c1f4760-d80d-4a48-bd72-c9a19177255a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:25,611 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:34:25,612 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc6f7be3-d043-43db-9996-9183288a2b6f', 'x-compute-request-id': 'req-bc6f7be3-d043-43db-9996-9183288a2b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:26,777 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.150s 2025-04-16 03:34:26,778 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83f6f2c6-0ad6-4961-8555-1f60751bb2d3', 'x-compute-request-id': 'req-83f6f2c6-0ad6-4961-8555-1f60751bb2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:27,923 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.131s 2025-04-16 03:34:27,923 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2260f533-4931-4669-ba18-fa3c8b048bff', 'x-compute-request-id': 'req-2260f533-4931-4669-ba18-fa3c8b048bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:29,077 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:34:29,077 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a26bec-2a60-4674-b9b9-1dc9c720df2b', 'x-compute-request-id': 'req-f9a26bec-2a60-4674-b9b9-1dc9c720df2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:30,292 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.195s 2025-04-16 03:34:30,292 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc175a1d-4297-4354-95b7-25b5e463ff85', 'x-compute-request-id': 'req-fc175a1d-4297-4354-95b7-25b5e463ff85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:31,459 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.152s 2025-04-16 03:34:31,460 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44aa4a2f-415e-4418-aa55-613e14f2549e', 'x-compute-request-id': 'req-44aa4a2f-415e-4418-aa55-613e14f2549e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:32,629 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.154s 2025-04-16 03:34:32,630 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ab858fe-eeb4-42b8-8f14-ada74feefd64', 'x-compute-request-id': 'req-6ab858fe-eeb4-42b8-8f14-ada74feefd64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:33,798 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.151s 2025-04-16 03:34:33,798 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec42291e-e323-430f-8aba-15b9902f9dd6', 'x-compute-request-id': 'req-ec42291e-e323-430f-8aba-15b9902f9dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:34,950 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:34:34,951 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b56f6b7-0d3f-49c6-b598-b43dc5d7926f', 'x-compute-request-id': 'req-1b56f6b7-0d3f-49c6-b598-b43dc5d7926f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:36,153 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.184s 2025-04-16 03:34:36,154 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b5dd17a-d1be-453f-b663-3b28087454c9', 'x-compute-request-id': 'req-8b5dd17a-d1be-453f-b663-3b28087454c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:37,311 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:34:37,311 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07f0d8c3-a8ed-4fff-ba31-582d03bdf3f2', 'x-compute-request-id': 'req-07f0d8c3-a8ed-4fff-ba31-582d03bdf3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:38,482 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.156s 2025-04-16 03:34:38,482 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b2db83b-55cf-4b21-b777-822141008f7a', 'x-compute-request-id': 'req-7b2db83b-55cf-4b21-b777-822141008f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:39,646 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.148s 2025-04-16 03:34:39,647 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7473f650-9186-49d8-9b8c-a9998e94c867', 'x-compute-request-id': 'req-7473f650-9186-49d8-9b8c-a9998e94c867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:40,812 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:34:40,812 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28b6b808-906a-41e4-a9aa-30f848931be7', 'x-compute-request-id': 'req-28b6b808-906a-41e4-a9aa-30f848931be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:41,998 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.170s 2025-04-16 03:34:41,999 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc3d469-f643-48c3-be77-9551f5153fbd', 'x-compute-request-id': 'req-cfc3d469-f643-48c3-be77-9551f5153fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:43,160 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:34:43,161 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c637500-cb9e-4b96-88a5-1244745e0f07', 'x-compute-request-id': 'req-5c637500-cb9e-4b96-88a5-1244745e0f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:44,335 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.160s 2025-04-16 03:34:44,335 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ed4b7e0-269b-4664-bedf-aa76370af741', 'x-compute-request-id': 'req-1ed4b7e0-269b-4664-bedf-aa76370af741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:45,511 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.157s 2025-04-16 03:34:45,512 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55ccf716-d3ae-4db3-83f1-0468843bda69', 'x-compute-request-id': 'req-55ccf716-d3ae-4db3-83f1-0468843bda69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:46,676 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:34:46,676 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99f70b71-364b-4ccb-88e7-d741625c6166', 'x-compute-request-id': 'req-99f70b71-364b-4ccb-88e7-d741625c6166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:47,871 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.179s 2025-04-16 03:34:47,871 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c479c22-06c7-4b3d-a384-095d8462b23a', 'x-compute-request-id': 'req-2c479c22-06c7-4b3d-a384-095d8462b23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:49,027 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:34:49,028 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c497709-3c64-4ae1-905a-a50b0da94da5', 'x-compute-request-id': 'req-8c497709-3c64-4ae1-905a-a50b0da94da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:50,187 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:34:50,187 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46cb71c0-e4cc-43e6-bd0c-dac78474b686', 'x-compute-request-id': 'req-46cb71c0-e4cc-43e6-bd0c-dac78474b686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:51,347 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.145s 2025-04-16 03:34:51,348 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf67b3ef-5d9e-44fb-90e2-6ac56143cd49', 'x-compute-request-id': 'req-bf67b3ef-5d9e-44fb-90e2-6ac56143cd49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:52,499 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:34:52,500 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc93b76-a266-4d30-b7df-eabf0f5c6b22', 'x-compute-request-id': 'req-cdc93b76-a266-4d30-b7df-eabf0f5c6b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:53,711 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.193s 2025-04-16 03:34:53,711 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f50f71f1-aa47-4d8b-babd-cea6631ff8ef', 'x-compute-request-id': 'req-f50f71f1-aa47-4d8b-babd-cea6631ff8ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:54,875 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:34:54,875 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5907be56-6933-4539-9db0-1bb14438533c', 'x-compute-request-id': 'req-5907be56-6933-4539-9db0-1bb14438533c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:56,026 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.135s 2025-04-16 03:34:56,026 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4dd9b80-cac8-49d4-afde-1bdf793cc8fa', 'x-compute-request-id': 'req-c4dd9b80-cac8-49d4-afde-1bdf793cc8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:57,183 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:34:57,183 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd6b3db1-1eb3-43f6-a088-7605293dcae4', 'x-compute-request-id': 'req-bd6b3db1-1eb3-43f6-a088-7605293dcae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:58,347 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:34:58,348 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-685b643a-c0d1-4c26-8a57-0e06e71b89d1', 'x-compute-request-id': 'req-685b643a-c0d1-4c26-8a57-0e06e71b89d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:59,548 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.185s 2025-04-16 03:34:59,548 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-292680c7-b753-4f63-b627-13d5c0bdbd08', 'x-compute-request-id': 'req-292680c7-b753-4f63-b627-13d5c0bdbd08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:00,706 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:35:00,707 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbc9808-014a-40de-a9ff-e2ac93eec55d', 'x-compute-request-id': 'req-8dbc9808-014a-40de-a9ff-e2ac93eec55d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:01,881 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.160s 2025-04-16 03:35:01,882 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dde7117-2e8c-4e85-866e-ad44de8f62be', 'x-compute-request-id': 'req-6dde7117-2e8c-4e85-866e-ad44de8f62be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:03,064 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.163s 2025-04-16 03:35:03,064 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca4bd8a-f55a-4d20-9964-ab8a02f1f7e9', 'x-compute-request-id': 'req-3ca4bd8a-f55a-4d20-9964-ab8a02f1f7e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:04,226 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:35:04,227 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe0abf26-f376-4c84-bb91-a18fef0c0bd9', 'x-compute-request-id': 'req-fe0abf26-f376-4c84-bb91-a18fef0c0bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:05,423 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.178s 2025-04-16 03:35:05,423 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ce029f8-e19c-41e8-8f07-4f77e4cc2e2b', 'x-compute-request-id': 'req-0ce029f8-e19c-41e8-8f07-4f77e4cc2e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:06,582 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:35:06,583 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5b5e1fb-e46a-4440-bf87-ab4f8f964858', 'x-compute-request-id': 'req-d5b5e1fb-e46a-4440-bf87-ab4f8f964858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:07,756 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.156s 2025-04-16 03:35:07,757 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e4bb70-d665-4ed0-9a04-77ddcb810725', 'x-compute-request-id': 'req-34e4bb70-d665-4ed0-9a04-77ddcb810725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:08,911 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:35:08,912 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a89bbdf7-2cea-4344-b58c-d8d49ed8b796', 'x-compute-request-id': 'req-a89bbdf7-2cea-4344-b58c-d8d49ed8b796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:10,067 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:35:10,067 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcbacbab-1fa0-4db7-97f0-480e4298bb35', 'x-compute-request-id': 'req-fcbacbab-1fa0-4db7-97f0-480e4298bb35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:11,279 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.196s 2025-04-16 03:35:11,279 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cc7fd9e-9f0e-4f21-86c2-0b997ba7eb58', 'x-compute-request-id': 'req-7cc7fd9e-9f0e-4f21-86c2-0b997ba7eb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:12,435 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:35:12,435 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72361363-f161-48f6-8d8a-8f1b9519c403', 'x-compute-request-id': 'req-72361363-f161-48f6-8d8a-8f1b9519c403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:13,585 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.135s 2025-04-16 03:35:13,585 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9765401f-7c6b-44fd-9c42-c17592b95940', 'x-compute-request-id': 'req-9765401f-7c6b-44fd-9c42-c17592b95940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:14,744 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:35:14,745 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8575f64a-9296-426f-b134-232409124c40', 'x-compute-request-id': 'req-8575f64a-9296-426f-b134-232409124c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:15,906 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:35:15,907 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-008fac0e-de65-4973-a049-78e9a2a5feef', 'x-compute-request-id': 'req-008fac0e-de65-4973-a049-78e9a2a5feef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:17,095 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.173s 2025-04-16 03:35:17,096 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49f73b93-7c0c-4064-88e2-db807d502327', 'x-compute-request-id': 'req-49f73b93-7c0c-4064-88e2-db807d502327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:18,530 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.418s 2025-04-16 03:35:18,531 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-942bdddf-28da-48f8-9c26-e86d93856529', 'x-compute-request-id': 'req-942bdddf-28da-48f8-9c26-e86d93856529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:19,688 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:35:19,688 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f689c063-3a21-4191-b3e7-a6ada388ad55', 'x-compute-request-id': 'req-f689c063-3a21-4191-b3e7-a6ada388ad55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:20,835 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:35:20,836 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b6fe89f-c885-474a-80d7-5654cd69e49e', 'x-compute-request-id': 'req-9b6fe89f-c885-474a-80d7-5654cd69e49e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:22,002 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.152s 2025-04-16 03:35:22,002 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b7c15fe-e7ef-47b8-b739-9d12f97e9f97', 'x-compute-request-id': 'req-4b7c15fe-e7ef-47b8-b739-9d12f97e9f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:23,182 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.164s 2025-04-16 03:35:23,182 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-884a3f69-387e-4600-b885-f93b3b610a73', 'x-compute-request-id': 'req-884a3f69-387e-4600-b885-f93b3b610a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:24,378 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.182s 2025-04-16 03:35:24,379 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdf026f1-b64b-4ce3-bdf7-189d8ff1d3da', 'x-compute-request-id': 'req-bdf026f1-b64b-4ce3-bdf7-189d8ff1d3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:25,608 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.215s 2025-04-16 03:35:25,608 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c90d735f-7ffe-4178-8561-39ff09d1a623', 'x-compute-request-id': 'req-c90d735f-7ffe-4178-8561-39ff09d1a623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:26,837 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.214s 2025-04-16 03:35:26,838 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81685571-2dee-4305-8d3a-1b5e0991de64', 'x-compute-request-id': 'req-81685571-2dee-4305-8d3a-1b5e0991de64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:27,998 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:35:27,999 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba8369e-d66b-46ca-a233-5ed25fe9604f', 'x-compute-request-id': 'req-4ba8369e-d66b-46ca-a233-5ed25fe9604f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:29,210 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.193s 2025-04-16 03:35:29,210 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9708bf98-142e-4133-9681-f554c11d1992', 'x-compute-request-id': 'req-9708bf98-142e-4133-9681-f554c11d1992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:30,368 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:35:30,368 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91c7c753-efd1-437a-8f30-ef33fb98bf4e', 'x-compute-request-id': 'req-91c7c753-efd1-437a-8f30-ef33fb98bf4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:31,514 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.129s 2025-04-16 03:35:31,514 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d789ba3-1bc0-41eb-8305-9c20ca0f5a6e', 'x-compute-request-id': 'req-5d789ba3-1bc0-41eb-8305-9c20ca0f5a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:32,663 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:35:32,664 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edce661c-9d5c-4fd2-bd28-614814fbfc01', 'x-compute-request-id': 'req-edce661c-9d5c-4fd2-bd28-614814fbfc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:33,820 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:35:33,821 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84c1d829-4106-4971-b3ab-5b6f27263a5f', 'x-compute-request-id': 'req-84c1d829-4106-4971-b3ab-5b6f27263a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:35,016 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.180s 2025-04-16 03:35:35,016 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c847a7b-15b4-43f0-b663-c9753b1d50bd', 'x-compute-request-id': 'req-1c847a7b-15b4-43f0-b663-c9753b1d50bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:35,132 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 204 DELETE http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.102s 2025-04-16 03:35:35,133 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:35 GMT', 'server': 'Apache/2.4.52 (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-e609ab37-5a47-469c-a098-47a57115b6ce', 'x-compute-request-id': 'req-e609ab37-5a47-469c-a098-47a57115b6ce', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'' 2025-04-16 03:35:35,275 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:35:35,275 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57b6f76d-9fd3-42fc-8154-2359740f20be', 'x-compute-request-id': 'req-57b6f76d-9fd3-42fc-8154-2359740f20be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:36,429 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:35:36,430 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e437b080-c28b-4e3b-ac62-9debfa2a8511', 'x-compute-request-id': 'req-e437b080-c28b-4e3b-ac62-9debfa2a8511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:37,570 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.125s 2025-04-16 03:35:37,570 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7b52f85-4784-4a5d-8c1c-75ff26edb36f', 'x-compute-request-id': 'req-e7b52f85-4784-4a5d-8c1c-75ff26edb36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:38,717 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:35:38,718 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf5c7394-1235-47f5-957c-111271dfbc10', 'x-compute-request-id': 'req-cf5c7394-1235-47f5-957c-111271dfbc10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:39,868 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.135s 2025-04-16 03:35:39,868 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cfab516-7ef6-4862-b51c-97491a52603c', 'x-compute-request-id': 'req-1cfab516-7ef6-4862-b51c-97491a52603c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:41,052 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.169s 2025-04-16 03:35:41,053 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f7315b-5e81-4e30-a775-a3fd0a3e95c7', 'x-compute-request-id': 'req-42f7315b-5e81-4e30-a775-a3fd0a3e95c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:42,198 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.129s 2025-04-16 03:35:42,199 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2af374de-c042-4b80-8797-5a5023b99f58', 'x-compute-request-id': 'req-2af374de-c042-4b80-8797-5a5023b99f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:43,366 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.148s 2025-04-16 03:35:43,366 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-031eafc1-85af-405c-983b-8867afe9eea4', 'x-compute-request-id': 'req-031eafc1-85af-405c-983b-8867afe9eea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:44,533 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:35:44,534 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f1df90b-4fcb-46f5-a7a5-a8ff12b5b3c1', 'x-compute-request-id': 'req-9f1df90b-4fcb-46f5-a7a5-a8ff12b5b3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:45,695 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:35:45,695 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592aac48-21e5-471e-ab6c-1d60a5fb00ed', 'x-compute-request-id': 'req-592aac48-21e5-471e-ab6c-1d60a5fb00ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:46,876 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.166s 2025-04-16 03:35:46,877 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71585aac-9b27-4426-a91c-17aaf9837296', 'x-compute-request-id': 'req-71585aac-9b27-4426-a91c-17aaf9837296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:48,030 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:35:48,031 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b70cf1-0afa-451c-808c-78eb3a0d032c', 'x-compute-request-id': 'req-b8b70cf1-0afa-451c-808c-78eb3a0d032c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:49,176 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.129s 2025-04-16 03:35:49,176 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d700a3a9-3e86-47b6-be9c-6681d10883bb', 'x-compute-request-id': 'req-d700a3a9-3e86-47b6-be9c-6681d10883bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:50,330 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:35:50,330 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad8bab97-f36f-47fa-bf5a-8e24d67bd8c2', 'x-compute-request-id': 'req-ad8bab97-f36f-47fa-bf5a-8e24d67bd8c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:51,484 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:35:51,484 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53e1daa0-dd0b-4668-9464-52d46db8c0f0', 'x-compute-request-id': 'req-53e1daa0-dd0b-4668-9464-52d46db8c0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:52,663 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.164s 2025-04-16 03:35:52,663 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fdd74fd-6dec-454e-bd52-589d9f69671b', 'x-compute-request-id': 'req-8fdd74fd-6dec-454e-bd52-589d9f69671b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:53,812 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:35:53,812 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bebfbb52-a020-4f86-99cb-8b9ef1b0fc99', 'x-compute-request-id': 'req-bebfbb52-a020-4f86-99cb-8b9ef1b0fc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:54,967 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:35:54,967 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-154b2524-1d16-40bb-bedb-3dba4ea31740', 'x-compute-request-id': 'req-154b2524-1d16-40bb-bedb-3dba4ea31740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:56,114 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:35:56,115 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cfba6b7-a90d-4d38-8bf9-48025128db0d', 'x-compute-request-id': 'req-5cfba6b7-a90d-4d38-8bf9-48025128db0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:57,261 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.131s 2025-04-16 03:35:57,261 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27a9b417-d24d-4f32-b335-10e586813178', 'x-compute-request-id': 'req-27a9b417-d24d-4f32-b335-10e586813178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:58,446 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.170s 2025-04-16 03:35:58,446 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca2d9fb6-b311-44fe-8189-89b8cbc4fe76', 'x-compute-request-id': 'req-ca2d9fb6-b311-44fe-8189-89b8cbc4fe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:59,599 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:35:59,600 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e9aa46b-a084-472d-96d3-15b09d1ee77e', 'x-compute-request-id': 'req-3e9aa46b-a084-472d-96d3-15b09d1ee77e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:00,754 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:00,754 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe43b170-d902-4d85-ace4-a75a36088d38', 'x-compute-request-id': 'req-fe43b170-d902-4d85-ace4-a75a36088d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:01,915 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:36:01,916 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-542aa4d7-d1d1-4e9a-8c82-b13e1b298828', 'x-compute-request-id': 'req-542aa4d7-d1d1-4e9a-8c82-b13e1b298828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:03,099 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.167s 2025-04-16 03:36:03,100 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae0955ca-b046-4ae1-ab47-b132632ad1e2', 'x-compute-request-id': 'req-ae0955ca-b046-4ae1-ab47-b132632ad1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:04,289 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.174s 2025-04-16 03:36:04,289 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd74db8c-daa5-40bc-8801-8b12d9e2f809', 'x-compute-request-id': 'req-fd74db8c-daa5-40bc-8801-8b12d9e2f809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:05,445 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:36:05,445 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c692b58b-b025-4a34-ab42-9c456c72cc3a', 'x-compute-request-id': 'req-c692b58b-b025-4a34-ab42-9c456c72cc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:06,599 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:06,599 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3086b17-4e64-441e-a603-d84d3e11ce5b', 'x-compute-request-id': 'req-b3086b17-4e64-441e-a603-d84d3e11ce5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:07,752 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:36:07,752 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e2a7c6-43ed-47c0-9802-168f416a77bc', 'x-compute-request-id': 'req-e3e2a7c6-43ed-47c0-9802-168f416a77bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:08,899 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:36:08,899 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-445ff8dd-acb1-4ffe-a7d7-87f509fb54f7', 'x-compute-request-id': 'req-445ff8dd-acb1-4ffe-a7d7-87f509fb54f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:10,094 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.180s 2025-04-16 03:36:10,095 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a171dc7-9387-4b51-8e73-765bc62d9191', 'x-compute-request-id': 'req-0a171dc7-9387-4b51-8e73-765bc62d9191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:11,246 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:36:11,247 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-833ad327-4503-4423-b84f-11be65c94e3f', 'x-compute-request-id': 'req-833ad327-4503-4423-b84f-11be65c94e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:12,400 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:12,400 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff991b37-ce3b-4e5a-814a-03bdd95fa914', 'x-compute-request-id': 'req-ff991b37-ce3b-4e5a-814a-03bdd95fa914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:13,549 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:36:13,549 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16e751e1-77c2-49dd-a597-7c69d502bcf1', 'x-compute-request-id': 'req-16e751e1-77c2-49dd-a597-7c69d502bcf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:14,698 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:36:14,699 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a005f704-96a2-4a7f-b40f-27b1c013df5c', 'x-compute-request-id': 'req-a005f704-96a2-4a7f-b40f-27b1c013df5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:15,906 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.190s 2025-04-16 03:36:15,906 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ace7870-0c7e-46e8-9330-2a0b5475ce4a', 'x-compute-request-id': 'req-0ace7870-0c7e-46e8-9330-2a0b5475ce4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:17,053 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.129s 2025-04-16 03:36:17,053 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0f7af75-6f39-4942-87c4-840bcc530e9e', 'x-compute-request-id': 'req-d0f7af75-6f39-4942-87c4-840bcc530e9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:18,206 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:36:18,207 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c4cd43b-e382-4904-936d-62c2400a5505', 'x-compute-request-id': 'req-8c4cd43b-e382-4904-936d-62c2400a5505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:19,358 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.136s 2025-04-16 03:36:19,358 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c67b63cf-17f9-47ee-af97-8695f8c4a19a', 'x-compute-request-id': 'req-c67b63cf-17f9-47ee-af97-8695f8c4a19a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:20,514 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:20,514 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e10243a-39c6-4e9a-b7fe-090b98020f5e', 'x-compute-request-id': 'req-5e10243a-39c6-4e9a-b7fe-090b98020f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:21,696 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.167s 2025-04-16 03:36:21,696 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2745de6-9369-4836-96f2-b15f115d973d', 'x-compute-request-id': 'req-b2745de6-9369-4836-96f2-b15f115d973d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:22,856 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.145s 2025-04-16 03:36:22,857 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27ef0654-93f0-42bd-8432-45c7fddf17aa', 'x-compute-request-id': 'req-27ef0654-93f0-42bd-8432-45c7fddf17aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:24,004 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:36:24,004 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3486051a-d9e8-4d09-9fea-629506828a32', 'x-compute-request-id': 'req-3486051a-d9e8-4d09-9fea-629506828a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:25,149 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.130s 2025-04-16 03:36:25,149 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0978b2e-b9d1-4267-bbd4-cedae1668814', 'x-compute-request-id': 'req-d0978b2e-b9d1-4267-bbd4-cedae1668814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:26,293 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.129s 2025-04-16 03:36:26,293 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54f55c2a-23c3-4e48-ad09-0f84ee1202eb', 'x-compute-request-id': 'req-54f55c2a-23c3-4e48-ad09-0f84ee1202eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:27,507 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.199s 2025-04-16 03:36:27,507 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5078dd1b-449e-48b9-857f-bfbae9a0aece', 'x-compute-request-id': 'req-5078dd1b-449e-48b9-857f-bfbae9a0aece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:28,661 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:28,661 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98e1d86c-fe64-465c-942d-8a0118ce1fdb', 'x-compute-request-id': 'req-98e1d86c-fe64-465c-942d-8a0118ce1fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:29,809 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:36:29,809 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47fe5b5e-b4e7-478c-aea1-f6f517bf996e', 'x-compute-request-id': 'req-47fe5b5e-b4e7-478c-aea1-f6f517bf996e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:30,972 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.148s 2025-04-16 03:36:30,972 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8481a153-2287-4f7e-9a1b-737e091daeb4', 'x-compute-request-id': 'req-8481a153-2287-4f7e-9a1b-737e091daeb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:32,124 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:36:32,125 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d981fdd7-b426-4882-9352-b8d6ebb6a5d4', 'x-compute-request-id': 'req-d981fdd7-b426-4882-9352-b8d6ebb6a5d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:33,303 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.163s 2025-04-16 03:36:33,303 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6582ebb6-5aa7-468c-bae0-c12790ff57c0', 'x-compute-request-id': 'req-6582ebb6-5aa7-468c-bae0-c12790ff57c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:34,461 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:34,461 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd2635fe-ba1a-45bd-9f48-64ca58ec1f90', 'x-compute-request-id': 'req-cd2635fe-ba1a-45bd-9f48-64ca58ec1f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:35,625 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:36:35,626 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ee41151-8a6f-4d27-8989-3525e63d8a94', 'x-compute-request-id': 'req-0ee41151-8a6f-4d27-8989-3525e63d8a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:36,781 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:36,782 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7815d2f-c222-4641-8be6-e04352088155', 'x-compute-request-id': 'req-e7815d2f-c222-4641-8be6-e04352088155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:37,940 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:36:37,940 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1224003-d096-4cab-99eb-2325233a3263', 'x-compute-request-id': 'req-f1224003-d096-4cab-99eb-2325233a3263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:39,130 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.175s 2025-04-16 03:36:39,131 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9a385d1-8cfb-4574-a176-898f8353465a', 'x-compute-request-id': 'req-c9a385d1-8cfb-4574-a176-898f8353465a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:40,284 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:40,284 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2aef779-4cd3-496a-a86c-9e9743c6831b', 'x-compute-request-id': 'req-c2aef779-4cd3-496a-a86c-9e9743c6831b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:41,436 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.136s 2025-04-16 03:36:41,436 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d790f959-0526-491b-96f3-ebff74cab57b', 'x-compute-request-id': 'req-d790f959-0526-491b-96f3-ebff74cab57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:42,587 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:36:42,588 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-173dea48-51b8-4909-8d9f-af2e66e434b3', 'x-compute-request-id': 'req-173dea48-51b8-4909-8d9f-af2e66e434b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:43,744 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:36:43,745 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fe39a22-a4c3-432d-96b6-27a81c53c07a', 'x-compute-request-id': 'req-6fe39a22-a4c3-432d-96b6-27a81c53c07a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:44,940 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.181s 2025-04-16 03:36:44,941 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29f93089-f74e-4836-9f31-10b0536f023a', 'x-compute-request-id': 'req-29f93089-f74e-4836-9f31-10b0536f023a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:46,090 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:36:46,090 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e50ac73-9350-4714-bf77-392278ae88cd', 'x-compute-request-id': 'req-3e50ac73-9350-4714-bf77-392278ae88cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:47,262 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.157s 2025-04-16 03:36:47,262 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47974e93-9750-4dee-86c1-ff4b558c48a0', 'x-compute-request-id': 'req-47974e93-9750-4dee-86c1-ff4b558c48a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:48,412 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:36:48,412 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6d124be-9c0e-41ae-8ec4-a6d2a9d50f30', 'x-compute-request-id': 'req-c6d124be-9c0e-41ae-8ec4-a6d2a9d50f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:49,582 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.155s 2025-04-16 03:36:49,582 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab0bc2f2-117f-4042-a2b2-ea4120afe963', 'x-compute-request-id': 'req-ab0bc2f2-117f-4042-a2b2-ea4120afe963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:50,774 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.175s 2025-04-16 03:36:50,774 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87d19245-5ab5-4af7-b2a4-115bc4fe82b5', 'x-compute-request-id': 'req-87d19245-5ab5-4af7-b2a4-115bc4fe82b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:51,927 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.136s 2025-04-16 03:36:51,927 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1afe7a87-5d10-4aa4-9817-6e377335a876', 'x-compute-request-id': 'req-1afe7a87-5d10-4aa4-9817-6e377335a876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:53,073 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.125s 2025-04-16 03:36:53,073 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3588148d-a7fd-4019-aaed-a9802d877373', 'x-compute-request-id': 'req-3588148d-a7fd-4019-aaed-a9802d877373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:54,531 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.443s 2025-04-16 03:36:54,532 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46805124-eadc-4896-bb56-88acfdaf3652', 'x-compute-request-id': 'req-46805124-eadc-4896-bb56-88acfdaf3652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:55,691 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:36:55,692 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcb9bc11-62e9-452a-a7a6-b265791b5d1f', 'x-compute-request-id': 'req-fcb9bc11-62e9-452a-a7a6-b265791b5d1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:56,886 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.179s 2025-04-16 03:36:56,886 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-812d69e0-2d29-4856-a1f3-5496a21b1543', 'x-compute-request-id': 'req-812d69e0-2d29-4856-a1f3-5496a21b1543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:58,032 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.131s 2025-04-16 03:36:58,032 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8a3d77c-b2d6-42c2-946d-b293b52125b1', 'x-compute-request-id': 'req-b8a3d77c-b2d6-42c2-946d-b293b52125b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:59,192 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.145s 2025-04-16 03:36:59,192 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-154cfc74-bfc9-4628-adab-5d6aceef75dc', 'x-compute-request-id': 'req-154cfc74-bfc9-4628-adab-5d6aceef75dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:00,355 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.145s 2025-04-16 03:37:00,356 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f005a414-94a4-4d80-9347-558eda490d9a', 'x-compute-request-id': 'req-f005a414-94a4-4d80-9347-558eda490d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:01,513 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:37:01,514 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-243b5ad3-17cb-4f5f-81a8-1fc461357d0f', 'x-compute-request-id': 'req-243b5ad3-17cb-4f5f-81a8-1fc461357d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:02,712 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.184s 2025-04-16 03:37:02,713 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3046553-53d2-474b-af53-286190787541', 'x-compute-request-id': 'req-d3046553-53d2-474b-af53-286190787541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:03,904 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.176s 2025-04-16 03:37:03,904 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d635ec83-816c-4f16-b8ff-1124ac5e0f2e', 'x-compute-request-id': 'req-d635ec83-816c-4f16-b8ff-1124ac5e0f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:05,053 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:37:05,053 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86328f68-12d1-4eae-b6ef-917810917b23', 'x-compute-request-id': 'req-86328f68-12d1-4eae-b6ef-917810917b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:06,214 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.142s 2025-04-16 03:37:06,215 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6893e022-e8bb-4072-a367-84cc3a782a37', 'x-compute-request-id': 'req-6893e022-e8bb-4072-a367-84cc3a782a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:07,368 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:37:07,368 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c8a8971-42fa-4619-afc2-ff8943b72c06', 'x-compute-request-id': 'req-5c8a8971-42fa-4619-afc2-ff8943b72c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:08,562 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.177s 2025-04-16 03:37:08,562 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b577bb34-e5b5-4124-b0c4-63495b748f4b', 'x-compute-request-id': 'req-b577bb34-e5b5-4124-b0c4-63495b748f4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:09,805 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.228s 2025-04-16 03:37:09,805 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e15d7b2-a9e4-44df-b1a9-29059b741e83', 'x-compute-request-id': 'req-1e15d7b2-a9e4-44df-b1a9-29059b741e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:10,975 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.153s 2025-04-16 03:37:10,975 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6db430d0-d0d2-47e5-ac2d-31248dfaa5c0', 'x-compute-request-id': 'req-6db430d0-d0d2-47e5-ac2d-31248dfaa5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:12,166 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.176s 2025-04-16 03:37:12,166 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96536a4c-8ec0-44d0-a515-f519b3779d02', 'x-compute-request-id': 'req-96536a4c-8ec0-44d0-a515-f519b3779d02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:13,350 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.162s 2025-04-16 03:37:13,350 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9447049-b2ca-4ec6-9dba-bb877fd40bae', 'x-compute-request-id': 'req-e9447049-b2ca-4ec6-9dba-bb877fd40bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:14,581 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.216s 2025-04-16 03:37:14,582 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff111528-b23a-40a3-acdf-35ea779e478c', 'x-compute-request-id': 'req-ff111528-b23a-40a3-acdf-35ea779e478c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:15,727 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.131s 2025-04-16 03:37:15,727 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba549799-d881-45c1-92fa-589fd0fb0dea', 'x-compute-request-id': 'req-ba549799-d881-45c1-92fa-589fd0fb0dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:16,881 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:37:16,881 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ee95a27-378b-4539-a1b2-25ab5ea09ee9', 'x-compute-request-id': 'req-7ee95a27-378b-4539-a1b2-25ab5ea09ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:18,034 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:37:18,034 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8af25c00-0479-4ce7-a379-a8b3aa7a0946', 'x-compute-request-id': 'req-8af25c00-0479-4ce7-a379-a8b3aa7a0946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:19,185 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.136s 2025-04-16 03:37:19,185 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d39b7930-91f3-4667-88a6-5528b02aed4e', 'x-compute-request-id': 'req-d39b7930-91f3-4667-88a6-5528b02aed4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:20,364 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.164s 2025-04-16 03:37:20,364 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-150b9171-5496-4984-b792-ba9e705b53f2', 'x-compute-request-id': 'req-150b9171-5496-4984-b792-ba9e705b53f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:21,558 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.180s 2025-04-16 03:37:21,559 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2079a85b-4ecc-4a1e-a3e1-bfc581435f86', 'x-compute-request-id': 'req-2079a85b-4ecc-4a1e-a3e1-bfc581435f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:22,719 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:37:22,720 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afc69089-33dc-4fc0-b30d-3161c724996d', 'x-compute-request-id': 'req-afc69089-33dc-4fc0-b30d-3161c724996d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:23,873 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:37:23,874 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-164a8570-321e-4e92-9965-5c327470f9d7', 'x-compute-request-id': 'req-164a8570-321e-4e92-9965-5c327470f9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:25,037 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:37:25,037 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c309f2-ef7c-4f49-8eef-5433e53e9fd4', 'x-compute-request-id': 'req-d0c309f2-ef7c-4f49-8eef-5433e53e9fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:26,243 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.191s 2025-04-16 03:37:26,244 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a289df3-60e3-49ae-add2-7bb9bd7dd668', 'x-compute-request-id': 'req-7a289df3-60e3-49ae-add2-7bb9bd7dd668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:27,411 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.152s 2025-04-16 03:37:27,411 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97faace1-d057-4b0d-b4c9-58415820f878', 'x-compute-request-id': 'req-97faace1-d057-4b0d-b4c9-58415820f878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:28,564 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.135s 2025-04-16 03:37:28,564 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de10fffc-eff6-45af-bf44-106d405167b8', 'x-compute-request-id': 'req-de10fffc-eff6-45af-bf44-106d405167b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:29,713 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:37:29,713 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-277436a3-e870-48da-8041-6a6c954fe87f', 'x-compute-request-id': 'req-277436a3-e870-48da-8041-6a6c954fe87f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:30,860 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.132s 2025-04-16 03:37:30,861 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c0b6159-84d9-4ac1-a92f-ead856da2717', 'x-compute-request-id': 'req-6c0b6159-84d9-4ac1-a92f-ead856da2717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:32,059 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.182s 2025-04-16 03:37:32,059 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8e4dc29-c14d-4b5c-8c67-73033424fa2f', 'x-compute-request-id': 'req-f8e4dc29-c14d-4b5c-8c67-73033424fa2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:33,220 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.145s 2025-04-16 03:37:33,220 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02b5264b-9331-46ef-b16d-66246ff84427', 'x-compute-request-id': 'req-02b5264b-9331-46ef-b16d-66246ff84427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:34,378 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:37:34,378 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d275098c-04e4-440a-8a30-6989023343c5', 'x-compute-request-id': 'req-d275098c-04e4-440a-8a30-6989023343c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:35,531 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:37:35,532 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-598c3006-ef40-456d-8d42-f28b8bdd7422', 'x-compute-request-id': 'req-598c3006-ef40-456d-8d42-f28b8bdd7422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:36,690 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.143s 2025-04-16 03:37:36,690 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b574dc5-4034-41e7-98f7-04b13b2563d1', 'x-compute-request-id': 'req-8b574dc5-4034-41e7-98f7-04b13b2563d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:37,890 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.184s 2025-04-16 03:37:37,891 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b384d8f6-b4c8-4b53-b9d2-99014084346d', 'x-compute-request-id': 'req-b384d8f6-b4c8-4b53-b9d2-99014084346d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:39,054 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.148s 2025-04-16 03:37:39,054 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-443448fb-cd92-4354-9567-b36ba70f1f2e', 'x-compute-request-id': 'req-443448fb-cd92-4354-9567-b36ba70f1f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:40,215 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:37:40,216 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ab9d41-e2be-4a44-9081-df91d44ebb67', 'x-compute-request-id': 'req-d0ab9d41-e2be-4a44-9081-df91d44ebb67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:41,365 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:37:41,366 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3635262c-0d34-46ab-acd4-ec2a15010eb8', 'x-compute-request-id': 'req-3635262c-0d34-46ab-acd4-ec2a15010eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:42,523 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.137s 2025-04-16 03:37:42,523 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49de130-fc7b-4543-b612-af87ea34ba50', 'x-compute-request-id': 'req-d49de130-fc7b-4543-b612-af87ea34ba50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:43,940 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.401s 2025-04-16 03:37:43,940 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c51bd29-25a9-4561-a3ba-67c2e8b95a7b', 'x-compute-request-id': 'req-0c51bd29-25a9-4561-a3ba-67c2e8b95a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:45,102 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.147s 2025-04-16 03:37:45,103 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0245b339-9821-40b9-aae0-cc97e3f84c02', 'x-compute-request-id': 'req-0245b339-9821-40b9-aae0-cc97e3f84c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:46,258 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:37:46,258 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3fac904-b3fa-4511-8211-cb375310a934', 'x-compute-request-id': 'req-a3fac904-b3fa-4511-8211-cb375310a934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:47,400 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.127s 2025-04-16 03:37:47,401 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0ebc0c8-c208-449c-93df-63ed302f5963', 'x-compute-request-id': 'req-f0ebc0c8-c208-449c-93df-63ed302f5963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:48,559 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:37:48,559 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a13589e4-0f17-4b11-87a7-c047f8017a51', 'x-compute-request-id': 'req-a13589e4-0f17-4b11-87a7-c047f8017a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:49,744 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.170s 2025-04-16 03:37:49,745 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39398fd4-6179-4315-a543-f057f4bb4158', 'x-compute-request-id': 'req-39398fd4-6179-4315-a543-f057f4bb4158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:50,894 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.134s 2025-04-16 03:37:50,894 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0db8d78-9db9-43da-8413-637fc843acd6', 'x-compute-request-id': 'req-f0db8d78-9db9-43da-8413-637fc843acd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:52,047 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:37:52,047 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b937f9ac-8d8c-4c66-9e7d-b4d6b8c2aa12', 'x-compute-request-id': 'req-b937f9ac-8d8c-4c66-9e7d-b4d6b8c2aa12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:53,199 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:37:53,199 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-032248b5-c9ad-42b8-9e81-abb01d3017cf', 'x-compute-request-id': 'req-032248b5-c9ad-42b8-9e81-abb01d3017cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:54,354 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:37:54,355 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e903028-2f3b-4933-a7f3-cf3810047686', 'x-compute-request-id': 'req-4e903028-2f3b-4933-a7f3-cf3810047686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:55,547 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.173s 2025-04-16 03:37:55,547 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-324c1ada-b481-46ac-bcdd-6a7ff22773f0', 'x-compute-request-id': 'req-324c1ada-b481-46ac-bcdd-6a7ff22773f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:56,695 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.133s 2025-04-16 03:37:56,696 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-990391fb-3d26-4134-b68a-8d2cd77c92ea', 'x-compute-request-id': 'req-990391fb-3d26-4134-b68a-8d2cd77c92ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:57,850 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.138s 2025-04-16 03:37:57,851 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f584942e-1656-4d29-9647-323b4124a440', 'x-compute-request-id': 'req-f584942e-1656-4d29-9647-323b4124a440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:58,996 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.131s 2025-04-16 03:37:58,997 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdf51ec1-3cb7-4632-be2d-b73ffac9c6d3', 'x-compute-request-id': 'req-bdf51ec1-3cb7-4632-be2d-b73ffac9c6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:00,160 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:38:00,161 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8da33e0d-8887-4241-96e6-08710195a135', 'x-compute-request-id': 'req-8da33e0d-8887-4241-96e6-08710195a135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:01,365 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.189s 2025-04-16 03:38:01,365 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d10b34ff-fc47-4e8c-8647-84044c6b2abe', 'x-compute-request-id': 'req-d10b34ff-fc47-4e8c-8647-84044c6b2abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:02,531 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.146s 2025-04-16 03:38:02,531 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a1c7265-a5c8-4d24-be34-b5fab2a4aa6f', 'x-compute-request-id': 'req-6a1c7265-a5c8-4d24-be34-b5fab2a4aa6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:03,677 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.131s 2025-04-16 03:38:03,678 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c4c7c94-b5c2-4bac-9d5f-51da2dd4a30a', 'x-compute-request-id': 'req-6c4c7c94-b5c2-4bac-9d5f-51da2dd4a30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:04,822 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.129s 2025-04-16 03:38:04,822 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de44d32f-68ae-43c6-8a44-e2afe9f1124b', 'x-compute-request-id': 'req-de44d32f-68ae-43c6-8a44-e2afe9f1124b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:05,978 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.140s 2025-04-16 03:38:05,978 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80f65f70-fab9-4f32-8850-0f8233dd13f1', 'x-compute-request-id': 'req-80f65f70-fab9-4f32-8850-0f8233dd13f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:07,174 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.180s 2025-04-16 03:38:07,174 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1da58ac5-0fc5-4f84-be3b-641fa702193e', 'x-compute-request-id': 'req-1da58ac5-0fc5-4f84-be3b-641fa702193e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:08,334 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.144s 2025-04-16 03:38:08,334 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3351c7da-8e50-45c9-ad91-76b0f3384fb5', 'x-compute-request-id': 'req-3351c7da-8e50-45c9-ad91-76b0f3384fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:09,498 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.149s 2025-04-16 03:38:09,499 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4cae9c6-e185-485f-bba0-b3a9d1d168e7', 'x-compute-request-id': 'req-a4cae9c6-e185-485f-bba0-b3a9d1d168e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:10,657 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.141s 2025-04-16 03:38:10,657 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cbab08b-a822-4724-9bff-0596a3fa8284', 'x-compute-request-id': 'req-1cbab08b-a822-4724-9bff-0596a3fa8284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:11,869 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.197s 2025-04-16 03:38:11,870 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e3dc39e-21b9-4ca5-825b-243d9dfccf87', 'x-compute-request-id': 'req-0e3dc39e-21b9-4ca5-825b-243d9dfccf87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:13,231 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.345s 2025-04-16 03:38:13,231 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc33e712-6372-493d-b5e6-4131b93273ab', 'x-compute-request-id': 'req-cc33e712-6372-493d-b5e6-4131b93273ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:14,388 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.139s 2025-04-16 03:38:14,388 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fbb89a3-0dba-4816-b7ba-35f80da2c1ee', 'x-compute-request-id': 'req-6fbb89a3-0dba-4816-b7ba-35f80da2c1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:15,600 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.198s 2025-04-16 03:38:15,601 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b27a3578-de82-4cbb-a3a1-77ec2123fad8', 'x-compute-request-id': 'req-b27a3578-de82-4cbb-a3a1-77ec2123fad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1920023236"}, {"name": "tempest-secgroup-smoke-2104590930"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:16,695 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.079s 2025-04-16 03:38:16,696 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1818b6f9-7f6f-44dc-812e-4a8d0613520c', 'x-compute-request-id': 'req-1818b6f9-7f6f-44dc-812e-4a8d0613520c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:17,789 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.078s 2025-04-16 03:38:17,789 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d44c5621-c56d-4ef2-8d0b-6b60f87184cb', 'x-compute-request-id': 'req-d44c5621-c56d-4ef2-8d0b-6b60f87184cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:18,890 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.087s 2025-04-16 03:38:18,890 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dd8365e-9cee-4c49-b143-e0af6d265640', 'x-compute-request-id': 'req-6dd8365e-9cee-4c49-b143-e0af6d265640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:19,986 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.080s 2025-04-16 03:38:19,986 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbab8e3e-c86a-4257-8059-9cab45a66a77', 'x-compute-request-id': 'req-bbab8e3e-c86a-4257-8059-9cab45a66a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:21,074 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.072s 2025-04-16 03:38:21,074 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1d3dff3-d8f0-43e2-af8f-fb22e5686a81', 'x-compute-request-id': 'req-a1d3dff3-d8f0-43e2-af8f-fb22e5686a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:22,169 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.079s 2025-04-16 03:38:22,170 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e4b1e30-41f6-4544-8a19-a7e63067805c', 'x-compute-request-id': 'req-2e4b1e30-41f6-4544-8a19-a7e63067805c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:23,266 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.082s 2025-04-16 03:38:23,266 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18847ffc-7a71-487a-a4b6-8150918b0a36', 'x-compute-request-id': 'req-18847ffc-7a71-487a-a4b6-8150918b0a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:24,362 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.080s 2025-04-16 03:38:24,362 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-283eabe9-acaa-4950-b0ec-b47de27dc632', 'x-compute-request-id': 'req-283eabe9-acaa-4950-b0ec-b47de27dc632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:25,451 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.074s 2025-04-16 03:38:25,452 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-978e9593-554c-4c13-ab86-5293eba5ca78', 'x-compute-request-id': 'req-978e9593-554c-4c13-ab86-5293eba5ca78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:26,540 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.073s 2025-04-16 03:38:26,541 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7364625c-c149-4dc1-8228-793809ba719a', 'x-compute-request-id': 'req-7364625c-c149-4dc1-8228-793809ba719a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:27,632 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.077s 2025-04-16 03:38:27,633 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcfe1793-285a-4ebd-bd22-8908da881ed7', 'x-compute-request-id': 'req-bcfe1793-285a-4ebd-bd22-8908da881ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:28,725 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.078s 2025-04-16 03:38:28,725 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64f91092-545b-43e4-8cfe-361c588cd093', 'x-compute-request-id': 'req-64f91092-545b-43e4-8cfe-361c588cd093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:29,818 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.078s 2025-04-16 03:38:29,818 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f76e636e-e3ae-4856-904b-878540ad0a69', 'x-compute-request-id': 'req-f76e636e-e3ae-4856-904b-878540ad0a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:30,910 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.077s 2025-04-16 03:38:30,911 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-974d7d29-4700-4221-884f-dcbcedd3dc7c', 'x-compute-request-id': 'req-974d7d29-4700-4221-884f-dcbcedd3dc7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:32,004 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.079s 2025-04-16 03:38:32,004 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b752f4f-c68a-41e3-95a2-9991c2c04f4f', 'x-compute-request-id': 'req-1b752f4f-c68a-41e3-95a2-9991c2c04f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:33,099 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.078s 2025-04-16 03:38:33,099 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c236313f-0f52-4d4b-85b1-37431f94fa6e', 'x-compute-request-id': 'req-c236313f-0f52-4d4b-85b1-37431f94fa6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:34,191 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.077s 2025-04-16 03:38:34,191 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48767ffa-6796-4c50-a22e-b98e42c708d5', 'x-compute-request-id': 'req-48767ffa-6796-4c50-a22e-b98e42c708d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:35,291 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.085s 2025-04-16 03:38:35,292 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c710fc3e-e4a0-49b2-be44-56295459e4a2', 'x-compute-request-id': 'req-c710fc3e-e4a0-49b2-be44-56295459e4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:36,382 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.075s 2025-04-16 03:38:36,383 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79c92888-c710-4abf-8a4d-4b7d915b9e04', 'x-compute-request-id': 'req-79c92888-c710-4abf-8a4d-4b7d915b9e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:37,478 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.077s 2025-04-16 03:38:37,479 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a1f00d3-fdc6-4b23-81b2-71b6da7cecb2', 'x-compute-request-id': 'req-4a1f00d3-fdc6-4b23-81b2-71b6da7cecb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:38,571 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.077s 2025-04-16 03:38:38,571 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e97d22c-3ad9-4ecb-8291-55775ca703fd', 'x-compute-request-id': 'req-8e97d22c-3ad9-4ecb-8291-55775ca703fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:39,669 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.081s 2025-04-16 03:38:39,669 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-209f1686-4ae1-4c0c-9363-7aeeac9a86aa', 'x-compute-request-id': 'req-209f1686-4ae1-4c0c-9363-7aeeac9a86aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:40,758 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.075s 2025-04-16 03:38:40,759 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-816dbbb8-3fec-4682-91e2-338c41a636e9', 'x-compute-request-id': 'req-816dbbb8-3fec-4682-91e2-338c41a636e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:41,848 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.073s 2025-04-16 03:38:41,848 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f65e8625-8820-4592-9f59-e5cfdd3fda94', 'x-compute-request-id': 'req-f65e8625-8820-4592-9f59-e5cfdd3fda94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:42,944 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.082s 2025-04-16 03:38:42,945 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-108a5fe7-c58d-40e3-a5da-0fdb740c5680', 'x-compute-request-id': 'req-108a5fe7-c58d-40e3-a5da-0fdb740c5680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:44,042 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.083s 2025-04-16 03:38:44,042 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df6cb7b7-6c0e-4687-8fae-425c7441330d', 'x-compute-request-id': 'req-df6cb7b7-6c0e-4687-8fae-425c7441330d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:45,145 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.084s 2025-04-16 03:38:45,145 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2553558-b0aa-454b-b1b5-ce29c91970df', 'x-compute-request-id': 'req-e2553558-b0aa-454b-b1b5-ce29c91970df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:46,239 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.079s 2025-04-16 03:38:46,239 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d276a5b1-9e83-41ca-a4ba-826c51c506f1', 'x-compute-request-id': 'req-d276a5b1-9e83-41ca-a4ba-826c51c506f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:47,327 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.073s 2025-04-16 03:38:47,327 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c03e564-daa9-4d40-81e4-4290aaf16859', 'x-compute-request-id': 'req-5c03e564-daa9-4d40-81e4-4290aaf16859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:48,419 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.076s 2025-04-16 03:38:48,420 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a20e3d-d91d-4bc0-afbd-f80bae853403', 'x-compute-request-id': 'req-83a20e3d-d91d-4bc0-afbd-f80bae853403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:49,518 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.081s 2025-04-16 03:38:49,519 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd871a55-0d3b-49b2-9d35-90e0b5d8b9da', 'x-compute-request-id': 'req-fd871a55-0d3b-49b2-9d35-90e0b5d8b9da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:50,613 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.079s 2025-04-16 03:38:50,613 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c49b3e2b-8e10-4af8-a51b-ebecbe3ae3f9', 'x-compute-request-id': 'req-c49b3e2b-8e10-4af8-a51b-ebecbe3ae3f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:51,715 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9 0.086s 2025-04-16 03:38:51,715 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-478634ec-9c4a-4256-93a3-4a1509a2de87', 'x-compute-request-id': 'req-478634ec-9c4a-4256-93a3-4a1509a2de87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9'} Body: b'{"server": {"id": "b0301d9f-7904-4935-b624-ac98f2451fc9", "name": "tempest-TestServerBasicOps-server-423759972", "status": "BUILD", "tenant_id": "068ba5a133d74ac4901c367bd881a996", "user_id": "02c99d6684ca48668593e89de643da2a", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "955a50d592011f69eeede7d313e7825c62c3a67c075aff0968d95a6c", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:18Z", "updated": "2025-04-16T03:38:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/b0301d9f-7904-4935-b624-ac98f2451fc9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-516337582", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:51,733 188260 ERROR [tempest.common.compute] Server b0301d9f-7904-4935-b624-ac98f2451fc9 failed to delete in time 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute Traceback (most recent call last): 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute File "/opt/stack/new/tempest/tempest/common/compute.py", line 323, in create_test_server 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute server = waiters.wait_for_server_status( 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute File "/opt/stack/new/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute raise lib_exc.TimeoutException(message) 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute Details: (TestServerBasicOps:test_server_basic_ops) Server b0301d9f-7904-4935-b624-ac98f2451fc9 failed to reach ACTIVE status and task state "None" within the required time (196 s). Request ID of server operation performed before checking the server status req-a4c634c5-7c7b-40c6-872b-8c996cbc133c. Current status: BUILD. Current task state: spawning. 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute During handling of the above exception, another exception occurred: 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute Traceback (most recent call last): 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute File "/opt/stack/new/tempest/tempest/common/compute.py", line 356, in create_test_server 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute waiters.wait_for_server_termination( 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute File "/opt/stack/new/tempest/tempest/common/waiters.py", line 151, in wait_for_server_termination 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute raise lib_exc.TimeoutException 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute Details: None 2025-04-16 03:38:51.733 188260 ERROR tempest.common.compute 2025-04-16 03:38:51,763 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.209.128.59/compute/v2.1/os-keypairs/tempest-keypair-130557390 0.027s 2025-04-16 03:38:51,763 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:51 GMT', 'server': 'Apache/2.4.52 (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-56db5a70-62ed-4f3b-b1cc-b813a7364907', 'x-compute-request-id': 'req-56db5a70-62ed-4f3b-b1cc-b813a7364907', 'connection': 'close', 'status': '202', 'content-location': 'http://10.209.128.59/compute/v2.1/os-keypairs/tempest-keypair-130557390'} Body: b'' 2025-04-16 03:38:51,927 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.209.128.59:9696/v2.0/security-groups/219b2fba-11b3-4f10-af4f-01c75c16f482 0.163s 2025-04-16 03:38:51,928 188260 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-7457b5aa-4763-477a-992f-4dc978574026', 'date': 'Wed, 16 Apr 2025 03:38:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59:9696/v2.0/security-groups/219b2fba-11b3-4f10-af4f-01c75c16f482'} Body: b'' 2025-04-16 03:38:51,941 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 404 GET http://10.209.128.59:9696/v2.0/security-groups/219b2fba-11b3-4f10-af4f-01c75c16f482 0.013s 2025-04-16 03:38:51,941 188260 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-2ff50f0d-b03c-4b97-a5aa-e9cfeecd4bad', 'date': 'Wed, 16 Apr 2025 03:38:51 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59:9696/v2.0/security-groups/219b2fba-11b3-4f10-af4f-01c75c16f482'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 219b2fba-11b3-4f10-af4f-01c75c16f482 does not exist", "detail": ""}}' 2025-04-16 03:38:52,229 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.209.128.59:9696/v2.0/floatingips/0e94fcd9-f000-47ca-9c29-6db70938752c 0.287s 2025-04-16 03:38:52,230 188260 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-d88c2ed9-14c8-4ac5-b8fd-60bbc64e1edc', 'date': 'Wed, 16 Apr 2025 03:38:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59:9696/v2.0/floatingips/0e94fcd9-f000-47ca-9c29-6db70938752c'} Body: b'' 2025-04-16 03:38:52,413 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 204 DELETE http://10.209.128.59:9696/v2.0/security-groups/de573f68-007a-4881-b45a-a59056b9da73 0.182s 2025-04-16 03:38:52,413 188260 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-9b089b50-b645-4bf8-9b71-1c6bba6a1e38', 'date': 'Wed, 16 Apr 2025 03:38:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59:9696/v2.0/security-groups/de573f68-007a-4881-b45a-a59056b9da73'} Body: b'' 2025-04-16 03:38:52,445 188260 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 202 DELETE http://10.209.128.59/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-516337582 0.031s 2025-04-16 03:38:52,445 188260 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:52 GMT', 'server': 'Apache/2.4.52 (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-1bb97670-cf08-468b-8d1a-ebb50d20c88c', 'x-compute-request-id': 'req-1bb97670-cf08-468b-8d1a-ebb50d20c88c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.209.128.59/compute/v2.1/os-keypairs/tempest-TestServerBasicOps-516337582'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/new/tempest/tempest/scenario/test_server_basic_ops.py", line 127, in test_server_basic_ops self.instance = self.create_server( File "/opt/stack/new/tempest/tempest/scenario/manager.py", line 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/new/tempest/tempest/common/compute.py", line 340, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/new/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/new/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/new/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestServerBasicOps:test_server_basic_ops) Server b0301d9f-7904-4935-b624-ac98f2451fc9 failed to reach ACTIVE status and task state "None" within the required time (196 s). Request ID of server operation performed before checking the server status req-a4c634c5-7c7b-40c6-872b-8c996cbc133c. Current status: BUILD. Current task state: spawning. |
||||||
tempest.scenario.test_server_multinode.TestServerMultinode | 1 | 0 | 1 | 0 | 0 | Detail | |
test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,multinode,network,smoke] |
fail
ft13.1: tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,multinode,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2025-04-16 03:32:03,454 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/os-availability-zone/detail 0.155s 2025-04-16 03:32:03,454 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4bc461d-7892-43f2-9479-7f637d24f0d2', 'x-compute-request-id': 'req-f4bc461d-7892-43f2-9479-7f637d24f0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/os-availability-zone/detail'} Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"np0040468351": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2025-04-16T03:31:19.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-04-16T03:31:18.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"np0040468391": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-04-16T03:30:38.000000"}}, "np0040468351": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-04-16T03:31:32.000000"}}}}]}' 2025-04-16 03:32:03,544 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.209.128.59/identity/v3/auth/tokens 0.081s 2025-04-16 03:32:03,544 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d30c4c60-b70b-48f7-aa74-8867c48af9f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "95bc30eda5d543e186dfa7b80ce3023e", "name": "tempest-TestServerMultinode-1900573021-project-member", "password_expires_at": null}, "audit_ids": ["1sTS1pWCSryseTGPxFPA9Q"], "expires_at": "2025-04-16T04:32:03.000000Z", "issued_at": "2025-04-16T03:32:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "71b5304eca544b8fa06453d61c9d7597", "name": "tempest-TestServerMultinode-1900573021"}, "is_domain": false, "roles": [{"id": "f03156b474f54cad8d3d3af3108b4ccb", "name": "member"}, {"id": "6cff902250514951af003c8fd51d18d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ebfa62383fe34c0fad42c066564dad09", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/compute/v2/71b5304eca544b8fa06453d61c9d7597", "region": "RegionOne"}], "id": "0f43314d87854cb7af9aeea1c19e06b6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e30ec1d9f526426583700278e75d49fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/identity", "region": "RegionOne"}], "id": "7195a3e9e1f34d49b8b0bde1cb0af497", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "b0e2f74cc4fd476cb7e5ec6b91df02b5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/compute/v2.1", "region": "RegionOne"}], "id": "75fd451b9fb94199b393afcc6b6ea7db", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4a169a2405a349eba8374ffa9c942c10", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/image", "region": "RegionOne"}], "id": "8d509ccd22db417fafdac2e404c24796", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58c4ec58d2834afe9befa2cf7cc294a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59:9696/", "region": "RegionOne"}], "id": "b29ee8ae336e4522a06243bd643dc92f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7945464e2a4845fa9eb674bc86c896d5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/placement", "region": "RegionOne"}], "id": "e37c73d404f34a29996fc5521d9a8b34", "type": "placement", "name": "placement"}]}}' 2025-04-16 03:32:03,545 188256 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': 'c6812f34-b3f8-4bb0-b01c-265d2252bd98', 'name': 'tempest-TestServerMultinode-547815063-network', 'tenant_id': '71b5304eca544b8fa06453d61c9d7597', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '71b5304eca544b8fa06453d61c9d7597', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28550, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-04-16T03:31:35Z', 'updated_at': '2025-04-16T03:31:35Z', 'revision_number': 1} available for tenant 2025-04-16 03:32:04,315 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 202 POST http://10.209.128.59/compute/v2.1/servers 0.768s 2025-04-16 03:32:04,315 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerMultinode-server-1997706609", "imageRef": "de941531-415a-42d2-80e1-7655c9e4ff91", "flavorRef": "42", "availability_zone": "nova:np0040468391", "networks": [{"uuid": "c6812f34-b3f8-4bb0-b01c-265d2252bd98"}]}} Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4a3fc3d-b56d-4cb5-a26a-efc9a6687966', 'x-compute-request-id': 'req-f4a3fc3d-b56d-4cb5-a26a-efc9a6687966', 'connection': 'close', 'status': '202', 'content-location': 'http://10.209.128.59/compute/v2.1/servers'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "cdSyRKo7CWyb"}}' 2025-04-16 03:32:04,423 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.104s 2025-04-16 03:32:04,423 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1335', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60e4e342-af33-4e33-b50b-4b2e1b3b5fc8', 'x-compute-request-id': 'req-60e4e342-af33-4e33-b50b-4b2e1b3b5fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:04,483 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 201 POST http://10.209.128.59/identity/v3/auth/tokens 0.041s 2025-04-16 03:32:04,484 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a30aafa7-1769-4b00-87af-4da2f1309d99', 'connection': 'close', 'status': '201', 'content-location': 'http://10.209.128.59/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "95bc30eda5d543e186dfa7b80ce3023e", "name": "tempest-TestServerMultinode-1900573021-project-member", "password_expires_at": null}, "audit_ids": ["i4ru_lsgS8eptm1senq_vA"], "expires_at": "2025-04-16T04:32:04.000000Z", "issued_at": "2025-04-16T03:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "71b5304eca544b8fa06453d61c9d7597", "name": "tempest-TestServerMultinode-1900573021"}, "is_domain": false, "roles": [{"id": "f03156b474f54cad8d3d3af3108b4ccb", "name": "member"}, {"id": "6cff902250514951af003c8fd51d18d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ebfa62383fe34c0fad42c066564dad09", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/compute/v2/71b5304eca544b8fa06453d61c9d7597", "region": "RegionOne"}], "id": "0f43314d87854cb7af9aeea1c19e06b6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e30ec1d9f526426583700278e75d49fe", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/identity", "region": "RegionOne"}], "id": "7195a3e9e1f34d49b8b0bde1cb0af497", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "b0e2f74cc4fd476cb7e5ec6b91df02b5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/compute/v2.1", "region": "RegionOne"}], "id": "75fd451b9fb94199b393afcc6b6ea7db", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4a169a2405a349eba8374ffa9c942c10", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/image", "region": "RegionOne"}], "id": "8d509ccd22db417fafdac2e404c24796", "type": "image", "name": "glance"}, {"endpoints": [{"id": "58c4ec58d2834afe9befa2cf7cc294a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59:9696/", "region": "RegionOne"}], "id": "b29ee8ae336e4522a06243bd643dc92f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7945464e2a4845fa9eb674bc86c896d5", "interface": "public", "region_id": "RegionOne", "url": "http://10.209.128.59/placement", "region": "RegionOne"}], "id": "e37c73d404f34a29996fc5521d9a8b34", "type": "placement", "name": "placement"}]}}' 2025-04-16 03:32:04,484 188256 INFO [tempest.lib.common.fixed_network] (TestServerMultinode:test_schedule_to_all_nodes) Found network {'id': 'c6812f34-b3f8-4bb0-b01c-265d2252bd98', 'name': 'tempest-TestServerMultinode-547815063-network', 'tenant_id': '71b5304eca544b8fa06453d61c9d7597', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '71b5304eca544b8fa06453d61c9d7597', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28550, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-04-16T03:31:35Z', 'updated_at': '2025-04-16T03:31:35Z', 'revision_number': 1} available for tenant 2025-04-16 03:32:05,287 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 202 POST http://10.209.128.59/compute/v2.1/servers 0.802s 2025-04-16 03:32:05,288 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerMultinode-server-152451351", "imageRef": "de941531-415a-42d2-80e1-7655c9e4ff91", "flavorRef": "42", "availability_zone": "nova:np0040468351", "networks": [{"uuid": "c6812f34-b3f8-4bb0-b01c-265d2252bd98"}]}} Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ae64e94-751c-4f0d-965c-33634af88f22', 'x-compute-request-id': 'req-0ae64e94-751c-4f0d-965c-33634af88f22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.209.128.59/compute/v2.1/servers'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bC87bpNqR74C"}}' 2025-04-16 03:32:05,367 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.075s 2025-04-16 03:32:05,368 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1334', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c3275f7-708f-42a5-8bbb-be0fba6f4558', 'x-compute-request-id': 'req-8c3275f7-708f-42a5-8bbb-be0fba6f4558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:05,737 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.352s 2025-04-16 03:32:05,737 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:05 GMT', 'server': 'Apache/2.4.52 (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-0216e75b-218c-45d5-ba13-8d9a64514bb2', 'x-compute-request-id': 'req-0216e75b-218c-45d5-ba13-8d9a64514bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:06,900 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.148s 2025-04-16 03:32:06,901 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a17f9919-b457-4014-b886-bfc6dbb2581c', 'x-compute-request-id': 'req-a17f9919-b457-4014-b886-bfc6dbb2581c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:06,921 188256 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2025-04-16 03:32:08,036 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.113s 2025-04-16 03:32:08,036 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ced00920-eef3-4981-87db-9f43896d8efd', 'x-compute-request-id': 'req-ced00920-eef3-4981-87db-9f43896d8efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:09,137 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.086s 2025-04-16 03:32:09,138 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1428', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a98ce5c8-eca1-4bc7-bd43-d1fb280c452b', 'x-compute-request-id': 'req-a98ce5c8-eca1-4bc7-bd43-d1fb280c452b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:09,159 188256 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait 2025-04-16 03:32:10,544 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.384s 2025-04-16 03:32:10,544 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4598fdb-a918-4197-aabc-bbf440f5144b', 'x-compute-request-id': 'req-c4598fdb-a918-4197-aabc-bbf440f5144b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:12,241 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.679s 2025-04-16 03:32:12,241 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df01b01-89f9-4ef5-b148-4e7c05a51e9d', 'x-compute-request-id': 'req-4df01b01-89f9-4ef5-b148-4e7c05a51e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:12,261 188256 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2025-04-16 03:32:13,399 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.136s 2025-04-16 03:32:13,400 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbc3fbb9-a1be-44d1-9fcc-029abd686dc1', 'x-compute-request-id': 'req-bbc3fbb9-a1be-44d1-9fcc-029abd686dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:14,887 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.473s 2025-04-16 03:32:14,888 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-046cfc42-dbac-4e3d-ab66-25c41f875535', 'x-compute-request-id': 'req-046cfc42-dbac-4e3d-ab66-25c41f875535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:16,109 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.206s 2025-04-16 03:32:16,110 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1650cdc5-35ab-4cc9-adee-b75247bcceb8', 'x-compute-request-id': 'req-1650cdc5-35ab-4cc9-adee-b75247bcceb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:17,335 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.205s 2025-04-16 03:32:17,335 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcb71cc0-9a56-4178-a094-938ad74f651f', 'x-compute-request-id': 'req-dcb71cc0-9a56-4178-a094-938ad74f651f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:18,593 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.243s 2025-04-16 03:32:18,594 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1facdf78-22a4-40fb-8bad-39dd25d6b772', 'x-compute-request-id': 'req-1facdf78-22a4-40fb-8bad-39dd25d6b772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:19,750 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.140s 2025-04-16 03:32:19,750 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bf90f22-6514-4bef-af0d-c82e1ed01e91', 'x-compute-request-id': 'req-6bf90f22-6514-4bef-af0d-c82e1ed01e91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:20,954 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.189s 2025-04-16 03:32:20,955 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0c4395d-c63d-4e81-8adc-3517dcdf5c70', 'x-compute-request-id': 'req-a0c4395d-c63d-4e81-8adc-3517dcdf5c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "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-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:22,203 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.231s 2025-04-16 03:32:22,204 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1646', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d985e41-99fd-4abc-a95c-bfcdd44dc997', 'x-compute-request-id': 'req-5d985e41-99fd-4abc-a95c-bfcdd44dc997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "ACTIVE", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:22Z", "addresses": {"tempest-TestServerMultinode-547815063-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:a3:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-04-16T03:32:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:22,222 188256 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2025-04-16 03:32:22,415 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.193s 2025-04-16 03:32:22,416 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1646', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13527329-ee68-4ace-9c81-b12cb2fd7a3c', 'x-compute-request-id': 'req-13527329-ee68-4ace-9c81-b12cb2fd7a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "ACTIVE", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:32:22Z", "addresses": {"tempest-TestServerMultinode-547815063-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:a3:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-04-16T03:32:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:22,572 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.138s 2025-04-16 03:32:22,573 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b78dabb0-bc91-4412-ba07-7fcfdfcccbd2', 'x-compute-request-id': 'req-b78dabb0-bc91-4412-ba07-7fcfdfcccbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:23,782 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.194s 2025-04-16 03:32:23,783 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cea17f5-a03b-450e-88ea-26163c67df6a', 'x-compute-request-id': 'req-9cea17f5-a03b-450e-88ea-26163c67df6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:24,935 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:32:24,935 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b831d384-8691-4fb0-88da-624a49e091ea', 'x-compute-request-id': 'req-b831d384-8691-4fb0-88da-624a49e091ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:26,096 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.147s 2025-04-16 03:32:26,097 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd06d6d0-4b4a-49fb-85c0-97261e37133c', 'x-compute-request-id': 'req-cd06d6d0-4b4a-49fb-85c0-97261e37133c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:27,249 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:32:27,249 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-439fef86-7fd2-4841-a6a7-02a23f3b6c17', 'x-compute-request-id': 'req-439fef86-7fd2-4841-a6a7-02a23f3b6c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:28,399 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:32:28,399 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-331f2de8-b6dd-41a4-a139-246fdb308409', 'x-compute-request-id': 'req-331f2de8-b6dd-41a4-a139-246fdb308409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:29,544 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:32:29,544 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10d78c5e-74ea-44f0-b782-0f827755edfb', 'x-compute-request-id': 'req-10d78c5e-74ea-44f0-b782-0f827755edfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:30,682 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:32:30,682 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a561dc50-a0ae-44d4-bc19-0f0fb3051ccc', 'x-compute-request-id': 'req-a561dc50-a0ae-44d4-bc19-0f0fb3051ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:31,821 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:32:31,822 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eab8671-89cc-4874-a410-c19ff1987da3', 'x-compute-request-id': 'req-3eab8671-89cc-4874-a410-c19ff1987da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:32,980 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:32:32,980 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95240d0d-b923-44b0-a780-7aa30f25ed98', 'x-compute-request-id': 'req-95240d0d-b923-44b0-a780-7aa30f25ed98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:34,143 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.141s 2025-04-16 03:32:34,144 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a100dffc-3b93-487e-b7d0-0d75932588db', 'x-compute-request-id': 'req-a100dffc-3b93-487e-b7d0-0d75932588db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:35,291 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:32:35,292 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af409737-c131-4167-8bc2-c6c80fd74828', 'x-compute-request-id': 'req-af409737-c131-4167-8bc2-c6c80fd74828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:36,444 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:32:36,444 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fae1bf9-5f04-45d8-9ec7-09866105759b', 'x-compute-request-id': 'req-1fae1bf9-5f04-45d8-9ec7-09866105759b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:37,589 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:32:37,589 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90443b6d-3604-45d7-9046-fc17e715892c', 'x-compute-request-id': 'req-90443b6d-3604-45d7-9046-fc17e715892c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:38,737 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:32:38,737 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75473e36-0263-4563-a3fe-acbfa6a90797', 'x-compute-request-id': 'req-75473e36-0263-4563-a3fe-acbfa6a90797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:39,886 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:32:39,887 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1525eb6f-19f4-4b88-b1d9-4efb6d49a9d7', 'x-compute-request-id': 'req-1525eb6f-19f4-4b88-b1d9-4efb6d49a9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:41,036 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.134s 2025-04-16 03:32:41,037 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d626614f-1e11-4e3c-ac12-20a28bdc5766', 'x-compute-request-id': 'req-d626614f-1e11-4e3c-ac12-20a28bdc5766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:42,176 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.122s 2025-04-16 03:32:42,176 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb6c24e-f725-4aa3-b834-e7e2452f06d6', 'x-compute-request-id': 'req-9fb6c24e-f725-4aa3-b834-e7e2452f06d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:43,323 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:32:43,324 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c94530d0-ac83-489f-a5b2-4743404d9770', 'x-compute-request-id': 'req-c94530d0-ac83-489f-a5b2-4743404d9770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:44,469 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:32:44,469 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa1ce47c-f8dc-48e1-8ca2-254be81538d4', 'x-compute-request-id': 'req-fa1ce47c-f8dc-48e1-8ca2-254be81538d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:45,618 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:32:45,618 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dfd1e98-ff92-46e7-b0a2-3ee7fc2901ed', 'x-compute-request-id': 'req-5dfd1e98-ff92-46e7-b0a2-3ee7fc2901ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:46,758 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:32:46,759 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79cd5886-c3cf-4b10-b54a-831bb7286165', 'x-compute-request-id': 'req-79cd5886-c3cf-4b10-b54a-831bb7286165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:48,201 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.426s 2025-04-16 03:32:48,201 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02aebe4f-3d76-4d5b-b742-c256dc48d920', 'x-compute-request-id': 'req-02aebe4f-3d76-4d5b-b742-c256dc48d920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:49,359 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.142s 2025-04-16 03:32:49,360 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f111822-bb60-44cd-8522-092b529011e3', 'x-compute-request-id': 'req-1f111822-bb60-44cd-8522-092b529011e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:50,518 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:32:50,518 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f9b139-eeba-487c-8512-91551704507a', 'x-compute-request-id': 'req-47f9b139-eeba-487c-8512-91551704507a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:51,653 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.120s 2025-04-16 03:32:51,653 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d51d034-7dde-4219-bfc4-0d5fb903ba6e', 'x-compute-request-id': 'req-6d51d034-7dde-4219-bfc4-0d5fb903ba6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:52,799 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.131s 2025-04-16 03:32:52,800 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9f2d5e8-0156-49fc-a2dd-5c2896231bb1', 'x-compute-request-id': 'req-e9f2d5e8-0156-49fc-a2dd-5c2896231bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:53,943 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:32:53,943 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7b5886a-0c2c-49a6-80dc-97a549301ad6', 'x-compute-request-id': 'req-a7b5886a-0c2c-49a6-80dc-97a549301ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:55,096 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:32:55,096 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-318610d4-eeae-49cc-a86b-dacdde389322', 'x-compute-request-id': 'req-318610d4-eeae-49cc-a86b-dacdde389322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:56,246 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:32:56,246 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c17da956-7a2a-4bbe-bfd6-d42435a40417', 'x-compute-request-id': 'req-c17da956-7a2a-4bbe-bfd6-d42435a40417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:57,405 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.144s 2025-04-16 03:32:57,405 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-042385d0-c783-4621-b700-03123072e17d', 'x-compute-request-id': 'req-042385d0-c783-4621-b700-03123072e17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:58,557 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.134s 2025-04-16 03:32:58,557 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fe47824-114f-4595-a2c9-51dd8152bcfd', 'x-compute-request-id': 'req-4fe47824-114f-4595-a2c9-51dd8152bcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:32:59,708 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:32:59,708 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-963c0c62-b90a-4947-b5fd-2acadf6229d2', 'x-compute-request-id': 'req-963c0c62-b90a-4947-b5fd-2acadf6229d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:00,870 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.143s 2025-04-16 03:33:00,870 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c6d10a6-6a55-4e2f-9ce3-08856bae9887', 'x-compute-request-id': 'req-4c6d10a6-6a55-4e2f-9ce3-08856bae9887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:02,047 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.161s 2025-04-16 03:33:02,048 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d073071-7835-4bc5-8a1b-3b7f942d999e', 'x-compute-request-id': 'req-5d073071-7835-4bc5-8a1b-3b7f942d999e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:03,216 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.148s 2025-04-16 03:33:03,216 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fc0508a-6595-4502-baf4-311920c96fb5', 'x-compute-request-id': 'req-0fc0508a-6595-4502-baf4-311920c96fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:04,373 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.141s 2025-04-16 03:33:04,374 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3ce4a73-29c9-4b53-a209-293076523a43', 'x-compute-request-id': 'req-f3ce4a73-29c9-4b53-a209-293076523a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:05,528 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:33:05,529 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-856a7549-7734-4073-bb85-d190455c99fb', 'x-compute-request-id': 'req-856a7549-7734-4073-bb85-d190455c99fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:06,679 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:33:06,679 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c5774dc-6e84-49f9-a5fd-1a8901c1015c', 'x-compute-request-id': 'req-7c5774dc-6e84-49f9-a5fd-1a8901c1015c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:07,823 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:33:07,824 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8e29aa5-d8e2-4451-b1b5-1d53431f4008', 'x-compute-request-id': 'req-b8e29aa5-d8e2-4451-b1b5-1d53431f4008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:08,976 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:33:08,976 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0144aa43-f3ad-4171-a2a8-8817d24d5cd3', 'x-compute-request-id': 'req-0144aa43-f3ad-4171-a2a8-8817d24d5cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:10,113 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:33:10,114 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-191ebf4d-7894-4e49-83d8-d4d98f3c2bec', 'x-compute-request-id': 'req-191ebf4d-7894-4e49-83d8-d4d98f3c2bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:11,268 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.138s 2025-04-16 03:33:11,269 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63d83785-b8b3-41c3-b4f1-a9d9642bdd8e', 'x-compute-request-id': 'req-63d83785-b8b3-41c3-b4f1-a9d9642bdd8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:12,421 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:33:12,421 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd8a0047-34b2-42e3-975d-e18fdf754344', 'x-compute-request-id': 'req-cd8a0047-34b2-42e3-975d-e18fdf754344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:13,562 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:33:13,563 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2641e35a-6f6e-4f98-b924-2e5dd7c9372e', 'x-compute-request-id': 'req-2641e35a-6f6e-4f98-b924-2e5dd7c9372e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:14,706 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:33:14,706 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e13bfcc2-b558-46f2-accf-cff23d7e4bf6', 'x-compute-request-id': 'req-e13bfcc2-b558-46f2-accf-cff23d7e4bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:15,853 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:33:15,854 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c22cb086-609c-484a-8a48-3bb05975c75b', 'x-compute-request-id': 'req-c22cb086-609c-484a-8a48-3bb05975c75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:17,000 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:33:17,001 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ade3231-463c-4c68-9992-1f9850acf0f4', 'x-compute-request-id': 'req-3ade3231-463c-4c68-9992-1f9850acf0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:18,171 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.154s 2025-04-16 03:33:18,171 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66512d90-d21b-4041-9f4f-db564eafc58d', 'x-compute-request-id': 'req-66512d90-d21b-4041-9f4f-db564eafc58d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:19,330 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:33:19,330 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f4bf11f-c12b-4cdb-8008-5ae6ddf4ece4', 'x-compute-request-id': 'req-7f4bf11f-c12b-4cdb-8008-5ae6ddf4ece4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:20,485 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.138s 2025-04-16 03:33:20,485 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-561deec2-e832-4219-aefd-53a6cf34495a', 'x-compute-request-id': 'req-561deec2-e832-4219-aefd-53a6cf34495a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:21,635 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:33:21,635 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af7c8bb7-510f-4fdb-b1e7-f6681f1ebe9d', 'x-compute-request-id': 'req-af7c8bb7-510f-4fdb-b1e7-f6681f1ebe9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:22,944 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.294s 2025-04-16 03:33:22,945 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02730cab-957d-4cf9-98b5-e85ff0138945', 'x-compute-request-id': 'req-02730cab-957d-4cf9-98b5-e85ff0138945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:24,151 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.191s 2025-04-16 03:33:24,151 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5593da29-063f-47e4-b681-b21429f8df8d', 'x-compute-request-id': 'req-5593da29-063f-47e4-b681-b21429f8df8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:25,355 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.186s 2025-04-16 03:33:25,355 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8157f9c6-1079-4133-9938-8c145f283778', 'x-compute-request-id': 'req-8157f9c6-1079-4133-9938-8c145f283778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:26,523 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.150s 2025-04-16 03:33:26,524 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5114c37e-da3f-498d-a004-6603705aecc3', 'x-compute-request-id': 'req-5114c37e-da3f-498d-a004-6603705aecc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:27,671 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:33:27,672 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-febdbbef-257a-4311-a523-e5b76c0fc9cf', 'x-compute-request-id': 'req-febdbbef-257a-4311-a523-e5b76c0fc9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:28,822 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:33:28,823 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94dd182-061d-4751-bfa6-436b0d95a3db', 'x-compute-request-id': 'req-e94dd182-061d-4751-bfa6-436b0d95a3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:30,003 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.165s 2025-04-16 03:33:30,004 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2309bbbd-8b7d-4b6e-a81c-06e1c26432a3', 'x-compute-request-id': 'req-2309bbbd-8b7d-4b6e-a81c-06e1c26432a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:31,152 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.134s 2025-04-16 03:33:31,153 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d345e11-73a2-4be5-a063-a63e4aafdf54', 'x-compute-request-id': 'req-9d345e11-73a2-4be5-a063-a63e4aafdf54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:32,296 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:33:32,297 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-236c4f89-a9fd-40a6-b678-98c12553dc18', 'x-compute-request-id': 'req-236c4f89-a9fd-40a6-b678-98c12553dc18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:33,459 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.147s 2025-04-16 03:33:33,460 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc5d92f-3646-4d7d-ba69-050c6f9a346c', 'x-compute-request-id': 'req-0cc5d92f-3646-4d7d-ba69-050c6f9a346c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:34,619 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:33:34,620 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97b59d58-12dd-4b88-bbe6-b6fee30993de', 'x-compute-request-id': 'req-97b59d58-12dd-4b88-bbe6-b6fee30993de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:35,769 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:33:35,769 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb3b6706-4212-40e0-ad8e-94aacfd3042f', 'x-compute-request-id': 'req-bb3b6706-4212-40e0-ad8e-94aacfd3042f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:36,932 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.148s 2025-04-16 03:33:36,933 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96219293-f891-4ccc-b650-1822ab0a98be', 'x-compute-request-id': 'req-96219293-f891-4ccc-b650-1822ab0a98be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:38,072 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:33:38,073 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-475f2f6b-fb65-4a60-8c06-7d0c8d6f3950', 'x-compute-request-id': 'req-475f2f6b-fb65-4a60-8c06-7d0c8d6f3950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:39,231 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:33:39,231 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328b2abf-38fc-4121-a6ea-1ef9dd512185', 'x-compute-request-id': 'req-328b2abf-38fc-4121-a6ea-1ef9dd512185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:40,398 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.150s 2025-04-16 03:33:40,398 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-208f295f-e380-4e59-8164-d35823980551', 'x-compute-request-id': 'req-208f295f-e380-4e59-8164-d35823980551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:41,552 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:33:41,552 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a737edb-6fe0-48e9-b81b-4896db5a34ba', 'x-compute-request-id': 'req-2a737edb-6fe0-48e9-b81b-4896db5a34ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:42,696 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:33:42,697 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d267846a-bb9c-4851-a37c-f1b9e501cd91', 'x-compute-request-id': 'req-d267846a-bb9c-4851-a37c-f1b9e501cd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:43,847 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:33:43,847 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dce1278f-c50e-4415-99a5-fddfa83d082a', 'x-compute-request-id': 'req-dce1278f-c50e-4415-99a5-fddfa83d082a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:44,997 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:33:44,998 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f97511d7-ad0c-4065-98d7-949007fbebff', 'x-compute-request-id': 'req-f97511d7-ad0c-4065-98d7-949007fbebff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:46,144 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.131s 2025-04-16 03:33:46,144 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-943e4cc7-be8c-4fcf-998a-b123314b899d', 'x-compute-request-id': 'req-943e4cc7-be8c-4fcf-998a-b123314b899d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:47,377 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.218s 2025-04-16 03:33:47,377 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b766084-f048-4517-8e4e-c1aa09ba1722', 'x-compute-request-id': 'req-5b766084-f048-4517-8e4e-c1aa09ba1722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:48,532 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:33:48,532 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4896daea-3da6-47a7-b9bc-36466b43e81d', 'x-compute-request-id': 'req-4896daea-3da6-47a7-b9bc-36466b43e81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:49,689 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:33:49,689 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e8e0173-66fa-4fc6-a8f7-84477880ec79', 'x-compute-request-id': 'req-7e8e0173-66fa-4fc6-a8f7-84477880ec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:50,845 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:33:50,846 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbfdad39-8f02-496a-9dc5-84a5013e46da', 'x-compute-request-id': 'req-cbfdad39-8f02-496a-9dc5-84a5013e46da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:51,981 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.119s 2025-04-16 03:33:51,981 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c16745a-59bb-4be1-b23f-4f7d1e65a8bc', 'x-compute-request-id': 'req-4c16745a-59bb-4be1-b23f-4f7d1e65a8bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:53,124 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:33:53,125 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d27863-aa05-4899-8fce-9e104ff824c1', 'x-compute-request-id': 'req-02d27863-aa05-4899-8fce-9e104ff824c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:54,273 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:33:54,273 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eec6746d-2228-4d33-b939-54adbb079e92', 'x-compute-request-id': 'req-eec6746d-2228-4d33-b939-54adbb079e92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:55,424 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:33:55,424 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf7885bb-6b18-4792-a6be-3716af1c8df0', 'x-compute-request-id': 'req-cf7885bb-6b18-4792-a6be-3716af1c8df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:56,566 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:33:56,566 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54ec9501-0b96-4b59-acdc-10556f4bbea3', 'x-compute-request-id': 'req-54ec9501-0b96-4b59-acdc-10556f4bbea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:57,711 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:33:57,711 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38ddbf6b-5f2e-457f-a777-ca222da0d13b', 'x-compute-request-id': 'req-38ddbf6b-5f2e-457f-a777-ca222da0d13b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:33:58,864 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:33:58,864 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4240e4e0-c7e1-4da7-9b48-cd6727e908f7', 'x-compute-request-id': 'req-4240e4e0-c7e1-4da7-9b48-cd6727e908f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:00,022 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:34:00,022 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-523e622a-e086-438a-95f1-70a764c233f7', 'x-compute-request-id': 'req-523e622a-e086-438a-95f1-70a764c233f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:01,186 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.144s 2025-04-16 03:34:01,187 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0891c29-10aa-4670-8787-8f2b02c06c71', 'x-compute-request-id': 'req-e0891c29-10aa-4670-8787-8f2b02c06c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:02,357 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.152s 2025-04-16 03:34:02,358 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8449719c-c6a2-4471-833b-299680bf2c37', 'x-compute-request-id': 'req-8449719c-c6a2-4471-833b-299680bf2c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:03,509 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.134s 2025-04-16 03:34:03,509 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f113a1a5-524a-447e-b012-4a929d88b325', 'x-compute-request-id': 'req-f113a1a5-524a-447e-b012-4a929d88b325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:04,664 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:34:04,664 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ed991c-e192-4b80-a230-ee14334e5bc4', 'x-compute-request-id': 'req-d0ed991c-e192-4b80-a230-ee14334e5bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:05,809 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:34:05,810 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4833bf8c-d267-4d02-a47f-5428875b8fd0', 'x-compute-request-id': 'req-4833bf8c-d267-4d02-a47f-5428875b8fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:06,963 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:34:06,963 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b28e3ff7-775b-423e-877e-b9efaace4190', 'x-compute-request-id': 'req-b28e3ff7-775b-423e-877e-b9efaace4190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:08,114 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:34:08,115 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-877ee8ef-c067-4e13-ae7d-7a6c2f694650', 'x-compute-request-id': 'req-877ee8ef-c067-4e13-ae7d-7a6c2f694650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:09,263 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:34:09,264 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a47c1c6d-9477-42d8-b941-67e6479a7e62', 'x-compute-request-id': 'req-a47c1c6d-9477-42d8-b941-67e6479a7e62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:10,411 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:34:10,412 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23dfd539-9ed4-46b7-8951-031e0656c893', 'x-compute-request-id': 'req-23dfd539-9ed4-46b7-8951-031e0656c893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:11,568 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.141s 2025-04-16 03:34:11,569 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bf7bd1c-abf4-4bea-835a-843ef6074525', 'x-compute-request-id': 'req-7bf7bd1c-abf4-4bea-835a-843ef6074525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:12,715 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:34:12,716 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a733ffd-6518-4b1c-aa31-fd0c25d59f3c', 'x-compute-request-id': 'req-1a733ffd-6518-4b1c-aa31-fd0c25d59f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:13,863 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:34:13,863 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77b59aa3-a39f-45f0-a0b5-8387b661b941', 'x-compute-request-id': 'req-77b59aa3-a39f-45f0-a0b5-8387b661b941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:15,011 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:34:15,011 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-830e7a2e-ddd6-4a83-93aa-6ed3a8122d8a', 'x-compute-request-id': 'req-830e7a2e-ddd6-4a83-93aa-6ed3a8122d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:16,154 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:34:16,155 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ca210ef-cb79-441c-955e-a9580ee6fba1', 'x-compute-request-id': 'req-4ca210ef-cb79-441c-955e-a9580ee6fba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:17,293 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:34:17,293 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3d80342-8f7d-4015-8131-21ca04529c57', 'x-compute-request-id': 'req-c3d80342-8f7d-4015-8131-21ca04529c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:18,448 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:34:18,448 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e9c99de-3ad1-4bd7-aa7b-dbf48418c9bb', 'x-compute-request-id': 'req-8e9c99de-3ad1-4bd7-aa7b-dbf48418c9bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:19,600 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.134s 2025-04-16 03:34:19,600 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f9deedd-6f84-4312-bbdc-96a730e6b1bf', 'x-compute-request-id': 'req-8f9deedd-6f84-4312-bbdc-96a730e6b1bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:20,763 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.147s 2025-04-16 03:34:20,764 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ca6d7f0-d23f-4913-aa3c-ae91f62ea827', 'x-compute-request-id': 'req-8ca6d7f0-d23f-4913-aa3c-ae91f62ea827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:21,917 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.138s 2025-04-16 03:34:21,918 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd23ff6b-31f0-42d3-837d-b8a4a3ca6e4b', 'x-compute-request-id': 'req-cd23ff6b-31f0-42d3-837d-b8a4a3ca6e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:23,059 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:34:23,059 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8deda28-590d-4de3-bb38-0e09c38ff5bc', 'x-compute-request-id': 'req-e8deda28-590d-4de3-bb38-0e09c38ff5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:24,204 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:34:24,205 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-340648ab-ad81-4f97-8810-6d6bc62c267e', 'x-compute-request-id': 'req-340648ab-ad81-4f97-8810-6d6bc62c267e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:25,354 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:34:25,354 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57d42b84-7d53-4550-b52a-ebbb1a9dc043', 'x-compute-request-id': 'req-57d42b84-7d53-4550-b52a-ebbb1a9dc043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:26,505 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:34:26,505 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3885c5f-e021-456f-a21a-a4e97efdbfea', 'x-compute-request-id': 'req-f3885c5f-e021-456f-a21a-a4e97efdbfea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:27,659 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:34:27,659 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56c26ab7-2a34-49c6-b80b-6a74f7f19c91', 'x-compute-request-id': 'req-56c26ab7-2a34-49c6-b80b-6a74f7f19c91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:28,801 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:34:28,801 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-263b0acb-c4f8-4e1e-9e29-19991942a886', 'x-compute-request-id': 'req-263b0acb-c4f8-4e1e-9e29-19991942a886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:29,974 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.158s 2025-04-16 03:34:29,975 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84ed0ea7-d696-4261-8fa8-fd83697ebc59', 'x-compute-request-id': 'req-84ed0ea7-d696-4261-8fa8-fd83697ebc59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:31,130 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.141s 2025-04-16 03:34:31,131 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16286405-382e-4515-b113-36a3b8fc7d74', 'x-compute-request-id': 'req-16286405-382e-4515-b113-36a3b8fc7d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:32,279 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:34:32,280 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81008605-a50f-4b96-9254-2f5f25c65b13', 'x-compute-request-id': 'req-81008605-a50f-4b96-9254-2f5f25c65b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:33,429 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:34:33,430 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-209c1313-ca95-428d-b695-02288ae75d70', 'x-compute-request-id': 'req-209c1313-ca95-428d-b695-02288ae75d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:34,576 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:34:34,576 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4bcd908-7e07-4f85-88ff-dff5ef6336b7', 'x-compute-request-id': 'req-e4bcd908-7e07-4f85-88ff-dff5ef6336b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:35,719 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:34:35,719 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-297c0b97-169f-43b4-a745-1b043e30c386', 'x-compute-request-id': 'req-297c0b97-169f-43b4-a745-1b043e30c386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:36,874 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.141s 2025-04-16 03:34:36,875 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c15779c-353d-4270-948b-bb42cdd4067d', 'x-compute-request-id': 'req-4c15779c-353d-4270-948b-bb42cdd4067d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:38,022 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:34:38,023 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eaf15a7-d576-4a6f-bc04-a0aa1a54bf09', 'x-compute-request-id': 'req-9eaf15a7-d576-4a6f-bc04-a0aa1a54bf09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:39,163 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:34:39,163 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e075177-ca33-4f18-aa10-64c8b45f7259', 'x-compute-request-id': 'req-1e075177-ca33-4f18-aa10-64c8b45f7259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:40,307 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:34:40,307 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce32aa6f-3271-4ded-b861-c12b528f8bda', 'x-compute-request-id': 'req-ce32aa6f-3271-4ded-b861-c12b528f8bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:41,463 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.141s 2025-04-16 03:34:41,463 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c354d7b-c704-41b5-943f-e9d3a09a7223', 'x-compute-request-id': 'req-6c354d7b-c704-41b5-943f-e9d3a09a7223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:42,610 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:34:42,611 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e5e983-3722-430b-b3db-facfd257a7b0', 'x-compute-request-id': 'req-07e5e983-3722-430b-b3db-facfd257a7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:43,749 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.120s 2025-04-16 03:34:43,749 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-102d9761-40fe-4485-9f0e-fa9a059f0bab', 'x-compute-request-id': 'req-102d9761-40fe-4485-9f0e-fa9a059f0bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:44,908 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.145s 2025-04-16 03:34:44,909 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5c2d525-de95-4a5d-9355-7646f2597182', 'x-compute-request-id': 'req-f5c2d525-de95-4a5d-9355-7646f2597182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:46,057 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:34:46,057 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ea12656-877f-41cc-b4ca-3765f505565e', 'x-compute-request-id': 'req-8ea12656-877f-41cc-b4ca-3765f505565e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:47,205 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:34:47,205 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c9a0c83-f254-4508-9245-d6af0648c9e5', 'x-compute-request-id': 'req-9c9a0c83-f254-4508-9245-d6af0648c9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:48,358 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:34:48,358 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-363f6641-de72-4f09-8750-23e5b23dd60c', 'x-compute-request-id': 'req-363f6641-de72-4f09-8750-23e5b23dd60c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:49,509 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:34:49,510 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b69f086-98d0-458c-bd36-a0119c21c167', 'x-compute-request-id': 'req-8b69f086-98d0-458c-bd36-a0119c21c167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:50,673 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.149s 2025-04-16 03:34:50,674 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13c305c8-69fb-4c47-b240-ef2434b17a82', 'x-compute-request-id': 'req-13c305c8-69fb-4c47-b240-ef2434b17a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:51,825 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:34:51,825 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-954c15f8-8678-40d8-9f2c-306268bfa9d5', 'x-compute-request-id': 'req-954c15f8-8678-40d8-9f2c-306268bfa9d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:52,986 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.144s 2025-04-16 03:34:52,986 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d7379a3-083c-4d47-b0f2-d256e0a3168c', 'x-compute-request-id': 'req-4d7379a3-083c-4d47-b0f2-d256e0a3168c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:54,133 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.131s 2025-04-16 03:34:54,133 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01945ff5-c1f9-4142-8f29-eb85676f3853', 'x-compute-request-id': 'req-01945ff5-c1f9-4142-8f29-eb85676f3853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:55,278 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:34:55,278 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba4b78e2-4199-40a8-b157-6636f93a2fc8', 'x-compute-request-id': 'req-ba4b78e2-4199-40a8-b157-6636f93a2fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:56,417 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:34:56,417 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31776626-b79c-4e23-9ad0-c72a7b8d7107', 'x-compute-request-id': 'req-31776626-b79c-4e23-9ad0-c72a7b8d7107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:57,556 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.122s 2025-04-16 03:34:57,557 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc32d3d6-478b-4860-b69e-2b6b72134f3c', 'x-compute-request-id': 'req-dc32d3d6-478b-4860-b69e-2b6b72134f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:58,708 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:34:58,709 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a407f64f-7037-4e1f-b08d-881133f93d2c', 'x-compute-request-id': 'req-a407f64f-7037-4e1f-b08d-881133f93d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:34:59,855 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:34:59,856 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:34:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce70cbbb-2e0f-435f-846f-4406a7465906', 'x-compute-request-id': 'req-ce70cbbb-2e0f-435f-846f-4406a7465906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:00,996 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:35:00,997 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0050766-5d18-4b89-874d-db3db6429d1d', 'x-compute-request-id': 'req-c0050766-5d18-4b89-874d-db3db6429d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:02,188 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.177s 2025-04-16 03:35:02,189 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10a896d0-2b92-4b4c-9a23-ed0b2c353c87', 'x-compute-request-id': 'req-10a896d0-2b92-4b4c-9a23-ed0b2c353c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:03,352 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.146s 2025-04-16 03:35:03,352 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cf5af91-53ce-472d-96cf-1cd2ca309efd', 'x-compute-request-id': 'req-7cf5af91-53ce-472d-96cf-1cd2ca309efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:04,510 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.142s 2025-04-16 03:35:04,510 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22139b4b-1afc-4410-b5e1-35e8782fe294', 'x-compute-request-id': 'req-22139b4b-1afc-4410-b5e1-35e8782fe294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:05,671 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.143s 2025-04-16 03:35:05,671 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e978d6a4-5ee8-47d3-b7a9-1dfa5190d404', 'x-compute-request-id': 'req-e978d6a4-5ee8-47d3-b7a9-1dfa5190d404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:06,823 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.131s 2025-04-16 03:35:06,823 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e50e270d-b398-4e69-bc90-53fd8f034631', 'x-compute-request-id': 'req-e50e270d-b398-4e69-bc90-53fd8f034631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:08,303 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.463s 2025-04-16 03:35:08,303 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ae1ff86-acd6-4d53-a34d-6ad1ee9e85d7', 'x-compute-request-id': 'req-5ae1ff86-acd6-4d53-a34d-6ad1ee9e85d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:09,441 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:35:09,442 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63656cd8-457a-4b3b-99b8-5b16e1eed175', 'x-compute-request-id': 'req-63656cd8-457a-4b3b-99b8-5b16e1eed175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:10,595 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:35:10,596 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa6d2f9d-2428-4d3b-afc6-3a368c338893', 'x-compute-request-id': 'req-fa6d2f9d-2428-4d3b-afc6-3a368c338893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:11,744 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:35:11,744 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16b6e736-f704-4d91-b7bd-7c41f4f0bb1f', 'x-compute-request-id': 'req-16b6e736-f704-4d91-b7bd-7c41f4f0bb1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:12,887 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:35:12,887 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1e07b82-449c-4089-8af6-de5c78c8e7f6', 'x-compute-request-id': 'req-b1e07b82-449c-4089-8af6-de5c78c8e7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:14,037 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:35:14,037 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d524d04-a37d-44c7-9649-bbc2c8f45768', 'x-compute-request-id': 'req-1d524d04-a37d-44c7-9649-bbc2c8f45768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:15,190 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:35:15,190 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c619f38c-b8c1-46f4-abfb-3f08dacfeb57', 'x-compute-request-id': 'req-c619f38c-b8c1-46f4-abfb-3f08dacfeb57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:16,350 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.142s 2025-04-16 03:35:16,350 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7775e121-1dc9-49b2-955b-c1868816ccdc', 'x-compute-request-id': 'req-7775e121-1dc9-49b2-955b-c1868816ccdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:17,499 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.134s 2025-04-16 03:35:17,499 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52713e21-cf43-41a2-8525-de89fbea266d', 'x-compute-request-id': 'req-52713e21-cf43-41a2-8525-de89fbea266d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:18,640 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:35:18,640 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db809e2-817a-4b44-912f-447324597b30', 'x-compute-request-id': 'req-9db809e2-817a-4b44-912f-447324597b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:19,777 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:35:19,777 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c58bd9cd-fc18-4283-8151-357bdb488ceb', 'x-compute-request-id': 'req-c58bd9cd-fc18-4283-8151-357bdb488ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:20,918 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:35:20,918 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60d85303-cd87-473d-a5ff-da194cd3da43', 'x-compute-request-id': 'req-60d85303-cd87-473d-a5ff-da194cd3da43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:22,071 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:35:22,072 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ac30fa5-da41-4fd9-90f7-524817c53083', 'x-compute-request-id': 'req-1ac30fa5-da41-4fd9-90f7-524817c53083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:23,202 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.116s 2025-04-16 03:35:23,202 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-386f43ad-e892-4e2b-ab6a-cd9ac891a444', 'x-compute-request-id': 'req-386f43ad-e892-4e2b-ab6a-cd9ac891a444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:24,356 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:35:24,356 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d943460-e268-4e2f-a5c9-117f1dccb89d', 'x-compute-request-id': 'req-8d943460-e268-4e2f-a5c9-117f1dccb89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:25,562 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.189s 2025-04-16 03:35:25,563 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c560e12-e48e-434f-a4be-674d45a5f7d8', 'x-compute-request-id': 'req-7c560e12-e48e-434f-a4be-674d45a5f7d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:26,770 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.192s 2025-04-16 03:35:26,771 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b647373-6498-402c-8cd7-0826534f4852', 'x-compute-request-id': 'req-0b647373-6498-402c-8cd7-0826534f4852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:27,970 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.182s 2025-04-16 03:35:27,970 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-750d3210-0b85-4c4a-a8e2-fcd30d08edbf', 'x-compute-request-id': 'req-750d3210-0b85-4c4a-a8e2-fcd30d08edbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:29,123 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:35:29,123 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c20e13aa-11f4-4404-acaf-62b6d3805890', 'x-compute-request-id': 'req-c20e13aa-11f4-4404-acaf-62b6d3805890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:30,270 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:35:30,270 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d4a3a32-96b2-41d4-85ed-d3d3da33ed56', 'x-compute-request-id': 'req-6d4a3a32-96b2-41d4-85ed-d3d3da33ed56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:31,424 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:35:31,424 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-563b0486-0f56-4bde-bbc9-66d2151ce851', 'x-compute-request-id': 'req-563b0486-0f56-4bde-bbc9-66d2151ce851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:32,562 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:35:32,562 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6374260-39c4-4a71-add9-70a8d0977db8', 'x-compute-request-id': 'req-e6374260-39c4-4a71-add9-70a8d0977db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:33,710 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:35:33,711 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e18acb32-1c7a-455d-82e2-8171e5c774c8', 'x-compute-request-id': 'req-e18acb32-1c7a-455d-82e2-8171e5c774c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:34,855 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:35:34,855 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ef764cf-a854-4293-84ab-369c1b509006', 'x-compute-request-id': 'req-7ef764cf-a854-4293-84ab-369c1b509006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:36,002 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:35:36,002 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c637f1e-c706-49b7-a7ca-d7deab55c35a', 'x-compute-request-id': 'req-7c637f1e-c706-49b7-a7ca-d7deab55c35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:37,148 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.131s 2025-04-16 03:35:37,148 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d68e237-a29d-40d0-b6b0-9def44b0b35b', 'x-compute-request-id': 'req-9d68e237-a29d-40d0-b6b0-9def44b0b35b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:38,283 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:test_schedule_to_all_nodes): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.120s 2025-04-16 03:35:38,283 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d6af2fb-4fb6-4ad9-97c7-c43405029f74', 'x-compute-request-id': 'req-0d6af2fb-4fb6-4ad9-97c7-c43405029f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:38,458 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 204 DELETE http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.161s 2025-04-16 03:35:38,458 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:38 GMT', 'server': 'Apache/2.4.52 (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-1181af68-fc86-4321-8d9b-674fe99f4957', 'x-compute-request-id': 'req-1181af68-fc86-4321-8d9b-674fe99f4957', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'' 2025-04-16 03:35:38,582 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.122s 2025-04-16 03:35:38,582 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41ed39df-7ef0-4424-8baa-3c50a1a1c6c6', 'x-compute-request-id': 'req-41ed39df-7ef0-4424-8baa-3c50a1a1c6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:39,715 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.119s 2025-04-16 03:35:39,716 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-038914ac-7e79-4341-8e00-af9535fdc931', 'x-compute-request-id': 'req-038914ac-7e79-4341-8e00-af9535fdc931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:40,858 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:35:40,858 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f3cc8c4-fdcd-4555-9f76-a9c94156c051', 'x-compute-request-id': 'req-9f3cc8c4-fdcd-4555-9f76-a9c94156c051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:41,996 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.122s 2025-04-16 03:35:41,996 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af15b0bb-9719-4f87-b58c-453828bb97b7', 'x-compute-request-id': 'req-af15b0bb-9719-4f87-b58c-453828bb97b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:43,138 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:35:43,138 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e75169-437a-41d0-ae46-6992d4627ec0', 'x-compute-request-id': 'req-c8e75169-437a-41d0-ae46-6992d4627ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:44,278 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:35:44,278 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9b324a4-399b-4436-b4c0-8eb65c36cd4a', 'x-compute-request-id': 'req-b9b324a4-399b-4436-b4c0-8eb65c36cd4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:45,447 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.154s 2025-04-16 03:35:45,448 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db5a111e-0b90-4d28-957a-7bac143c5a54', 'x-compute-request-id': 'req-db5a111e-0b90-4d28-957a-7bac143c5a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:46,589 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:35:46,589 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a56b5542-73db-4f07-a3a4-d6731b231eb7', 'x-compute-request-id': 'req-a56b5542-73db-4f07-a3a4-d6731b231eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:47,724 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.120s 2025-04-16 03:35:47,724 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f3d614-90cc-4539-a596-2de8cd523941', 'x-compute-request-id': 'req-d2f3d614-90cc-4539-a596-2de8cd523941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:48,869 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:35:48,869 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-278bfbde-0b18-4097-8679-06d7cc73d895', 'x-compute-request-id': 'req-278bfbde-0b18-4097-8679-06d7cc73d895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:50,012 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:35:50,012 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc090839-79e3-4981-a496-ce2f05002d8b', 'x-compute-request-id': 'req-cc090839-79e3-4981-a496-ce2f05002d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:51,162 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:35:51,162 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c88ac33-3253-4bb6-834b-85c43c5e2d9b', 'x-compute-request-id': 'req-3c88ac33-3253-4bb6-834b-85c43c5e2d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:52,301 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:35:52,302 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b05010ec-cf0f-42b6-bc46-f35d42cf605c', 'x-compute-request-id': 'req-b05010ec-cf0f-42b6-bc46-f35d42cf605c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:53,444 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:35:53,445 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9555b1f7-288e-4baa-bd3c-2ce1cf2e61a8', 'x-compute-request-id': 'req-9555b1f7-288e-4baa-bd3c-2ce1cf2e61a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:54,585 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:35:54,585 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-886ab1bc-53b0-4ec0-a823-775581420e97', 'x-compute-request-id': 'req-886ab1bc-53b0-4ec0-a823-775581420e97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:55,723 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.122s 2025-04-16 03:35:55,723 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d7fac88-1aee-43a6-9113-9f26757c0367', 'x-compute-request-id': 'req-9d7fac88-1aee-43a6-9113-9f26757c0367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:56,865 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:35:56,865 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6745e38-6379-487a-8c2e-ecd281e601b1', 'x-compute-request-id': 'req-c6745e38-6379-487a-8c2e-ecd281e601b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:57,997 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.117s 2025-04-16 03:35:57,997 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ff1201d-481b-482c-8d47-66dcb486ff46', 'x-compute-request-id': 'req-7ff1201d-481b-482c-8d47-66dcb486ff46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:35:59,152 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:35:59,152 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cae34ee-6f8f-42aa-984a-a5a4f1e28ccd', 'x-compute-request-id': 'req-0cae34ee-6f8f-42aa-984a-a5a4f1e28ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:00,296 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:36:00,297 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ab97b8-fed8-4c77-96c4-3541efa919e5', 'x-compute-request-id': 'req-a1ab97b8-fed8-4c77-96c4-3541efa919e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:01,451 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:36:01,452 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b23249a-6255-47a8-a5ad-81aa60eb31f1', 'x-compute-request-id': 'req-2b23249a-6255-47a8-a5ad-81aa60eb31f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:02,600 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:36:02,600 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca0f452-76f0-459e-be16-3919c40b69d9', 'x-compute-request-id': 'req-fca0f452-76f0-459e-be16-3919c40b69d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:03,755 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:36:03,755 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e9de978-3929-4cab-91d8-696f3d9ed1cd', 'x-compute-request-id': 'req-7e9de978-3929-4cab-91d8-696f3d9ed1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:04,899 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:36:04,899 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe32cf65-790a-4286-ae9d-145b6736a2a8', 'x-compute-request-id': 'req-fe32cf65-790a-4286-ae9d-145b6736a2a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:06,055 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.142s 2025-04-16 03:36:06,056 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f10a60dc-9810-499f-a7b4-839c4e871bae', 'x-compute-request-id': 'req-f10a60dc-9810-499f-a7b4-839c4e871bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:07,200 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:36:07,201 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fada9d63-921f-461d-8d82-1394a4458c36', 'x-compute-request-id': 'req-fada9d63-921f-461d-8d82-1394a4458c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:08,335 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.119s 2025-04-16 03:36:08,335 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-839f89be-2b9e-4fef-b766-bc99be858148', 'x-compute-request-id': 'req-839f89be-2b9e-4fef-b766-bc99be858148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:09,470 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.120s 2025-04-16 03:36:09,470 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed1863a-1a42-4072-b66a-26b4e1b6dc18', 'x-compute-request-id': 'req-4ed1863a-1a42-4072-b66a-26b4e1b6dc18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:10,605 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.121s 2025-04-16 03:36:10,606 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ead2fa9-8d2c-434c-b0d1-28fa4943ca89', 'x-compute-request-id': 'req-8ead2fa9-8d2c-434c-b0d1-28fa4943ca89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:11,750 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:36:11,750 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c3a80e-0879-4bb3-b180-c61aa5687ccb', 'x-compute-request-id': 'req-d0c3a80e-0879-4bb3-b180-c61aa5687ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:12,905 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:36:12,906 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54161ff1-b567-4e82-9a00-28a939733486', 'x-compute-request-id': 'req-54161ff1-b567-4e82-9a00-28a939733486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:14,052 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:36:14,052 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6f3f746-68d2-44b2-9eee-fb1a53004c5d', 'x-compute-request-id': 'req-e6f3f746-68d2-44b2-9eee-fb1a53004c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:15,203 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:36:15,203 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f239fd0b-1054-42c8-aeeb-c7d687ff7db4', 'x-compute-request-id': 'req-f239fd0b-1054-42c8-aeeb-c7d687ff7db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:16,343 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:36:16,343 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fedf8d06-5cf6-43d7-a3d1-d2b84c804f43', 'x-compute-request-id': 'req-fedf8d06-5cf6-43d7-a3d1-d2b84c804f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:17,485 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:36:17,486 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d62a5bd-af3f-414d-bcf9-0bf5143221b0', 'x-compute-request-id': 'req-0d62a5bd-af3f-414d-bcf9-0bf5143221b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:18,632 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.131s 2025-04-16 03:36:18,632 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fd65d0d-cdb3-4d8b-ad90-6477d20425de', 'x-compute-request-id': 'req-4fd65d0d-cdb3-4d8b-ad90-6477d20425de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:19,784 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.138s 2025-04-16 03:36:19,785 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98e46d91-efb8-4885-b5d1-f8bb77894442', 'x-compute-request-id': 'req-98e46d91-efb8-4885-b5d1-f8bb77894442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:20,926 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:36:20,926 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa1b2155-9383-4fad-b614-40c0ddb96ff9', 'x-compute-request-id': 'req-fa1b2155-9383-4fad-b614-40c0ddb96ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:22,065 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:36:22,065 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45c928d8-dc44-41d3-ac9c-2fc0a318909e', 'x-compute-request-id': 'req-45c928d8-dc44-41d3-ac9c-2fc0a318909e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:23,209 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:36:23,209 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-846124c2-22a6-47a2-9b15-908dbdaa388d', 'x-compute-request-id': 'req-846124c2-22a6-47a2-9b15-908dbdaa388d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:24,345 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.119s 2025-04-16 03:36:24,345 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c660a44e-1286-4583-b6c2-7b47fcf10bba', 'x-compute-request-id': 'req-c660a44e-1286-4583-b6c2-7b47fcf10bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:25,481 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.121s 2025-04-16 03:36:25,482 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee630ee8-533f-4049-87c6-9b26f123a2d2', 'x-compute-request-id': 'req-ee630ee8-533f-4049-87c6-9b26f123a2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:26,633 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:36:26,634 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbad8233-4920-4b4f-b23b-1c8bab6f6b8f', 'x-compute-request-id': 'req-dbad8233-4920-4b4f-b23b-1c8bab6f6b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:27,927 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.275s 2025-04-16 03:36:27,927 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a0a7274-3601-498f-964c-a666e81f1790', 'x-compute-request-id': 'req-9a0a7274-3601-498f-964c-a666e81f1790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:29,072 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:36:29,073 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c4bec50-3845-4ef9-add3-df7f6d658760', 'x-compute-request-id': 'req-7c4bec50-3845-4ef9-add3-df7f6d658760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:30,214 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:36:30,215 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb73a98f-0c31-4e78-a550-e018471b7eda', 'x-compute-request-id': 'req-cb73a98f-0c31-4e78-a550-e018471b7eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:31,356 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:36:31,357 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca6654d-df47-445d-a6aa-586f34335b53', 'x-compute-request-id': 'req-fca6654d-df47-445d-a6aa-586f34335b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:32,500 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:36:32,501 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d7b244-b42c-46eb-ada5-d0bc6184a5ea', 'x-compute-request-id': 'req-70d7b244-b42c-46eb-ada5-d0bc6184a5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:33,640 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:36:33,640 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9e5a2c5-e7d9-4e11-8301-c4d869383eb4', 'x-compute-request-id': 'req-e9e5a2c5-e7d9-4e11-8301-c4d869383eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:34,783 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:36:34,783 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d8698ea-464a-419f-92bd-cf9415586ca5', 'x-compute-request-id': 'req-6d8698ea-464a-419f-92bd-cf9415586ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:35,920 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:36:35,921 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7c9a5ee-982e-49e9-b5f6-ef65aaeb06ef', 'x-compute-request-id': 'req-f7c9a5ee-982e-49e9-b5f6-ef65aaeb06ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:37,070 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.135s 2025-04-16 03:36:37,071 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bf15948-c8aa-4fed-b32a-6c96590e69ee', 'x-compute-request-id': 'req-3bf15948-c8aa-4fed-b32a-6c96590e69ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:38,217 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:36:38,218 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-244d030f-730d-4c30-8f34-9b2d853697aa', 'x-compute-request-id': 'req-244d030f-730d-4c30-8f34-9b2d853697aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:39,358 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:36:39,359 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5774ee37-c5b1-48ff-8a0d-7801b04b5b51', 'x-compute-request-id': 'req-5774ee37-c5b1-48ff-8a0d-7801b04b5b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:40,503 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:36:40,503 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-155aa2a3-c138-4cf2-b936-f845e9102a2e', 'x-compute-request-id': 'req-155aa2a3-c138-4cf2-b936-f845e9102a2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:41,647 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:36:41,647 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0058a0ca-72cd-4ef9-b8d9-c9b5cb43761a', 'x-compute-request-id': 'req-0058a0ca-72cd-4ef9-b8d9-c9b5cb43761a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:42,799 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:36:42,799 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f41e14a-191b-4132-b959-2a2b8e1f9f02', 'x-compute-request-id': 'req-9f41e14a-191b-4132-b959-2a2b8e1f9f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:43,939 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:36:43,939 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfb038d7-1c03-4c1a-b1ae-391aa7a377f1', 'x-compute-request-id': 'req-bfb038d7-1c03-4c1a-b1ae-391aa7a377f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:45,102 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.147s 2025-04-16 03:36:45,102 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f2ef478-f57e-46a8-b541-76a1ebf4cdbd', 'x-compute-request-id': 'req-1f2ef478-f57e-46a8-b541-76a1ebf4cdbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:46,242 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:36:46,243 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e3dfff9-f714-418e-9edb-4bfb8d4d68e3', 'x-compute-request-id': 'req-6e3dfff9-f714-418e-9edb-4bfb8d4d68e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:47,386 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:36:47,386 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-896d0ef1-840c-4703-90a3-35849bdf008a', 'x-compute-request-id': 'req-896d0ef1-840c-4703-90a3-35849bdf008a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:48,554 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.153s 2025-04-16 03:36:48,554 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a286463-7488-4190-ba57-276a5a31827e', 'x-compute-request-id': 'req-5a286463-7488-4190-ba57-276a5a31827e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:49,709 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:36:49,709 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92e4afe6-878a-474b-a9c0-e468eed32c8c', 'x-compute-request-id': 'req-92e4afe6-878a-474b-a9c0-e468eed32c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:50,856 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:36:50,856 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11fbd0ce-d5c5-40d2-9734-bc310f4d3b7b', 'x-compute-request-id': 'req-11fbd0ce-d5c5-40d2-9734-bc310f4d3b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:52,003 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:36:52,004 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a6b8a0-6d64-4c55-9c19-a7628298eb29', 'x-compute-request-id': 'req-54a6b8a0-6d64-4c55-9c19-a7628298eb29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:53,147 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.125s 2025-04-16 03:36:53,147 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2c81ae0-c0a0-471d-8f75-8085cd832c3e', 'x-compute-request-id': 'req-b2c81ae0-c0a0-471d-8f75-8085cd832c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:54,289 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:36:54,290 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15b5ac6e-ca4f-4d7d-856a-8101c559e7c3', 'x-compute-request-id': 'req-15b5ac6e-ca4f-4d7d-856a-8101c559e7c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:55,449 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.139s 2025-04-16 03:36:55,449 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a12fd9b3-e9da-4a8b-ae9c-af663ea6064a', 'x-compute-request-id': 'req-a12fd9b3-e9da-4a8b-ae9c-af663ea6064a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:56,586 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.122s 2025-04-16 03:36:56,586 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4128c200-7004-4e8a-8dbf-f1ac5137ee29', 'x-compute-request-id': 'req-4128c200-7004-4e8a-8dbf-f1ac5137ee29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:57,716 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.115s 2025-04-16 03:36:57,717 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0666d31d-0164-4e51-9914-fbe476aa2ee4', 'x-compute-request-id': 'req-0666d31d-0164-4e51-9914-fbe476aa2ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:58,858 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.126s 2025-04-16 03:36:58,858 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-797bd722-8080-45bd-9075-fe5e7a670ed5', 'x-compute-request-id': 'req-797bd722-8080-45bd-9075-fe5e7a670ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:36:59,997 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:36:59,998 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76d0c1aa-c5cb-4b32-816a-49146e748f83', 'x-compute-request-id': 'req-76d0c1aa-c5cb-4b32-816a-49146e748f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:01,154 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.137s 2025-04-16 03:37:01,154 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-853fd455-76f1-434f-9517-ecd7b7555408', 'x-compute-request-id': 'req-853fd455-76f1-434f-9517-ecd7b7555408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:02,505 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.337s 2025-04-16 03:37:02,505 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2096b961-fa4e-4057-aa94-78d023f9a9e2', 'x-compute-request-id': 'req-2096b961-fa4e-4057-aa94-78d023f9a9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:03,741 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.219s 2025-04-16 03:37:03,742 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3c915f4-fec2-4192-8d55-43abf015c744', 'x-compute-request-id': 'req-c3c915f4-fec2-4192-8d55-43abf015c744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:04,888 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:37:04,888 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e5ba67d-0c72-444a-9817-96ace2f361f7', 'x-compute-request-id': 'req-4e5ba67d-0c72-444a-9817-96ace2f361f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:06,037 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.134s 2025-04-16 03:37:06,037 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b348304-1df8-4157-808e-fbeb18f66c48', 'x-compute-request-id': 'req-8b348304-1df8-4157-808e-fbeb18f66c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:07,182 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.129s 2025-04-16 03:37:07,182 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5946765-57b9-477f-821b-d51c9a8accad', 'x-compute-request-id': 'req-a5946765-57b9-477f-821b-d51c9a8accad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:08,328 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.131s 2025-04-16 03:37:08,329 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5362e04-fc83-4be0-b5a0-b381ccad1a14', 'x-compute-request-id': 'req-e5362e04-fc83-4be0-b5a0-b381ccad1a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:09,476 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.130s 2025-04-16 03:37:09,476 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-580b6fd0-2c8e-4ca6-8bfa-84c8d653c1e6', 'x-compute-request-id': 'req-580b6fd0-2c8e-4ca6-8bfa-84c8d653c1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:10,669 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.175s 2025-04-16 03:37:10,670 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e3187f9-5558-4d81-a45f-2809ceccad57', 'x-compute-request-id': 'req-2e3187f9-5558-4d81-a45f-2809ceccad57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:11,845 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.162s 2025-04-16 03:37:11,846 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4884d646-6004-42ec-adc2-d69be70dac36', 'x-compute-request-id': 'req-4884d646-6004-42ec-adc2-d69be70dac36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:12,994 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:37:12,995 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14f8419b-9134-46ac-921a-3a2e5e4b4e72', 'x-compute-request-id': 'req-14f8419b-9134-46ac-921a-3a2e5e4b4e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:14,133 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.123s 2025-04-16 03:37:14,133 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3d19b41-2053-4467-9239-e28057851b26', 'x-compute-request-id': 'req-b3d19b41-2053-4467-9239-e28057851b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:15,282 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.133s 2025-04-16 03:37:15,282 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2f6af83-4fcf-409c-b7f1-55cb47b89eda', 'x-compute-request-id': 'req-e2f6af83-4fcf-409c-b7f1-55cb47b89eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:16,434 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.136s 2025-04-16 03:37:16,435 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-320c5f3f-b3a3-4c9a-946b-6d58ce2fdb9a', 'x-compute-request-id': 'req-320c5f3f-b3a3-4c9a-946b-6d58ce2fdb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:17,580 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.128s 2025-04-16 03:37:17,580 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2134e419-996e-4eca-bd3b-216487137d62', 'x-compute-request-id': 'req-2134e419-996e-4eca-bd3b-216487137d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:18,714 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.118s 2025-04-16 03:37:18,714 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bee14507-8f4b-4cca-947e-f48fbf7c247a', 'x-compute-request-id': 'req-bee14507-8f4b-4cca-947e-f48fbf7c247a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:19,853 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.124s 2025-04-16 03:37:19,853 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b435bbc-021f-44fb-a7c2-db7c47f10698', 'x-compute-request-id': 'req-5b435bbc-021f-44fb-a7c2-db7c47f10698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:20,995 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.127s 2025-04-16 03:37:20,995 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88b95890-5648-4880-8f75-0943caed67d7', 'x-compute-request-id': 'req-88b95890-5648-4880-8f75-0943caed67d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:22,142 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.132s 2025-04-16 03:37:22,142 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72388512-3e80-4791-ab78-f7661a3fa115', 'x-compute-request-id': 'req-72388512-3e80-4791-ab78-f7661a3fa115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "efe2badc873f27c682da0714469ed7b178bfd181b41d919ca0600339", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": "np0040468351", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468351", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:23,296 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.140s 2025-04-16 03:37:23,297 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1391', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5925f357-ef0f-4285-b315-e8ec9a86e733', 'x-compute-request-id': 'req-5925f357-ef0f-4285-b315-e8ec9a86e733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:24,430 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.117s 2025-04-16 03:37:24,430 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1391', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9b4083b-2964-43b3-91c9-10c955e15341', 'x-compute-request-id': 'req-c9b4083b-2964-43b3-91c9-10c955e15341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:25,515 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.067s 2025-04-16 03:37:25,516 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9374e998-0989-4368-a627-827e3df92f2b', 'x-compute-request-id': 'req-9374e998-0989-4368-a627-827e3df92f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:26,616 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.085s 2025-04-16 03:37:26,616 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ace6d123-fb24-4b63-b57c-b657fa603e2c', 'x-compute-request-id': 'req-ace6d123-fb24-4b63-b57c-b657fa603e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:27,700 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.069s 2025-04-16 03:37:27,700 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d8305f-381f-439a-a645-518d8a70e4b6', 'x-compute-request-id': 'req-40d8305f-381f-439a-a645-518d8a70e4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:28,791 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.077s 2025-04-16 03:37:28,791 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-630994f4-83a8-4a27-b522-604b2e0c398e', 'x-compute-request-id': 'req-630994f4-83a8-4a27-b522-604b2e0c398e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:29,887 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.080s 2025-04-16 03:37:29,887 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-985958b1-50b2-490d-8c68-0b1ac6a715b6', 'x-compute-request-id': 'req-985958b1-50b2-490d-8c68-0b1ac6a715b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:30,971 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.069s 2025-04-16 03:37:30,971 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fb7eecd-0031-4001-bf66-b7e1deada056', 'x-compute-request-id': 'req-6fb7eecd-0031-4001-bf66-b7e1deada056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:32,082 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.093s 2025-04-16 03:37:32,083 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9acfb1a0-9683-4262-be44-8daa33a9ae0f', 'x-compute-request-id': 'req-9acfb1a0-9683-4262-be44-8daa33a9ae0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:33,176 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.078s 2025-04-16 03:37:33,176 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f80134e2-7f43-44b9-9503-96fe58f036cb', 'x-compute-request-id': 'req-f80134e2-7f43-44b9-9503-96fe58f036cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:34,604 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.408s 2025-04-16 03:37:34,604 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e28154f2-bc50-4fd9-957f-610890778cf9', 'x-compute-request-id': 'req-e28154f2-bc50-4fd9-957f-610890778cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:35,698 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.080s 2025-04-16 03:37:35,698 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97c9637f-445c-446c-9149-4e6958c6da7c', 'x-compute-request-id': 'req-97c9637f-445c-446c-9149-4e6958c6da7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:36,791 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.078s 2025-04-16 03:37:36,791 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99c98ea7-ca5b-42b1-9669-81a21bb2618c', 'x-compute-request-id': 'req-99c98ea7-ca5b-42b1-9669-81a21bb2618c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:37,879 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.073s 2025-04-16 03:37:37,880 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83c6b0a1-bf18-40a9-bf37-05174e922e51', 'x-compute-request-id': 'req-83c6b0a1-bf18-40a9-bf37-05174e922e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:38,970 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.074s 2025-04-16 03:37:38,971 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed147f1b-7752-430b-ae51-f799eea937db', 'x-compute-request-id': 'req-ed147f1b-7752-430b-ae51-f799eea937db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:40,064 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.073s 2025-04-16 03:37:40,064 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc2898d4-1789-43db-b927-8544743b0966', 'x-compute-request-id': 'req-fc2898d4-1789-43db-b927-8544743b0966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:41,151 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.071s 2025-04-16 03:37:41,151 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3d8318a-55b8-4697-b4a4-c1c9aaaac42b', 'x-compute-request-id': 'req-e3d8318a-55b8-4697-b4a4-c1c9aaaac42b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:42,233 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.067s 2025-04-16 03:37:42,234 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-232d33df-49e8-456c-8444-bdba939b97b0', 'x-compute-request-id': 'req-232d33df-49e8-456c-8444-bdba939b97b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:43,327 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.079s 2025-04-16 03:37:43,328 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-992900d8-d33d-4b39-b59d-3a8f4ada2e11', 'x-compute-request-id': 'req-992900d8-d33d-4b39-b59d-3a8f4ada2e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:44,420 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.074s 2025-04-16 03:37:44,420 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14e8e835-d9c9-4594-ac80-2b94fec170ed', 'x-compute-request-id': 'req-14e8e835-d9c9-4594-ac80-2b94fec170ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:45,509 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.074s 2025-04-16 03:37:45,510 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d3a11a-6817-4b2a-a024-7baec7f2c47d', 'x-compute-request-id': 'req-f1d3a11a-6817-4b2a-a024-7baec7f2c47d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:46,599 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.072s 2025-04-16 03:37:46,599 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e828bdc-b20a-48f1-9ecf-b867271debcc', 'x-compute-request-id': 'req-5e828bdc-b20a-48f1-9ecf-b867271debcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:47,688 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.074s 2025-04-16 03:37:47,688 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ae3309e-e271-47d7-8161-06d505080940', 'x-compute-request-id': 'req-4ae3309e-e271-47d7-8161-06d505080940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:48,785 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.077s 2025-04-16 03:37:48,785 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d56cf0e-d295-40cb-970a-87e5b7d0790a', 'x-compute-request-id': 'req-1d56cf0e-d295-40cb-970a-87e5b7d0790a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:49,872 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.071s 2025-04-16 03:37:49,872 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac7fd776-cf74-40c4-986e-0d513ef70803', 'x-compute-request-id': 'req-ac7fd776-cf74-40c4-986e-0d513ef70803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:50,964 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.075s 2025-04-16 03:37:50,964 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ded02b6f-bf46-4587-b038-33fe92c4c25f', 'x-compute-request-id': 'req-ded02b6f-bf46-4587-b038-33fe92c4c25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:52,058 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.077s 2025-04-16 03:37:52,059 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27dbd0eb-9474-4868-a45a-e93f1b3cc9b7', 'x-compute-request-id': 'req-27dbd0eb-9474-4868-a45a-e93f1b3cc9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:53,146 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.073s 2025-04-16 03:37:53,147 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8132dd78-e7dd-405e-9e29-787713572b23', 'x-compute-request-id': 'req-8132dd78-e7dd-405e-9e29-787713572b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:54,448 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.286s 2025-04-16 03:37:54,448 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3c80820-00b0-497f-987f-a14ba6803ca8', 'x-compute-request-id': 'req-a3c80820-00b0-497f-987f-a14ba6803ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:55,537 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.073s 2025-04-16 03:37:55,537 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-822925be-a0eb-422f-a9b2-39940459b540', 'x-compute-request-id': 'req-822925be-a0eb-422f-a9b2-39940459b540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:56,630 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.074s 2025-04-16 03:37:56,630 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c77ac89-2c3b-4e11-b0d6-ee9a284bb662', 'x-compute-request-id': 'req-1c77ac89-2c3b-4e11-b0d6-ee9a284bb662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:57,725 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.080s 2025-04-16 03:37:57,725 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8146b4ca-be01-4bbc-bb7e-229fe0752fbe', 'x-compute-request-id': 'req-8146b4ca-be01-4bbc-bb7e-229fe0752fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:58,816 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.076s 2025-04-16 03:37:58,817 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-958ef6fb-1bd9-442e-b7ec-72d5ff5eba32', 'x-compute-request-id': 'req-958ef6fb-1bd9-442e-b7ec-72d5ff5eba32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:37:59,907 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.075s 2025-04-16 03:37:59,907 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f29dee2-4eea-4a4a-a4ed-0ba332d1b6ea', 'x-compute-request-id': 'req-8f29dee2-4eea-4a4a-a4ed-0ba332d1b6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:00,993 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.072s 2025-04-16 03:38:00,994 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95952838-adde-400a-90b7-35934ecb5264', 'x-compute-request-id': 'req-95952838-adde-400a-90b7-35934ecb5264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:02,087 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.079s 2025-04-16 03:38:02,088 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed1dff15-e610-4dc5-b06e-d4d5cbbeee9a', 'x-compute-request-id': 'req-ed1dff15-e610-4dc5-b06e-d4d5cbbeee9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:03,176 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.073s 2025-04-16 03:38:03,177 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f57c1faf-7ad4-4b4c-a0f8-720f42e2bd81', 'x-compute-request-id': 'req-f57c1faf-7ad4-4b4c-a0f8-720f42e2bd81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:04,271 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.076s 2025-04-16 03:38:04,272 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36ddde53-78c2-4464-a1aa-68f246a791ac', 'x-compute-request-id': 'req-36ddde53-78c2-4464-a1aa-68f246a791ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:05,365 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.076s 2025-04-16 03:38:05,365 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8b51117-08e6-44ee-8657-9567a7fa7655', 'x-compute-request-id': 'req-e8b51117-08e6-44ee-8657-9567a7fa7655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:06,461 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.080s 2025-04-16 03:38:06,461 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7e79dda-635b-4ba1-80ac-63d1eeaa1789', 'x-compute-request-id': 'req-b7e79dda-635b-4ba1-80ac-63d1eeaa1789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:07,556 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.072s 2025-04-16 03:38:07,557 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65a48a33-fe8c-464f-9530-c744f110bb26', 'x-compute-request-id': 'req-65a48a33-fe8c-464f-9530-c744f110bb26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:08,648 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.074s 2025-04-16 03:38:08,649 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8c91dc5-cd04-460d-910a-c54a47f07460', 'x-compute-request-id': 'req-b8c91dc5-cd04-460d-910a-c54a47f07460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:09,747 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.083s 2025-04-16 03:38:09,748 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f76d17c4-4e75-41b4-972c-d77d4c0c7d88', 'x-compute-request-id': 'req-f76d17c4-4e75-41b4-972c-d77d4c0c7d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:10,840 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.078s 2025-04-16 03:38:10,841 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d088e925-4917-48e0-a5ea-eb995403419b', 'x-compute-request-id': 'req-d088e925-4917-48e0-a5ea-eb995403419b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:11,948 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.092s 2025-04-16 03:38:11,949 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2259432e-1ecd-486b-8427-a7296c0d2c40', 'x-compute-request-id': 'req-2259432e-1ecd-486b-8427-a7296c0d2c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:13,060 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.086s 2025-04-16 03:38:13,060 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27625da6-92bf-4eed-99f2-7eb61f95858a', 'x-compute-request-id': 'req-27625da6-92bf-4eed-99f2-7eb61f95858a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:14,180 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.105s 2025-04-16 03:38:14,180 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63a41f26-3e76-4cff-9b4e-762a05034c31', 'x-compute-request-id': 'req-63a41f26-3e76-4cff-9b4e-762a05034c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:15,270 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.076s 2025-04-16 03:38:15,271 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a62e54e-86f2-43f4-8902-64d558176b9f', 'x-compute-request-id': 'req-0a62e54e-86f2-43f4-8902-64d558176b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:16,377 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.092s 2025-04-16 03:38:16,377 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15b7fd69-a9d3-4ceb-a125-ab54ea48cb1a', 'x-compute-request-id': 'req-15b7fd69-a9d3-4ceb-a125-ab54ea48cb1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:17,471 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.076s 2025-04-16 03:38:17,472 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74ccaf8b-a399-44d2-b4d2-2f3b78a82ed4', 'x-compute-request-id': 'req-74ccaf8b-a399-44d2-b4d2-2f3b78a82ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "BUILD", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:38:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "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-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:18,572 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6 0.086s 2025-04-16 03:38:18,573 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '3683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22015f7f-ef9c-4393-bc0d-b117abe907e5', 'x-compute-request-id': 'req-22015f7f-ef9c-4393-bc0d-b117abe907e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6'} Body: b'{"server": {"id": "ac9865ef-f1bf-435c-a43a-35da3fbd02f6", "name": "tempest-TestServerMultinode-server-152451351", "status": "ERROR", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:05Z", "updated": "2025-04-16T03:38:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/ac9865ef-f1bf-435c-a43a-35da3fbd02f6"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-04-16T03:38:18Z", "message": "Build of instance ac9865ef-f1bf-435c-a43a-35da3fbd02f6 aborted: Failed to allocate the network(s), not rescheduling.", "details": "Traceback (most recent call last):\\n File \\"/opt/stack/new/nova/nova/virt/libvirt/driver.py\\", line 8235, in _create_guest_with_network\\n with self.virtapi.wait_for_instance_event(\\n File \\"/usr/lib/python3.10/contextlib.py\\", line 142, in __exit__\\n next(self.gen)\\n File \\"/opt/stack/new/nova/nova/compute/manager.py\\", line 561, in wait_for_instance_event\\n self._wait_for_instance_events(\\n File \\"/opt/stack/new/nova/nova/compute/manager.py\\", line 473, in _wait_for_instance_events\\n actual_event = event.wait()\\n File \\"/opt/stack/new/nova/nova/compute/manager.py\\", line 438, in wait\\n instance_event = self.event.wait()\\n File \\"/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/event.py\\", line 124, in wait\\n result = hub.switch()\\n File \\"/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/hubs/hub.py\\", line 310, in switch\\n return self.greenlet.switch()\\neventlet.timeout.Timeout: 300 seconds\\n\\nDuring handling of the above exception, another exception occurred:\\n\\nTraceback (most recent call last):\\n File \\"/opt/stack/new/nova/nova/compute/manager.py\\", line 2648, in _build_and_run_instance\\n self.driver.spawn(context, instance, image_meta,\\n File \\"/opt/stack/new/nova/nova/virt/libvirt/driver.py\\", line 4865, in spawn\\n self._create_guest_with_network(\\n File \\"/opt/stack/new/nova/nova/virt/libvirt/driver.py\\", line 8261, in _create_guest_with_network\\n raise exception.VirtualInterfaceCreateException()\\nnova.exception.VirtualInterfaceCreateException: Virtual Interface creation failed\\n\\nDuring handling of the above exception, another exception occurred:\\n\\nTraceback (most recent call last):\\n File \\"/opt/stack/new/nova/nova/compute/manager.py\\", line 2463, in _do_build_and_run_instance\\n self._build_and_run_instance(context, instance, image,\\n File \\"/opt/stack/new/nova/nova/compute/manager.py\\", line 2712, in _build_and_run_instance\\n raise exception.BuildAbortException(instance_uuid=instance.uuid,\\nnova.exception.BuildAbortException: Build of instance ac9865ef-f1bf-435c-a43a-35da3fbd02f6 aborted: Failed to allocate the network(s), not rescheduling.\\n"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": null, "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:18,586 188256 INFO [tempest.common.waiters] State transition "BUILD/deleting" ==> "ERROR/None" after 160 second wait 2025-04-16 03:38:18,702 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 204 DELETE http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.116s 2025-04-16 03:38:18,702 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:18 GMT', 'server': 'Apache/2.4.52 (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-b4b46559-d7b0-492e-bf88-3d693a98144f', 'x-compute-request-id': 'req-b4b46559-d7b0-492e-bf88-3d693a98144f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'' 2025-04-16 03:38:18,835 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.132s 2025-04-16 03:38:18,835 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1652', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-384fd8e4-b6ed-4212-b2ae-8ab5977e22ae', 'x-compute-request-id': 'req-384fd8e4-b6ed-4212-b2ae-8ab5977e22ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "ACTIVE", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:38:19Z", "addresses": {"tempest-TestServerMultinode-547815063-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:a3:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-04-16T03:32:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:19,979 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.125s 2025-04-16 03:38:19,979 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1652', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2200b29-0e55-46cf-b2fc-e9a429c7ddc5', 'x-compute-request-id': 'req-f2200b29-0e55-46cf-b2fc-e9a429c7ddc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "ACTIVE", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:38:19Z", "addresses": {"tempest-TestServerMultinode-547815063-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:a3:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-04-16T03:32:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:21,070 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.075s 2025-04-16 03:38:21,070 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-492aa7bf-ccf2-4c30-b1ff-16bb758b7ff1', 'x-compute-request-id': 'req-492aa7bf-ccf2-4c30-b1ff-16bb758b7ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "ACTIVE", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:38:20Z", "addresses": {"tempest-TestServerMultinode-547815063-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:a3:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-04-16T03:32:21.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:22,178 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.092s 2025-04-16 03:38:22,178 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33cb081f-2bd0-4ede-bb6a-d1ad4cedba14', 'x-compute-request-id': 'req-33cb081f-2bd0-4ede-bb6a-d1ad4cedba14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "DELETED", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:38:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-04-16T03:32:21.000000", "OS-SRV-USG:terminated_at": "2025-04-16T03:38:21.000000", "OS-EXT-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:22,192 188256 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait 2025-04-16 03:38:23,288 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 200 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.094s 2025-04-16 03:38:23,288 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72670b01-0053-4333-b099-a57bd9b8f386', 'x-compute-request-id': 'req-72670b01-0053-4333-b099-a57bd9b8f386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"server": {"id": "9877a5ce-1fea-4a62-9fa2-369c1ab2b239", "name": "tempest-TestServerMultinode-server-1997706609", "status": "DELETED", "tenant_id": "672ee2dce2b44bbcb229ed3d63f2004c", "user_id": "b1a36ea6ad3e49fbbaa41cb28c0a7aa4", "metadata": {}, "hostId": "817fdb1f9e326f8f79aaf50f4250097710e8f8df20e927306602a9fd", "image": {"id": "de941531-415a-42d2-80e1-7655c9e4ff91", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/images/de941531-415a-42d2-80e1-7655c9e4ff91"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.209.128.59/compute/flavors/42"}]}, "created": "2025-04-16T03:32:04Z", "updated": "2025-04-16T03:38:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}, {"rel": "bookmark", "href": "http://10.209.128.59/compute/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-04-16T03:32:21.000000", "OS-SRV-USG:terminated_at": "2025-04-16T03:38:21.000000", "OS-EXT-SRV-ATTR:host": "np0040468391", "OS-EXT-SRV-ATTR:instance_name": "instance-00000010", "OS-EXT-SRV-ATTR:hypervisor_hostname": "np0040468391", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-04-16 03:38:24,332 188256 INFO [tempest.lib.common.rest_client] Request (TestServerMultinode:_run_cleanups): 404 GET http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239 0.029s 2025-04-16 03:38:24,333 188256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 16 Apr 2025 03:38:24 GMT', 'server': 'Apache/2.4.52 (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-6dbaf2b6-bbdc-4422-b558-3c21395711f3', 'x-compute-request-id': 'req-6dbaf2b6-bbdc-4422-b558-3c21395711f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.209.128.59/compute/v2.1/servers/9877a5ce-1fea-4a62-9fa2-369c1ab2b239'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9877a5ce-1fea-4a62-9fa2-369c1ab2b239 could not be found."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination raise lib_exc.DeleteErrorException(details, server_id=server_id) tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server ac9865ef-f1bf-435c-a43a-35da3fbd02f6 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2025-04-16T03:38:18Z', 'message': 'Build of instance ac9865ef-f1bf-435c-a43a-35da3fbd02f6 aborted: Failed to allocate the network(s), not rescheduling.', 'details': 'Traceback (most recent call last):\n File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 8235, in _create_guest_with_network\n with self.virtapi.wait_for_instance_event(\n File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__\n next(self.gen)\n File "/opt/stack/new/nova/nova/compute/manager.py", line 561, in wait_for_instance_event\n self._wait_for_instance_events(\n File "/opt/stack/new/nova/nova/compute/manager.py", line 473, in _wait_for_instance_events\n actual_event = event.wait()\n File "/opt/stack/new/nova/nova/compute/manager.py", line 438, in wait\n instance_event = self.event.wait()\n File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/event.py", line 124, in wait\n result = hub.switch()\n File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/hubs/hub.py", line 310, in switch\n return self.greenlet.switch()\neventlet.timeout.Timeout: 300 seconds\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/stack/new/nova/nova/compute/manager.py", line 2648, in _build_and_run_instance\n self.driver.spawn(context, instance, image_meta,\n File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 4865, in spawn\n self._create_guest_with_network(\n File "/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 8261, in _create_guest_with_network\n raise exception.VirtualInterfaceCreateException()\nnova.exception.VirtualInterfaceCreateException: Virtual Interface creation failed\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/stack/new/nova/nova/compute/manager.py", line 2463, in _do_build_and_run_instance\n self._build_and_run_instance(context, instance, image,\n File "/opt/stack/new/nova/nova/compute/manager.py", line 2712, in _build_and_run_instance\n raise exception.BuildAbortException(instance_uuid=instance.uuid,\nnova.exception.BuildAbortException: Build of instance ac9865ef-f1bf-435c-a43a-35da3fbd02f6 aborted: Failed to allocate the network(s), not rescheduling.\n'}. }}} Traceback (most recent call last): File "/opt/stack/new/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/new/tempest/tempest/scenario/test_server_multinode.py", line 79, in test_schedule_to_all_nodes waiters.wait_for_server_status(self.os_admin.servers_client, File "/opt/stack/new/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestServerMultinode:test_schedule_to_all_nodes) Server ac9865ef-f1bf-435c-a43a-35da3fbd02f6 failed to reach ACTIVE status and task state "None" within the required time (196 s). Current status: BUILD. Current task state: spawning. |
||||||
setUpClass (tempest.api.compute.servers.test_create_server | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt14.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume) |
||||||
setUpClass (tempest.api.object_storage.test_account_quotas | 1 | 0 | 0 | 0 | 1 | Detail | |
AccountQuotasTest) |
skip
pt15.1: setUpClass (tempest.api.object_storage.test_account_quotas.AccountQuotasTest) |
||||||
setUpClass (tempest.api.object_storage.test_account_services | 1 | 0 | 0 | 0 | 1 | Detail | |
AccountTest) |
skip
pt16.1: setUpClass (tempest.api.object_storage.test_account_services.AccountTest) |
||||||
setUpClass (tempest.api.object_storage.test_container_quotas | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerQuotasTest) |
skip
pt17.1: setUpClass (tempest.api.object_storage.test_container_quotas.ContainerQuotasTest) |
||||||
setUpClass (tempest.api.object_storage.test_container_services | 1 | 0 | 0 | 0 | 1 | Detail | |
ContainerTest) |
skip
pt18.1: setUpClass (tempest.api.object_storage.test_container_services.ContainerTest) |
||||||
setUpClass (tempest.api.object_storage.test_object_services | 1 | 0 | 0 | 0 | 1 | Detail | |
ObjectTest) |
skip
pt19.1: setUpClass (tempest.api.object_storage.test_object_services.ObjectTest) |
||||||
setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt20.1: setUpClass (tempest.api.volume.test_versions.VersionsTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt21.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTest) |
skip
pt22.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt23.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) |
||||||
setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt24.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps) |
||||||
tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt25.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt25.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
||||||
tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt26.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt26.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
||||||
tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt27.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt28.1: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt28.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestManualDisk | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt29.1: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt29.2: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
pass
pt30.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
||||||
tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt31.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt31.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
||||||
tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt32.1: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
||||||
tempest.api.identity.admin.v3.test_domains.DomainsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
pass
pt33.1: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
||||||
tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
pass
pt34.1: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
||||||
tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt35.1: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
||||||
tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
pass
pt36.1: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
||||||
tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt37.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
||||||
tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt38.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
||||||
tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt39.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
||||||
tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt40.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
||||||
tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 4 | 4 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt41.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt41.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt41.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt41.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
||||||
tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt42.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
||||||
tempest.api.image.v2.test_images.BasicOperationsImagesTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
pass
pt43.1: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
||||||
test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
pass
pt43.2: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
||||||
test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
pass
pt43.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
||||||
tempest.api.image.v2.test_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt44.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt45.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_floating_ips.FloatingIPTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt46.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt46.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt47.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt47.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt47.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt48.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt48.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt48.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt48.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt49.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt49.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt49.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt50.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt50.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt50.3: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt51.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
||||||
tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt52.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt52.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
Total | 87 | 61 | 15 | 0 | 11 |