Associate a project to an endpoint
openstack endpoint add project
[--project-domain <project-domain>]
<endpoint>
<project>
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Endpoint to associate with specified project (name or ID)
Project to associate with specified endpoint name or ID)
Create new endpoint
openstack endpoint create
[--region <region-id>]
[--enable | --disable]
<service>
<interface>
<url>
New endpoint region ID
Enable endpoint (default)
Disable endpoint
Service to be associated with new endpoint (name or ID)
New endpoint interface type (admin, public or internal)
New endpoint URL
Delete endpoint(s)
openstack endpoint delete <endpoint-id> [<endpoint-id> ...]
Endpoint(s) to delete (ID only)
List endpoints
openstack endpoint list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--service <service>]
[--interface <interface>]
[--region <region-id>]
[--endpoint <endpoint-group> | --project <project>]
[--project-domain <project-domain>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Filter by service (type, name or ID)
Filter by interface type (admin, public or internal)
Filter by region ID
Endpoint to list filters
Project to list filters (name or ID)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Dissociate a project from an endpoint
openstack endpoint remove project
[--project-domain <project-domain>]
<endpoint>
<project>
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Endpoint to dissociate from specified project (name or ID)
Project to dissociate from specified endpoint name or ID)
Set endpoint properties
openstack endpoint set
[--region <region-id>]
[--interface <interface>]
[--url <url>]
[--service <service>]
[--enable | --disable]
<endpoint-id>
New endpoint region ID
New endpoint interface type (admin, public or internal)
New endpoint URL
New endpoint service (name or ID)
Enable endpoint
Disable endpoint
Endpoint to modify (ID only)
Display endpoint details
openstack endpoint show <endpoint>
Endpoint to display (endpoint ID, service ID, service name, service type)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.