Skip to content

Instantly share code, notes, and snippets.

Created September 3, 2015 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e50d4e49d591080c29e1 to your computer and use it in GitHub Desktop.
Save anonymous/e50d4e49d591080c29e1 to your computer and use it in GitHub Desktop.
# openstack endpoint list
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------------------+
| ID | Region | Service Name | Service Type | Enabled | Interface | URL |
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------------------+
|
| xxxxxx | RegionOne | cinder | volume | True | internal | http://example.com:8776/v2/%(tenant_id)s |
|
| xxxxx | RegionOne | cinderv2 | volumev2 | True | internal | http://example.com:8776/v2/%(tenant_id)s |
|
| xxxxxxx | RegionOne | cinder | volume | True | public | http://example.com:8776/v2/%(tenant_id)s |
|
| xxxxxxx | RegionOne | cinderv2 | volumev2 | True | admin | http://example.com:8776/v2/%(tenant_id)s |
|
| xxxxxxx | RegionOne | cinder | volume | True | admin | http://example.com:8776/v2/%(tenant_id)s |
|
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment