Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. root@infra01-utility-container-c99af07d:~# python healthcheck.py --image d9b4fd09-deb5-4dae-8924-38e05782cc3a
  2. !! No account number or token provided. MaaS will not be checked.
  3. ** Starting service checks...
  4. Version 1 is deprecated, use alternative version 2 instead.
  5. WARNING:cinderclient.api_versions:Version 1 is deprecated, use alternative version 2 instead.
  6. ** Cinder volume service found. Will test functionality.
  7. ** Database shows no issues. :)
  8. ** Nova shows no issues. :)
  9. ** Neutron shows no issues. :)
  10. ** Cinder shows no issues. :)
  11.  
  12.  
  13. !! MAAS is not enabled/installed.
  14.  
  15. ** Testing nova functionality...
  16. ** Flavor created.
  17. ** Security group rules created.
  18. ** Instance, rpc-qc-compute02, created.
  19. ** Instance, rpc-qc-compute01, created.
  20. ** Waiting for instances to become available...
  21. ..
  22. ..
  23. ..
  24. ..
  25. ** Testing network connectivity of instances...
  26. ..
  27. ..
  28. !! Unable to locate Neutron Agents container. Cannot proceed.
  29. !! Unable to locate Neutron Agents container. Cannot proceed.
  30. ..
  31. !! Unable to locate Neutron Agents container. Cannot proceed.
  32. !! Unable to locate Neutron Agents container. Cannot proceed.
  33. !! No instances accessible to perform additional checks on.
  34. ..
  35. ** Cleaning up nova...
  36. ..
  37. ..
  38. ..
  39. ..
  40. ..
  41.  
  42. Traceback (most recent call last):
  43. File "healthcheck.py", line 843, in <module>
  44. QC()
  45. File "healthcheck.py", line 33, in __init__
  46. self.main()
  47. File "healthcheck.py", line 839, in main
  48. self.resource_report(self.creport, self.areport)
  49. File "healthcheck.py", line 392, in resource_report
  50. result = self.ssh(command, host)
  51. File "healthcheck.py", line 54, in ssh
  52. c.connect(host, timeout=10)
  53. File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 380, in connect
  54. look_for_keys, gss_auth, gss_kex, gss_deleg_creds, gss_host)
  55. File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 603, in _auth
  56. raise saved_exception
  57. paramiko.ssh_exception.AuthenticationException: Authentication failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement