36ddea31a2
This should be managed in the devstack repo, since it's a base job to run devstack. Change-Id: Iffe54fbccbccd68db08f79a1b51dd7f76dbff408 Depends-On: Ie2119f24360d56690ffd772b95a9ea6b98dd4a39
17 lines
334 B
ReStructuredText
17 lines
334 B
ReStructuredText
Set up the `stack` user
|
|
|
|
Create the stack user, set up its home directory, and allow it to
|
|
sudo.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: devstack_base_dir
|
|
:default: /opt/stack
|
|
|
|
The devstack base directory.
|
|
|
|
.. zuul:rolevar:: devstack_stack_home_dir
|
|
:default: {{ devstack_base_dir }}
|
|
|
|
The home directory for the stack user.
|