Merge "Ensure that policy file has correct group/mode"

This commit is contained in:
Jenkins 2017-05-25 00:09:47 +00:00 committed by Gerrit Code Review
commit c997cc1ad7
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@
copy:
src: "{{ neutron_conf_dir }}/policy.json-{{ neutron_venv_tag }}"
dest: "{{ neutron_conf_dir }}/policy.json"
owner: "root"
group: "{{ neutron_system_group_name }}"
mode: "0640"
remote_src: yes
- name: Start services