Advertisement
Guest User

Untitled

a guest
May 5th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. ==> neutron/server.log <==
  2. 2015-05-06 02:18:30.021 29380 ERROR neutron.notifiers.nova [-] Failed to notify nova on events: [{'status': 'completed', 'tag': u'62eb1a66-5d05-47c3-a9e2-67f71470a507', 'name': 'network-vif-plugged', 'server_uuid': u'fb9ae41d-b006-4bca-85b9-ee67bb66f33c'}]
  3. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova Traceback (most recent call last):
  4. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/neutron/notifiers/nova.py", line 235, in send_events
  5. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova batched_events)
  6. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/v1_1/contrib/server_external_events.py", line 39, in create
  7. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova return_raw=True)
  8. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/base.py", line 100, in _create
  9. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova _resp, body = self.api.client.post(url, body=body)
  10. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 490, in post
  11. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova return self._cs_request(url, 'POST', **kwargs)
  12. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 446, in _cs_request
  13. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova self.authenticate()
  14. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 586, in authenticate
  15. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova auth_url = self._v2_auth(auth_url)
  16. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 677, in _v2_auth
  17. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova return self._authenticate(url, body)
  18. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 690, in _authenticate
  19. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova **kwargs)
  20. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 439, in _time_request
  21. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova resp, body = self.request(url, method, **kwargs)
  22. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova File "/usr/lib64/python2.7/site-packages/novaclient/client.py", line 433, in request
  23. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova raise exceptions.from_response(resp, body, url, method)
  24. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova Unauthorized: The request you have made requires authentication. (HTTP 401)
  25. 2015-05-06 02:18:30.021 29380 TRACE neutron.notifiers.nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement