From 34474decb1475f37964345e7b0d98f736bfcf465 Mon Sep 17 00:00:00 2001 From: Kuo-tung Kao Date: Wed, 12 Sep 2018 08:04:29 +0000 Subject: [PATCH] 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 --- ansible/roles/zun/templates/zun-api.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/zun/templates/zun-api.json.j2 b/ansible/roles/zun/templates/zun-api.json.j2 index 99322c93f0..8b161c2565 100644 --- a/ansible/roles/zun/templates/zun-api.json.j2 +++ b/ansible/roles/zun/templates/zun-api.json.j2 @@ -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 %}, {