File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
ansible/roles/mariadb/defaults Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ mariadb_wsrep_extra_provider_options: []
104
104
# ###################
105
105
# Backups
106
106
# ###################
107
- mariabackup_image : " {{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ mariadb_install_type }}-mariadb"
107
+ mariabackup_image : " {{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ mariadb_install_type }}-mariadb-server "
108
108
mariabackup_tag : " {{ openstack_tag }}"
109
109
mariabackup_image_full : " {{ mariabackup_image }}:{{ mariabackup_tag }}"
110
110
Original file line number Diff line number Diff line change
1
+ ---
2
+ other :
3
+ - |
4
+ Updates the container image used by mariabackup. It was using the
5
+ ``mariadb`` image, which was deprecated in Victoria and will be removed in
6
+ Wallaby. The ``mariadb-server`` image is used instead. `LP#1928129
7
+ <https://launchpad.net/bugs/1928129>`__
You can’t perform that action at this time.
0 commit comments