Advertisement
Guest User

Untitled

a guest
Feb 24th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. nova list
  2. +--------------------------------------+------+--------+------------+-------------+----------+
  3. | ID | Name | Status | Task State | Power State | Networks |
  4. +--------------------------------------+------+--------+------------+-------------+----------+
  5. | f3900ce5-4310-47a2-8cc4-a9779f1411b4 | test | ERROR | None | NOSTATE | |
  6. +--------------------------------------+------+--------+------------+-------------+----------+
  7. root@ubuntuicehouse:/var/log/nova# nova show test
  8. +--------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  9. | Property | Value |
  10. +--------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  11. | status | ERROR |
  12. | updated | 2014-02-24T14:56:04Z |
  13. | OS-EXT-STS:task_state | None |
  14. | OS-EXT-SRV-ATTR:host | ubuntuicehouse.cdl.local |
  15. | key_name | None |
  16. | image | Cirros (c7138555-3cfc-495c-9a28-0222dfe6e695) |
  17. | hostId | 47c8af3ab8ccfe8a2ff19ae7c09a34bf22216b56a0cc7c552b180556 |
  18. | OS-EXT-STS:vm_state | error |
  19. | OS-EXT-SRV-ATTR:instance_name | instance-00000004 |
  20. | OS-SRV-USG:launched_at | None |
  21. | OS-EXT-SRV-ATTR:hypervisor_hostname | ubuntuicehouse.cdl.local |
  22. | flavor | m1.tiny (1) |
  23. | id | f3900ce5-4310-47a2-8cc4-a9779f1411b4 |
  24. | OS-SRV-USG:terminated_at | None |
  25. | user_id | d482b2eb920b41e7a3abdea4695bbeed |
  26. | name | test |
  27. | created | 2014-02-24T14:56:00Z |
  28. | tenant_id | b49583eaa71f4b759976ca2c718ab829 |
  29. | OS-DCF:diskConfig | MANUAL |
  30. | metadata | {} |
  31. | os-extended-volumes:volumes_attached | [] |
  32. | accessIPv4 | |
  33. | accessIPv6 | |
  34. | fault | {u'message': u'No valid host was found. ', u'code': 500, u'details': u' File "/usr/lib/python2.7/dist-packages/nova/scheduler/filter_scheduler.py", line 107, in schedule_run_instance |
  35. | | raise exception.NoValidHost(reason="") |
  36. | | ', u'created': u'2014-02-24T14:56:04Z'} |
  37. | OS-EXT-STS:power_state | 0 |
  38. | OS-EXT-AZ:availability_zone | nova |
  39. | config_drive | |
  40. +--------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  41. root@ubuntuicehouse:/var/log/nova#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement