endpoint group¶
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
endpoint group add project¶
Add a project to an endpoint group
openstack endpoint group add project
[--project-domain <project-domain>]
<endpoint-group>
<project>
-
--project-domain
<project-domain>
¶ Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
endpoint-group
¶
Endpoint group (name or ID)
-
project
¶
Project to associate (name or ID)
This command is provided by the python-openstackclient plugin.
endpoint group create¶
Create new endpoint group
openstack endpoint group create
[--description DESCRIPTION]
<name>
<filename>
-
--description
<DESCRIPTION>
¶ Description of the endpoint group
-
name
¶
Name of the endpoint group
-
filename
¶
Filename that contains a new set of filters
This command is provided by the python-openstackclient plugin.
endpoint group delete¶
Delete endpoint group(s)
openstack endpoint group delete <endpoint-group> [<endpoint-group> ...]
-
endpoint-group
¶
Endpoint group(s) to delete (name or ID)
This command is provided by the python-openstackclient plugin.
endpoint group list¶
List endpoint groups
openstack endpoint group list
[--sort-column SORT_COLUMN]
[--endpointgroup <endpoint-group> | --project <project>]
[--domain <domain>]
-
--sort-column
SORT_COLUMN
¶ specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
-
--endpointgroup
<endpoint-group>
¶ Endpoint Group (name or ID)
-
--project
<project>
¶ Project (name or ID)
-
--domain
<domain>
¶ Domain owning <project> (name or ID)
This command is provided by the python-openstackclient plugin.
endpoint group remove project¶
Remove project from endpoint group
openstack endpoint group remove project
[--project-domain <project-domain>]
<endpoint-group>
<project>
-
--project-domain
<project-domain>
¶ Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
endpoint-group
¶
Endpoint group (name or ID)
-
project
¶
Project to remove (name or ID)
This command is provided by the python-openstackclient plugin.
endpoint group set¶
Set endpoint group properties
openstack endpoint group set
[--name <name>]
[--filters <filename>]
[--description <description>]
<endpoint-group>
-
--name
<name>
¶ New enpoint group name
-
--filters
<filename>
¶ Filename that contains a new set of filters
-
--description
<description>
¶ New endpoint group description
-
endpoint-group
¶
Endpoint Group to modify (name or ID)
This command is provided by the python-openstackclient plugin.