Update git submodules

* Update openstack-ansible-os_neutron from branch 'master'
  to 88085e47fd9b44a85c9b8593020ee87cbd9a4082
  - Merge "Fix permissions for rootwrap files"
  - Fix permissions for rootwrap files
    
    At the moment we set 640 permissions to /etc/neutron/rootwrap.d folder.
    While it doesn't cause any issues right now, since root still able to read files in there,
    but this makes us to use root for services when it should not be needed.
    
    Also playbook is not idempotent, as it changes permissions for same
    directory multiple times during runtime.
    
    Task for setting rootwrap permissions is removed, since it's behaviour is
    weird by design of file module.
    It can be applied only to directories, meaning that either directory will not
    have execution permissions or all files inisde it will have executable flag.
    
    Change-Id: I577221e94d6cf9d940ee310757383cee24b80a03
This commit is contained in:
Zuul 2024-02-19 17:56:53 +00:00 committed by Gerrit Code Review
parent 2e47a1faf5
commit 5c6bb6d63d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fbdb79c0553e31063a1e33426bab6b5309ed7e8c
Subproject commit 88085e47fd9b44a85c9b8593020ee87cbd9a4082