Guest User

Untitled

a guest
Dec 15th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1.  
  2. mysql> select * from endpoint_templates;
  3. +----+-----------+------------+-------------------------------------------------+--------------------------------------------------+----------------------------------------------+---------+-----------+
  4. | id | region | service_id | public_url | admin_url | internal_url | enabled | is_global |
  5. +----+-----------+------------+-------------------------------------------------+--------------------------------------------------+----------------------------------------------+---------+-----------+
  6. | 1 | RegionOne | 1 | http://192.168.124.81:5000/v2.0 | http://192.168.124.81:35357/v2.0 | http://192.168.124.81:5000/v2.0 | 1 | 1 |
  7. | 2 | RegionOne | 2 | http://192.168.122.5:8080/v1.1/AUTH_%tenant_id% | http://192.168.124.81:8080/v1.0/AUTH_%tenant_id% | http://192.168.124.81:/v1.0/AUTH_%tenant_id% | 1 | 1 |
  8. | 3 | RegionOne | 3 | http://192.168.124.81:9292/v1.1 | http://192.168.124.81:9292/v1.1 | http://192.168.124.81:9292/v1.1 | 1 | 1 |
  9. | 4 | RegionOne | 5 | http://192.168.124.81:8774/v1.0 | http://192.168.124.81:8774/v1.0 | http://192.168.124.81:8774/v1.0 | 1 | 1 |
  10. | 5 | RegionOne | 4 | http://192.168.124.81:8774/v1.1/%tenant_id% | http://192.168.124.81:8774/v1.1/%tenant_id% | http://192.168.124.81:8774/v1.1/%tenant_id% | 1 | 1 |
  11. +----+-----------+------------+-------------------------------------------------+--------------------------------------------------+----------------------------------------------+---------+-----------+
  12. 5 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment