Oleh Hryhorov | 1228720 | 2018-10-12 12:39:27 +0300 | [diff] [blame] | 1 | # (ohryhorov): the class is created to be included in favour of creating |
2 | # user cinder and add user nova to group cinder in all nova-compute nodes | ||||
3 | # if nfs backend is used. | ||||
4 | # PROD-22772 | ||||
5 | classes: | ||||
6 | - system.linux.system.users.cinder | ||||
7 | parameters: | ||||
8 | nova: | ||||
9 | compute: | ||||
10 | user: | ||||
11 | groups: | ||||
12 | - cinder | ||||
13 | - libvirtd |