user (Identity v2)¶
user create¶
Create new user
openstack user create
[--project <project>]
[--password <password>]
[--password-prompt]
[--email <email-address>]
[--enable | --disable]
[--or-show]
<name>
-
--project
<project>
¶ Default project (name or ID)
-
--password
<password>
¶ Set user password
-
--password-prompt
¶
Prompt interactively for password
-
--email
<email-address>
¶ Set user email address
-
--enable
¶
Enable user (default)
-
--disable
¶
Disable user
-
--or-show
¶
Return existing user
-
name
¶
New user name
This command is provided by the python-openstackclient plugin.
user delete¶
Delete user(s)
openstack user delete <user> [<user> ...]
-
user
¶
User(s) to delete (name or ID)
This command is provided by the python-openstackclient plugin.
user list¶
List users
openstack user list
[--sort-column SORT_COLUMN]
[--project <project>]
[--long]
-
--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
-
--project
<project>
¶ Filter users by project (name or ID)
-
--long
¶
List additional fields in output
This command is provided by the python-openstackclient plugin.
user set¶
Set user properties
openstack user set
[--name <name>]
[--project <project>]
[--password <user-password>]
[--password-prompt]
[--email <email-address>]
[--enable | --disable]
<user>
-
--name
<name>
¶ Set user name
-
--project
<project>
¶ Set default project (name or ID)
-
--password
<user-password>
¶ Set user password
-
--password-prompt
¶
Prompt interactively for password
-
--email
<email-address>
¶ Set user email address
-
--enable
¶
Enable user (default)
-
--disable
¶
Disable user
-
user
¶
User to modify (name or ID)
This command is provided by the python-openstackclient plugin.