Advertisement
Guest User

Untitled

a guest
Jan 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. ubuntu@ogubanov-utf8:~/devstack$ nova boot --image ed976333-68e2-463a-b939-403b4fd13780 --flavor m1.micro 'test���'
  2. +--------------------------------------+----------------------------------------------------------------+
  3. | Property | Value |
  4. +--------------------------------------+----------------------------------------------------------------+
  5. | OS-DCF:diskConfig | MANUAL |
  6. | OS-EXT-AZ:availability_zone | |
  7. | OS-EXT-STS:power_state | 0 |
  8. | OS-EXT-STS:task_state | scheduling |
  9. | OS-EXT-STS:vm_state | building |
  10. | OS-SRV-USG:launched_at | - |
  11. | OS-SRV-USG:terminated_at | - |
  12. | accessIPv4 | |
  13. | accessIPv6 | |
  14. | adminPass | aMVtnbteAQR8 |
  15. | config_drive | |
  16. | created | 2016-01-27T22:05:19Z |
  17. | flavor | m1.micro (84) |
  18. | hostId | |
  19. | id | 65def724-2292-4434-8132-14ec702cdf57 |
  20. | image | cirros-0.3.4-x86_64-uec (ed976333-68e2-463a-b939-403b4fd13780) |
  21. | key_name | - |
  22. | locked | False |
  23. | metadata | {} |
  24. | name | test♥ |
  25. | os-extended-volumes:volumes_attached | [] |
  26. | progress | 0 |
  27. | security_groups | default |
  28. | status | BUILD |
  29. | tenant_id | ce8966b15c924df2876b006530a7e7a4 |
  30. | updated | 2016-01-27T22:05:20Z |
  31. | user_id | 77110ad847fe4cd8bebe1a218f6b2670 |
  32. +--------------------------------------+----------------------------------------------------------------+
  33. ubuntu@ogubanov-utf8:~/devstack$ nova list
  34. +--------------------------------------+-------+--------+------------+-------------+------------------+
  35. | ID | Name | Status | Task State | Power State | Networks |
  36. +--------------------------------------+-------+--------+------------+-------------+------------------+
  37. | 0cc7904e-a420-4e0f-a4d1-97884aee1a20 | test1 | ACTIVE | - | Running | private=10.0.0.2 |
  38. | 65def724-2292-4434-8132-14ec702cdf57 | test♥ | ACTIVE | - | Running | private=10.0.0.3 |
  39. +--------------------------------------+-------+--------+------------+-------------+------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement