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:
Kuo-tung Kao 2018-09-12 08:04:29 +00:00
parent e7958d1435
commit 34474decb1

View File

@ -12,7 +12,7 @@
{
"source": "{{ container_config_directory }}/wsgi-zun.conf",
"dest": "/etc/{{ zun_dir }}/wsgi-zun.conf",
"owner": "root",
"owner": "zun",
"perm": "0600"
}{% if zun_policy_file is defined %},
{