Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.78 KB | None | 0 0
  1. TASK: [nova_compute ] *********************************************************                                                                                                                                                                         [6/474]
  2. failed: [ex] => {"failed": true, "parsed": false}
  3. /usr/local/lib/python2.7/dist-packages/novaclient/v1_1/__init__.py:30: UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for novaclient.v2). The preferable way to get client class or object you can find in novaclient.client module.
  4.   warnings.warn("Module novaclient.v1_1 is deprecated (taken as a basis for "
  5. Traceback (most recent call last):
  6.   File "/home/user/.ansible/tmp/ansible-tmp-1430260398.89-122825558093917/nova_compute", line 2293, in <module>
  7.     main()
  8.   File "/home/user/.ansible/tmp/ansible-tmp-1430260398.89-122825558093917/nova_compute", line 572, in main
  9.     nova.authenticate()
  10.   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 118, in wrapper
  11.     return f(self, *args, **kwargs)
  12.   File "/usr/local/lib/python2.7/dist-packages/novaclient/v2/client.py", line 259, in authenticate
  13.     self.client.authenticate()
  14.   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 579, in authenticate
  15.     self._v2_auth(auth_url)
  16.   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 644, in _v2_auth
  17.     return self._authenticate(url, body)
  18.   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 657, in _authenticate
  19.     **kwargs)
  20.   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 393, in _time_request
  21.     resp, body = self.request(url, method, **kwargs)
  22.   File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 387, in request
  23.     raise exceptions.from_response(resp, body, url, method)
  24. novaclient.exceptions.NotFound: The resource could not be found. (HTTP 404)
  25. OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  26. debug1: Reading configuration data /home/user/home/user/.ssh/config
  27. debug1: /home/user/home/user/.ssh/config line 6: Applying options for ex
  28. debug1: /home/user/home/user/.ssh/config line 113: Applying options for *
  29. debug1: Reading configuration data /etc/ssh/ssh_config
  30. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  31. debug1: Hostname has changed; re-reading configuration
  32. debug1: Reading configuration data /home/user/home/user/.ssh/config
  33. debug1: /home/user/home/user/.ssh/config line 113: Applying options for *
  34. debug1: Reading configuration data /etc/ssh/ssh_config
  35. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  36. debug1: auto-mux: Trying existing master
  37. debug1: mux_client_request_session: master session id: 2
  38. Shared connection to ex.example.com closed.
  39.  
  40.  
  41. FATAL: all hosts have already failed -- aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement