This fix the issue in overcloud, however, undercloud still failing in tempest tests [1] Shall I open another bug pointing the undercloud? The output is: Traceback (most recent call last): File "/home/jenkins/tempest/tempest/api/compute/admin/test_quotas.py", line 132, in test_delete_quota quota_set_default = (self.adm_client.show_quota_set(project_id) File "/home/jenkins/tempest/tempest/lib/services/compute/quotas_client.py", line 31, in show_quota_set resp, body = self.get(url) File "/home/jenkins/tempest/tempest/lib/common/rest_client.py", line 291, in get return self.request('GET', url, extra_headers, headers) File "/home/jenkins/tempest/tempest/lib/services/compute/base_compute_client.py", line 48, in request method, url, extra_headers, headers, body, chunked) File "/home/jenkins/tempest/tempest/lib/common/rest_client.py", line 664, in request self._error_checker(resp, resp_body) File "/home/jenkins/tempest/tempest/lib/common/rest_client.py", line 766, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {u'message': u'Project ID 72e6a71f37fd44fea58d9dba99d76936 is not a valid project.', u'code': 400} And here's the overcloud catalog list for the overcloud: +------------+----------------+-------------------------------------------------------------------------+ | Name | Type | Endpoints | +------------+----------------+-------------------------------------------------------------------------+ | placement | placement | regionOne | | | | publicURL: https://10.0.0.5:13778/placement | | | | internalURL: http://172.16.2.12:8778/placement | | | | adminURL: http://172.16.2.12:8778/placement | | | | | | neutron | network | regionOne | | | | publicURL: https://10.0.0.5:13696 | | | | internalURL: http://172.16.2.12:9696 | | | | adminURL: http://172.16.2.12:9696 | | | | | | cinderv2 | volumev2 | regionOne | | | | publicURL: https://10.0.0.5:13776/v2/8b544eb8e496437193a5a3d12a9bc427 | | | | internalURL: | | | | http://172.16.2.12:8776/v2/8b544eb8e496437193a5a3d12a9bc427 | | | | adminURL: http://172.16.2.12:8776/v2/8b544eb8e496437193a5a3d12a9bc427 | | | | | | cinderv3 | volumev3 | regionOne | | | | publicURL: https://10.0.0.5:13776/v3/8b544eb8e496437193a5a3d12a9bc427 | | | | internalURL: | | | | http://172.16.2.12:8776/v3/8b544eb8e496437193a5a3d12a9bc427 | | | | adminURL: http://172.16.2.12:8776/v3/8b544eb8e496437193a5a3d12a9bc427 | | | | | | aodh | alarming | regionOne | | | | publicURL: https://10.0.0.5:13042 | | | | internalURL: http://172.16.2.12:8042 | | | | adminURL: http://172.16.2.12:8042 | | | | | | gnocchi | metric | regionOne | | | | publicURL: https://10.0.0.5:13041 | | | | internalURL: http://172.16.2.12:8041 | | | | adminURL: http://172.16.2.12:8041 | | | | | | ceilometer | metering | regionOne | | | | publicURL: https://10.0.0.5:13777 | | | | internalURL: http://172.16.2.12:8777 | | | | adminURL: http://172.16.2.12:8777 | | | | | | heat-cfn | cloudformation | regionOne | | | | publicURL: https://10.0.0.5:13005/v1 | | | | internalURL: http://172.16.2.12:8000/v1 | | | | adminURL: http://172.16.2.12:8000/v1 | | | | | | panko | event | regionOne | | | | publicURL: https://10.0.0.5:13779 | | | | internalURL: http://172.16.2.12:8779 | | | | adminURL: http://172.16.2.12:8779 | | | | | | cinder | volume | regionOne | | | | publicURL: https://10.0.0.5:13776/v1/8b544eb8e496437193a5a3d12a9bc427 | | | | internalURL: | | | | http://172.16.2.12:8776/v1/8b544eb8e496437193a5a3d12a9bc427 | | | | adminURL: http://172.16.2.12:8776/v1/8b544eb8e496437193a5a3d12a9bc427 | | | | | | heat | orchestration | regionOne | | | | publicURL: https://10.0.0.5:13004/v1/8b544eb8e496437193a5a3d12a9bc427 | | | | internalURL: | | | | http://172.16.2.12:8004/v1/8b544eb8e496437193a5a3d12a9bc427 | | | | adminURL: http://172.16.2.12:8004/v1/8b544eb8e496437193a5a3d12a9bc427 | | | | | | swift | object-store | regionOne | | | | publicURL: | | | | https://10.0.0.5:13808/v1/AUTH_8b544eb8e496437193a5a3d12a9bc427 | | | | internalURL: | | | | http://172.16.1.5:8080/v1/AUTH_8b544eb8e496437193a5a3d12a9bc427 | | | | adminURL: http://172.16.1.5:8080 | | | | | | nova | compute | regionOne | | | | publicURL: https://10.0.0.5:13774/v2.1 | | | | internalURL: http://172.16.2.12:8774/v2.1 | | | | adminURL: http://172.16.2.12:8774/v2.1 | | | | | | glance | image | regionOne | | | | publicURL: https://10.0.0.5:13292 | | | | internalURL: http://172.16.1.5:9292 | | | | adminURL: http://172.16.1.5:9292 | | | | | | keystone | identity | regionOne | | | | publicURL: https://10.0.0.5:13000/v2.0 | | | | internalURL: http://172.16.2.12:5000/v2.0 | | | | adminURL: http://192.168.24.10:35357/v2.0 | | | | | +------------+----------------+-------------------------------------------------------------------------+ [1] http://logs.openstack.org/periodic/periodic-tripleo-ci-centos-7-ovb-nonha-tempest-oooq/065132f/logs/oooq/stackviz/#/stdin/test-details/tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota