Merge "change perm and user wsgi file permission"

This commit is contained in:
Jenkins 2016-10-09 08:49:17 +00:00 committed by Gerrit Code Review
commit c468f5fd09
1 changed files with 3 additions and 3 deletions

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