Remove enable_xtrabackup variable

This was deprecated in the Train release in favour of enable_mariadb.

Change-Id: Iea0c6eb51ff26817eeb913c9aa241a9fe7553588
This commit is contained in:
Mark Goddard 2019-11-14 11:38:45 +00:00
parent 8a003189ef
commit ad01556925
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.