Advertisement
deadsun

Untitled

Oct 19th, 2011
65
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 endpoint_templates \G;
  2. *************************** 1. row ***************************
  3. id: 1
  4. region: RegionOne
  5. service_id: 1
  6. public_url: http://192.168.200.21:8774/v1.1/%tenant_id%
  7. admin_url: http://192.168.200.21:8774/v1.1/%tenant_id%
  8. internal_url: http://192.168.200.21:8774/v1.1/%tenant_id%
  9. enabled: 1
  10. is_global: 1
  11. *************************** 2. row ***************************
  12. id: 2
  13. region: RegionOne
  14. service_id: 2
  15. public_url: http://192.168.200.21:9292/v1.1/%tenant_id%
  16. admin_url: http://192.168.200.21:9292/v1.1/%tenant_id%
  17. internal_url: http://192.168.200.21:9292/v1.1/%tenant_id%
  18. enabled: 1
  19. is_global: 1
  20. *************************** 3. row ***************************
  21. id: 3
  22. region: RegionOne
  23. service_id: 3
  24. public_url: http://192.168.200.22:5000/v2.0
  25. admin_url: http://192.168.200.22:35357/v2.0
  26. internal_url: http://192.168.200.22:5000/v2.0
  27. enabled: 1
  28. is_global: 1
  29. 3 rows in set (0.00 sec)
  30.  
  31. ERROR:
  32. No query specified
  33.  
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement