Change the owner of the wsgi-zun.conf to zun
Change the owner of the wsgi-zun.conf to zun instead of root. Change-Id: Ib0455210f3251965547ce3449fa4b72e28b32d11 Closes-Bug: #1792089
This commit is contained in:
parent
e7958d1435
commit
34474decb1
@ -12,7 +12,7 @@
|
|||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/wsgi-zun.conf",
|
"source": "{{ container_config_directory }}/wsgi-zun.conf",
|
||||||
"dest": "/etc/{{ zun_dir }}/wsgi-zun.conf",
|
"dest": "/etc/{{ zun_dir }}/wsgi-zun.conf",
|
||||||
"owner": "root",
|
"owner": "zun",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}{% if zun_policy_file is defined %},
|
}{% if zun_policy_file is defined %},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user