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

View File

@ -7,13 +7,13 @@
"source": "{{ container_config_directory }}/aodh.conf", "source": "{{ container_config_directory }}/aodh.conf",
"dest": "/etc/aodh/aodh.conf", "dest": "/etc/aodh/aodh.conf",
"owner": "aodh", "owner": "aodh",
"perm": "0644" "perm": "0600"
}, },
{ {
"source": "{{ container_config_directory }}/wsgi-aodh.conf", "source": "{{ container_config_directory }}/wsgi-aodh.conf",
"dest": "/etc/{{ aodh_dir }}/wsgi-aodh.conf", "dest": "/etc/{{ aodh_dir }}/wsgi-aodh.conf",
"owner": "aodh", "owner": "root",
"perm": "0644" "perm": "0600"
} }
] ]
} }