Update git submodules

* Update openstack-ansible-galera_server from branch 'master'
  to 229ae217c1e127979cd5370414e6d2b13c910055
  - Fix ignored database directories configuration
    
    Confusingly, the variable ignore_db_dirs is set by passing it
    multiple times in the configuration file, once per directory.
    It is then read as a comma separated list, but cannot be set
    in this way.
    https://mariadb.com/kb/en/server-system-variables/#ignore_db_dirs
    
    Without this, the mariadb-upgrade script can fail as it attempts
    to process invalid databases.
    
    Change-Id: Ie997393935e04e127893643e4c72d7af07e993ff
This commit is contained in:
Andrew Bonney 2023-11-14 15:09:53 +00:00 committed by Gerrit Code Review
parent c79617bcb6
commit e8fd8e6cc4
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 28ac2fc7ee661f19170037da489a7a1644d7d84b
Subproject commit 229ae217c1e127979cd5370414e6d2b13c910055