Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. mysql> select * from floatingips where floating_ip_address='10.2.5.124'\G
  2. *************************** 1. row ***************************
  3. tenant_id: 7743a957d1f442c8ac9733920d99746d
  4. id: c2ff9103-8c53-402d-8c71-58979fc12806
  5. floating_ip_address: 10.2.5.124
  6. floating_network_id: 01a50629-53bf-4bfb-b411-3fdb2aa1a17f
  7. floating_port_id: ce5a163b-b56a-41e1-98e0-6ecec00e21c7
  8. fixed_port_id: fe1322f5-f586-4a59-bbed-9791e23ede56
  9. fixed_ip_address: 192.168.144.41
  10. router_id: e61bbbab-4c3f-4594-a23c-7e503d56567e
  11. last_known_router_id: NULL
  12. status: ACTIVE
  13. 1 row in set (0.01 sec)
  14.  
  15. mysql> select * from ml2_port_bindings where port_id='fe1322f5-f586-4a59-bbed-9791e23ede56'\G
  16. *************************** 1. row ***************************
  17. port_id: fe1322f5-f586-4a59-bbed-9791e23ede56
  18. host: bxcloudcompute03
  19. vif_type: ovs
  20. driver: openvswitch
  21. segment: 155ddd3f-b406-4513-9bc5-fa3e25d4835e
  22. vnic_type: normal
  23. vif_details:
  24. profile:
  25. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement