Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronise 2023.1 with upstream #626

Merged
merged 5 commits into from
Oct 7, 2024

Commits on Jul 18, 2024

  1. Fix mariadb recovery

    This patch modifies tasks that are delegated to
    localhost to use local connection.
    Firstly, this is correct since SSH connection is not used,
    and secondly, it fixes the issue when kolla-ansible is
    packaged in a docker container. If the local connection
    is not used, the tasks will fail because temporary data are
    stored outside the container, whereas we need it to be
    stored inside the container so we can read them and set_facts.
    
    Closes-Bug: #2073370
    Change-Id: I9547d5da78da30bfeea8e97056cfa9308c977098
    (cherry picked from commit 84e95d2)
    keuko authored and artificial-intelligence committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    09d0520 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fix keystone configuration for haproxy.

    * Use proper balancing mode when federation is enabled.
    
    Closes-Bug: #2058656
    Change-Id: Ia81a6efc38ec2bdc1355d058c03568cf740fdac5
    (cherry picked from commit 33d03a4)
    gtherond authored and artificial-intelligence committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    73496e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge "Fix mariadb recovery" into stable/2023.1

    Zuul authored and openstack-gerrit committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    19c36f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990d94c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    54c3963 View commit details
    Browse the repository at this point in the history