diskimage-builder/elements/stackuser
Tim Miller b880ef9017 local-config element adds authorized_key for root:
Currently, the local-config and stackuser elements
are intertwined.  local-config installs an authorized_key
for stackuser, if the stackuser element is in use.

This change does two things:
- add authorized_key for root from local-config element,
    regardeless of whether stackuser element is in use.
- install key for stack user from stackuser element,
    only if local-config element is in use.

Change-Id: I0d07b61404119ea0650c5c0fb98d6786adcf3ca9
2013-03-05 15:52:03 -08:00
..
install.d local-config element adds authorized_key for root: 2013-03-05 15:52:03 -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.