Split stack user creation out of devstack element.

This makes it easy to create a local user without cloud init, for vm
instances.

Change-Id: Ifaae67418a725eb5a39cf9e46f0804b09986f63c
This commit is contained in:
Robert Collins 2013-01-31 16:43:44 +13:00
parent 0135f07ad9
commit 24600defd0
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
stackuser

View File

@ -0,0 +1,4 @@
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.