Merge "Remove enable_xtrabackup variable"

This commit is contained in:
Zuul 2019-11-14 14:50:55 +00:00 committed by Gerrit Code Review
commit a52808c5bd
2 changed files with 6 additions and 3 deletions

View File

@ -625,9 +625,7 @@ enable_manila_backend_generic: "no"
enable_manila_backend_hnas: "no"
enable_manila_backend_cephfs_native: "no"
enable_manila_backend_cephfs_nfs: "no"
# TODO(mgoddard): Change this to a plain "no" when support enable_xtrabackup
# has been removed.
enable_mariabackup: "{{ enable_xtrabackup | default('no') }}"
enable_mariabackup: "no"
enable_masakari: "no"
enable_mistral: "no"
enable_monasca: "no"

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Removes support for the ``enable_xtrabackup`` variable that was deprecated
in favour of ``enable_mariabackup`` in the Train (9.0.0) release.