Creates a user that is useful for development / debugging. The following environment variables can be useful for configuration:
No
devuser
Username for the created user.
No
System default (The useradd default is used)
Full path for the shell of the user. This is passed to useradd using the -s parameter. Note that this does not install the (possibly) required shell package.
No
No
Enable passwordless sudo for the user.
No
$HOME/.ssh/id_{rsa,dsa}.pub
Path to a file to copy into this users’ .ssh/authorized_keys If this is not specified then an attempt is made to use a the building user’s public key. To disable this behavior specify an invalid path for this variable (such as /dev/null).
No
Password is disabled
Set the default password for this user. This is a fairly insecure method of setting the password and is not advised.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.