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
This commit is contained in:
zhubingbing 2016-09-23 08:25:54 +00:00
parent af9ea973e8
commit 6b321051a7

View File

@ -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"
}
]
}