Identity v3
Add user to group
openstack group add user
[--group-domain <group-domain>]
[--user-domain <user-domain>]
<group>
<user>
[<user> ...]
Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
Group to contain <user> (name or ID)
User(s) to add to <group> (name or ID) (repeat option to add multiple users)
Check user membership in group
openstack group contains user
[--group-domain <group-domain>]
[--user-domain <user-domain>]
<group>
<user>
Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
Group to check (name or ID)
User to check (name or ID)
Create new group
openstack group create
[--domain <domain>]
[--description <description>]
[--or-show]
<group-name>
Domain to contain new group (name or ID)
New group description
Return existing group
New group name
Delete group(s)
openstack group delete [--domain <domain>] <group> [<group> ...]
Domain containing group(s) (name or ID)
Group(s) to delete (name or ID)
List groups
openstack group list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--domain <domain>]
[--user <user>]
[--user-domain <user-domain>]
[--long]
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 group list by <domain> (name or ID)
Filter group list by <user> (name or ID)
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
List additional fields in output
Remove user from group
openstack group remove user
[--group-domain <group-domain>]
[--user-domain <user-domain>]
<group>
<user>
[<user> ...]
Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
Group containing <user> (name or ID)
User(s) to remove from <group> (name or ID) (repeat option to remove multiple users)
Set group properties
openstack group set
[--domain <domain>]
[--name <name>]
[--description <description>]
<group>
Domain containing <group> (name or ID)
New group name
New group description
Group to modify (name or ID)
Display group details
openstack group show [--domain <domain>] <group>
Domain containing <group> (name or ID)
Group to display (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.