Advertisement
Guest User

Untitled

a guest
May 5th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. This on the controller node :
  2.  
  3. ==> neutron/server.log <==
  4. 2015-05-06 03:16:55.201 13337 ERROR neutron.notifiers.nova [-] Failed to notify nova on events: [{'status': 'completed', 'tag': u'cd182c4c-67ec-4ad3-9630-dfd5275205ef', 'name': 'network-vif-plugged', 'server_uuid': u'6b8fe0da-7d76-4a35-9821-5d58a7f92c4a'}]
  5. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova Traceback (most recent call last):
  6. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/neutron/notifiers/nova.py", line 235, in send_events
  7. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova batched_events)
  8. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/v1_1/contrib/server_external_events.py", line 39, in create
  9. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova return_raw=True)
  10. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/base.py", line 100, in _create
  11. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova _resp, body = self.api.client.post(url, body=body)
  12. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 490, in post
  13. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova return self._cs_request(url, 'POST', **kwargs)
  14. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 446, in _cs_request
  15. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova self.authenticate()
  16. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 586, in authenticate
  17. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova auth_url = self._v2_auth(auth_url)
  18. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 677, in _v2_auth
  19. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova return self._authenticate(url, body)
  20. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 690, in _authenticate
  21. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova **kwargs)
  22. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 439, in _time_request
  23. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova resp, body = self.request(url, method, **kwargs)
  24. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 433, in request
  25. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova raise exceptions.from_response(resp, body, url, method)
  26. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova Unauthorized: The request you have made requires authentication. (HTTP 401)
  27. 2015-05-06 03:16:55.201 13337 TRACE neutron.notifiers.nova
  28.  
  29. i've double checked this on neutron/neutron.conf (controller node)
  30. nova_admin_username = nova
  31. nova_admin_tenant_id = ffa72910a8e449c8a4d6c316331d2744 # service
  32. nova_admin_password = xxx
  33.  
  34. I have this error in keystone.log :
  35. 2015-05-06 03:16:55.195 15313 WARNING keystone.token.controllers [-] User 0ebde333fb514e6bbc567482249b868a is unauthorized for tenant ffa72910a8e449c8a4d6c316331d2744 # service
  36.  
  37. User 0ebde333fb514e6bbc567482249b868a is indeed my 'nova' user. And according to horizon, it has _admin_ role in tenant ffa72910a8e449c8a4d6c316331d2744 = service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement