Merge "Update permissions on execution path folders"

This commit is contained in:
Zuul 2018-08-17 17:45:31 +00:00 committed by Gerrit Code Review
commit ef07cd02c5

View File

@ -67,7 +67,7 @@
owner: "root"
group: "root"
- path: "{{ (neutron_install_method == 'distro') | ternary(neutron_conf_dir, (neutron_bin | dirname) + '/etc/neutron') }}"
mode: "0750"
mode: "0755"
# NOTE(cloudnull): The "src" path is relative. This ensures all files remain
# within the host/container confines when connecting to
# them using the connection plugin or the root filesystem.