Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. # nova boot --image bfc16412-5fc1-4423-9868-92314f4066fd --flavor 1 cirros
  2. # nova list
  3. +--------------------------------------+---------+--------+----------------------------------+
  4. | ID | Name | Status | Networks |
  5. +--------------------------------------+---------+--------+----------------------------------+
  6. | 3d0bee36-5b45-4908-ae19-e229bda5a0d5 | cirros | ACTIVE | cookbook=10.0.3.2, 172.31.15.209 |
  7. +--------------------------------------+---------+--------+----------------------------------+
  8.  
  9. # ping 10.0.3.2
  10. PING 10.0.3.2 (10.0.3.2) 56(84) bytes of data.
  11. From 10.0.3.1 icmp_seq=1 Destination Host Unreachable
  12. From 10.0.3.1 icmp_seq=2 Destination Host Unreachable
  13.  
  14. # nova console-log cirros
  15. ....
  16. ....
  17. ===== cloud-final: system completely up in 41.76 seconds ====
  18. wget: can't connect to remote host (169.254.169.254): Network is unreachable
  19. wget: can't connect to remote host (169.254.169.254): Network is unreachable
  20. wget: can't connect to remote host (169.254.169.254): Network is unreachable
  21. instance-id:
  22. public-ipv4:
  23. local-ipv4 :
  24. wget: can't connect to remote host (169.254.169.254): Network is unreachable
  25. cloud-userdata: failed to read instance id
  26. WARN: /etc/rc3.d/S99-cloud-userdata failed
  27. ____ ____ ____
  28. / __/ __ ____ ____ / __ \/ __/
  29. / /__ / // __// __// /_/ /\ \
  30. \___//_//_/ /_/ \____/___/
  31. http://launchpad.net/cirros
  32.  
  33.  
  34. # nova show cirros
  35. +-------------------------------------+----------------------------------------------------------+
  36. | Property | Value |
  37. +-------------------------------------+----------------------------------------------------------+
  38. | OS-DCF:diskConfig | MANUAL |
  39. | OS-EXT-SRV-ATTR:host | d1 |
  40. | OS-EXT-SRV-ATTR:hypervisor_hostname | None |
  41. | OS-EXT-SRV-ATTR:instance_name | instance-0000001c |
  42. | OS-EXT-STS:power_state | 1 |
  43. | OS-EXT-STS:task_state | None |
  44. | OS-EXT-STS:vm_state | active |
  45. | accessIPv4 | |
  46. | accessIPv6 | |
  47. | config_drive | |
  48. | cookbook network | 10.0.3.2, 172.31.15.209 |
  49. | created | 2012-11-23T17:20:42Z |
  50. | flavor | m1.tiny |
  51. | hostId | 7444937bbb101cde8378d10cd38524f250b400d052f1653936b53fc6 |
  52. | id | 3d0bee36-5b45-4908-ae19-e229bda5a0d5 |
  53. | image | Cirrus test |
  54. | key_name | |
  55. | metadata | {} |
  56. | name | cirros |
  57. | progress | 0 |
  58. | status | ACTIVE |
  59. | tenant_id | f7b3fffa590a45058a8728f7e41db105 |
  60. | updated | 2012-11-23T17:20:49Z |
  61. | user_id | 4bbc3eb68c6f4a9ba767f983577709e9 |
  62. +-------------------------------------+----------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement