A endpoint group is used to create groups of endpoints that then can be used to filter the endpoints that are available to a project. Applicable to Identity v3
Add a project to an endpoint group
openstack endpoint group add project
[--project-domain <project-domain>]
<endpoint-group>
<project>
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Endpoint group (name or ID)
Project to associate (name or ID)
Create new endpoint group
openstack endpoint group create
[--description DESCRIPTION]
<name>
<filename>
Description of the endpoint group
Name of the endpoint group
Filename that contains a new set of filters
Delete endpoint group(s)
openstack endpoint group delete <endpoint-group> [<endpoint-group> ...]
Endpoint group(s) to delete (name or ID)
List endpoint groups
openstack endpoint group list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--endpointgroup <endpoint-group> | --project <project>]
[--domain <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
Endpoint Group (name or ID)
Project (name or ID)
Domain owning <project> (name or ID)
Remove project from endpoint group
openstack endpoint group remove project
[--project-domain <project-domain>]
<endpoint-group>
<project>
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Endpoint group (name or ID)
Project to remove (name or ID)
Set endpoint group properties
openstack endpoint group set
[--name <name>]
[--filters <filename>]
[--description <description>]
<endpoint-group>
New endpoint group name
Filename that contains a new set of filters
New endpoint group description
Endpoint Group to modify (name or ID)
Display endpoint group details
openstack endpoint group show <endpointgroup>
Endpoint group (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.