Comment 7 for bug 1768910

Revision history for this message
Javier Peña (jpena-c) wrote :

So looking at the logs, we see the following in the Keystone log:

2018-05-03 16:10:29.855 8740 INFO keystone.common.wsgi [req-73b1dd57-331d-474c-b2fb-63072269647b - - - - -] POST http://10.1.32.8:5000/v3/auth/tokens
2018-05-03 16:10:29.968 8740 WARNING keystone.auth.core [req-73b1dd57-331d-474c-b2fb-63072269647b - - - - -] Could not find project: services.: ProjectNotFound: Could not find project: services.

This is very strange, since the services project should be created by this snippet of puppet code: https://github.com/openstack/packstack/blob/master/packstack/puppet/modules/packstack/manifests/keystone.pp#L61-L67

From the previous comments, I see that /var/tmp/packstack/20180503-155505-mO7jQB/manifests/10.1.32.8_controller.pp.log is incomplete in the paste. Could you attach it to the bug? It should give us a hint on why this happened.