Hide Forgot
Created attachment 1121276 [details] nova-api.log Description of problem: Traceback (most recent call last): testtools.testresult.real._StringException: Traceback (most recent call last): File "/home/stack/tempest/tempest/test.py", line 274, in setUpClass six.reraise(etype, value, trace) File "/home/stack/tempest/tempest/test.py", line 267, in setUpClass cls.resource_setup() File "/home/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 66, in resource_setup disk_config=disk_config) File "/home/stack/tempest/tempest/api/compute/base.py", line 225, in create_test_server **kwargs) File "/home/stack/tempest/tempest/common/compute.py", line 115, in create_test_server **kwargs) File "/home/stack/tempest/tempest/services/compute/json/servers_client.py", line 57, in create_server resp, body = self.post('servers', post_body) File "/usr/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 259, in post return self.request('POST', url, extra_headers, headers, body) File "/usr/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 639, in request resp, resp_body) File "/usr/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 753, in _error_checker message=message) tempest_lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'keystoneclient.exceptions.NotFound'>
failing tests include -tempest.api.compute.servers.test_create_server -tempest.api.compute.servers.test_server_addresses -tempest.api.compute.servers.test_server_actions
also the following -tempest.scenario.test_network_basic_ops.TestNetworkBasicOps -tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern -tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2
Can you provide me with the nova.conf ?
These tests are passing in ospd-8 CI