Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 1 | Setup the `tempest` user as owner of Tempest's data folder. |
2 | |||||
3 | Tempest's devstack plugin creates the data folder, but it has no knowledge | ||||
4 | of 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. |