Advertisement
Guest User

Untitled

a guest
Oct 15th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. root@compute74:~# nova list
  2. +--------------------------------------+--------------------------------+--------+---------------------------------------------+
  3. | ID | Name | Status | Networks |
  4. +--------------------------------------+--------------------------------+--------+---------------------------------------------+
  5. | 0273bfeb-8573-4a5e-8e3b-4506f79679f4 | service_vm_2013-10-15_17:53:42 | ACTIVE | srvc_mgmt_nw=53.53.53.10; data_nw=10.0.0.7 |
  6. | 63b810ba-38b2-4efe-83d3-9821c1cdb8ef | service_vm_2013-10-15_17:53:47 | ACTIVE | srvc_mgmt_nw=53.53.53.11; data_nw=10.0.0.8 |
  7. | 53208ed9-5634-450b-ae8f-728bc98a6bfe | service_vm_2013-10-15_18:16:47 | ACTIVE | srvc_mgmt_nw=53.53.53.12; data_nw=10.0.0.11 |
  8. | 322851e6-589a-4202-a19b-f55b34b694d5 | vm | ACTIVE | data_nw=10.0.0.2 |
  9. +--------------------------------------+--------------------------------+--------+---------------------------------------------+
  10. root@compute74:~# quantum port-list --device-id=0273bfeb-8573-4a5e-8e3b-4506f79679f4
  11. +--------------------------------------+----------------------------------+-------------------+------------------------------------------------------------------------------------+
  12. | id | name | mac_address | fixed_ips |
  13. +--------------------------------------+----------------------------------+-------------------+------------------------------------------------------------------------------------+
  14. | 113bfa93-d7b6-4db2-9104-a2c5b2c42393 | data_port_2013-10-15_17:53:42 | fa:16:3e:4e:93:98 | {"subnet_id": "a702bdaf-8a3a-4e2f-a1fa-f8eb23a0cf84", "ip_address": "10.0.0.7"} |
  15. | 44300edf-0888-4bac-90d9-50d93c14d7e8 | service_port_2013-10-15_17:53:42 | fa:16:3e:e5:b9:a6 | {"subnet_id": "7d0269e0-fad2-4545-8d1d-dec939712205", "ip_address": "53.53.53.10"} |
  16. +--------------------------------------+----------------------------------+-------------------+------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement