diskimage-builder/elements/stackuser
Tim Miller 9806b6e737 Give stack user passwordless sudo:
This is very helpful when performing automation.

Additionally, removed addition of stack user to admin group,
since that group does not exist on all systems, and
passwordless sudo eliminates the need it was addressing.

Change-Id: I727bd51acb920c6c2e66247069998b6ee4267895
2013-02-13 12:18:50 -08:00
..
install.d Give stack user passwordless sudo: 2013-02-13 12:18:50 -08:00
README.md Split stack user creation out of devstack element. 2013-01-31 16:50:41 +13:00

Creates a user 'stack' with password 'stack'.

This user can be customised with an SSH key and proxy details if the local-config element is also used.