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.
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.
List users
openstack user list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--project <project>]
[--long]
--format-config-file <FORMAT_CONFIG>¶Config file for the dict-to-csv formatter
--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.
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.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.