Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql> select * from endpoint_templates;
- +----+-----------+------------+-------------------------------------------------+--------------------------------------------------+----------------------------------------------+---------+-----------+
- | id | region | service_id | public_url | admin_url | internal_url | enabled | is_global |
- +----+-----------+------------+-------------------------------------------------+--------------------------------------------------+----------------------------------------------+---------+-----------+
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- +----+-----------+------------+-------------------------------------------------+--------------------------------------------------+----------------------------------------------+---------+-----------+
- 5 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment