blob: db0b0839646a22b904eca826dd607f9f0f9cb859 [file] [log] [blame]
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01001Setup the `tempest` user as owner of Tempest's data folder.
2
3Tempest's devstack plugin creates the data folder, but it has no knowledge
4of the `tempest` user, so we need a role to fix ownership on the data folder.
5
6
7**Role Variables**
8
9.. zuul:rolevar:: devstack_data_dir
10 :default: /opt/stack/data
11
12 The devstack data directory.