blob: 8ff726668fd5b8d8c4291286db936a79a1f2117a [file] [log] [blame]
Oleh Hryhorov12287202018-10-12 12:39:27 +03001# (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
5classes:
6- system.linux.system.users.cinder
7parameters:
8 nova:
9 compute:
10 user:
11 groups:
12 - cinder
13 - libvirtd