Comment 5 for bug 1656056

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: NeutronAdminCredentialConfigurationInvalid all over n-cpu logs in successful gate runs during network teardown

I think this is the token request in the keystone logs:

req-6a68c08b-0993-4e32-a9f6-e47fa90c5ffd

And looking at:

http://logs.openstack.org/08/418108/4/gate/gate-tempest-dsvm-neutron-src-neutron-lib-ubuntu-xenial/dafcfca/logs/apache/keystone.txt.gz#_2017-01-12_17_05_25_050

This is the auth context:

{
   'is_delegated_auth':False,
   'access_token_id':None,
   'user_id':u'808414769ae84ea6907e692a87380188',
   'roles':[
      u'service'
   ],
   'user_domain_id':u'default',
   'consumer_id':None,
   'trustee_id':None,
   'is_domain':False,
   'is_admin_project':True,
   'trustor_id':None,
   'token':<KeystoneToken (audit_id=0-BLgjm3QcSgkoLXVJ7INw,
   audit_chain_id=0-BLgjm3QcSgkoLXVJ7INw) at 0x7fea446a7050>,
   'project_id':u'078441a1151d46a2810e59c2d6c417a5',
   'trust_id':None,
   'project_domain_id':u'default'
}

And then there is this:

http://logs.openstack.org/08/418108/4/gate/gate-tempest-dsvm-neutron-src-neutron-lib-ubuntu-xenial/dafcfca/logs/apache/keystone.txt.gz#_2017-01-12_17_05_25_056

2017-01-12 17:05:25.056 2916 WARNING keystone.common.wsgi [req-6a68c08b-0993-4e32-a9f6-e47fa90c5ffd 808414769ae84ea6907e692a87380188 078441a1151d46a2810e59c2d6c417a5 - default default] Could not find project: 2140f03492484f8580c440e5a999ac6e

But that's not the same project id above in the auth context (078441a1151d46a2810e59c2d6c417a5).

^ could all be a red herring too.