]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Fri, 19 Dec 2025 16:06:55 +0000 (16:06 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 19 Dec 2025 16:06:55 +0000 (16:06 +0000)
commitf45a4b66fe56f1ad44508ede2250c6ab3f5513f0
tree337cc6012be914a6a2326630e9318866e02a7c21
parente84fd39900b1e626950690a356aff1c4b83f3a48
Update git submodules

* Update kolla-ansible from branch 'master'
  to d41e90abc783788168884abb273c63333ae65152
  - Merge "haproxy: skip redundant backend configuration for memcached"
  - haproxy: skip redundant backend configuration for memcached

    Previously, Kolla-Ansible generated unnecessary HAProxy backend
    configuration entries for the memcached service. These backend entries
    were redundant since memcached is not accessed through HAProxy by any
    OpenStack service. This patch removes the redundant configuration,
    keeping the HAProxy configuration minimal and consistent with actual
    service usage.

    Closes-Bug: #2130641
    Change-Id: I62f40d48a7f2d58b3a3b9ac6d5827a721e02c545
Signed-off-by: Piotr Milewski <vurmil@gmail.com>
kolla-ansible