======== endpoint ======== Identity v2, v3 endpoint add project -------------------- Associate a project to and endpoint for endpoint filtering .. program:: endpoint add project .. code:: bash openstack endpoint add project [--project-domain ] .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. .. _endpoint_add_project-endpoint: .. describe:: Endpoint to associate with specified project (name or ID) .. _endpoint_add_project-project: .. describe:: Project to associate with specified endpoint (name or ID) endpoint create --------------- Create new endpoint *Identity version 2 only* .. program:: endpoint create (v2) .. code:: bash openstack endpoint create --publicurl [--adminurl ] [--internalurl ] [--region ] .. option:: --publicurl New endpoint public URL (required) .. option:: --adminurl New endpoint admin URL .. option:: --internalurl New endpoint internal URL .. option:: --region New endpoint region ID .. _endpoint_create-endpoint: .. describe:: Service to be associated with new endpoint (name or ID) *Identity version 3 only* .. program:: endpoint create (v3) .. code:: bash openstack endpoint create [--region ] [--enable | --disable] .. option:: --region New endpoint region ID .. option:: --enable Enable endpoint (default) .. option:: --disable Disable endpoint .. describe:: Service to be associated with new endpoint(name or ID) .. describe:: New endpoint interface type (admin, public or internal) .. describe:: New endpoint URL endpoint delete --------------- Delete endpoint(s) .. program:: endpoint delete .. code:: bash openstack endpoint delete [ ...] .. _endpoint_delete-endpoint: .. describe:: Endpoint(s) to delete (ID only) endpoint list ------------- List endpoints .. program:: endpoint list .. code:: bash openstack endpoint list [--service ] [--interface ] [--region ] [--long] [--endpoint | --project [--project-domain ]] .. option:: --service Filter by service (type, name or ID) *Identity version 3 only* .. option:: --interface Filter by interface type (admin, public or internal) *Identity version 3 only* .. option:: --region Filter by region ID *Identity version 3 only* .. option:: --long List additional fields in output *Identity version 2 only* .. option:: --endpoint List projects that have access to that endpoint using endpoint filtering *Identity version 3 only* .. option:: --project List endpoints available for the project using endpoint filtering *Identity version 3 only* .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. *Identity version 3 only* endpoint remove project ----------------------- Dissociate a project from an endpoint. .. program:: endpoint remove project .. code:: bash openstack endpoint remove project [--project-domain ] .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. .. _endpoint_remove_project-endpoint: .. describe:: Endpoint to dissociate with specified project (name or ID) .. _endpoint_remove_project-project: .. describe:: Project to dissociate with specified endpoint (name or ID) endpoint set ------------ Set endpoint properties *Identity version 3 only* .. program:: endpoint set .. code:: bash openstack endpoint set [--region ] [--interface ] [--url ] [--service ] [--enable | --disable] .. option:: --region New endpoint region ID .. option:: --interface New endpoint interface type (admin, public or internal) .. option:: --url New endpoint URL .. option:: --service New endpoint service (name or ID) .. option:: --enable Enable endpoint .. option:: --disable Disable endpoint .. _endpoint_set-endpoint: .. describe:: Endpoint to modify (ID only) endpoint show ------------- Display endpoint details .. program:: endpoint show .. code:: bash openstack endpoint show .. _endpoint_show-endpoint: .. describe:: Endpoint to display (endpoint ID, service ID, service name, service type)