Update git submodules

* Update openstack-ansible-os_neutron from branch 'master'
  to d4cbd2d7adcf4bba95a885c87d2c6e4dc9c1b012
  - Create separate lock path for neutron-ovn-metadata-agent
    
    root user/group ownership of the neutron-ovn-metadata service caused
    the neutron lock dir to be owned by root:root, which caused issues
    with neutron-server's ability to write the OVN hash ring lock file
    to /run/lock/neutron and prevented the creation of networks.
    
    It appears neutron-ovn-metadata-agent needs access to the OVS DB
    schema via unix:/var/run/openvswitch/db.sock, which is owned by root,
    so a separate lock path has been created for the metadata agent to
    workaround this.
    
    FWIW, this issue manifested with upstream Neutron commit
    536498a29a4e7662a4d0b1bb923e2521509ad77a.
    
    Change-Id: Ib6d69bb2ce340b50140216e2abf236a1da93e46b
This commit is contained in:
James Denton 2022-12-28 16:04:56 -06:00 committed by Gerrit Code Review
parent 4005e4c692
commit d0cc176513
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 92fa6a5295d7a7cccb102387fbd92c8c70568a72
Subproject commit d4cbd2d7adcf4bba95a885c87d2c6e4dc9c1b012