Skip to content
Snippets Groups Projects
Commit 6b321051 authored by zhubingbing's avatar zhubingbing
Browse files

change perm and user wsgi file permission

change perm 0640 to 0600
change gnocchi user to root, because wsgi config should use root user

TrivialFix

Change-Id: I474788d4d402aaf085534ea15b554d9c69fb1e56
parent af9ea973
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@
"source": "{{ container_config_directory }}/aodh.conf",
"dest": "/etc/aodh/aodh.conf",
"owner": "aodh",
"perm": "0644"
"perm": "0600"
},
{
"source": "{{ container_config_directory }}/wsgi-aodh.conf",
"dest": "/etc/{{ aodh_dir }}/wsgi-aodh.conf",
"owner": "aodh",
"perm": "0644"
"owner": "root",
"perm": "0600"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment