summaryrefslogtreecommitdiff
path: root/oslo_db/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_db/options.py')
-rw-r--r--oslo_db/options.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/oslo_db/options.py b/oslo_db/options.py
index df07c33..d827970 100644
--- a/oslo_db/options.py
+++ b/oslo_db/options.py
@@ -62,6 +62,12 @@ database_opts = [
cfg.BoolOpt(
'mysql_enable_ndb',
default=False,
+ deprecated_for_removal=True,
+ deprecated_since='12.1.0',
+ deprecated_reason=(
+ 'Support for the MySQL NDB Cluster storage engine has been '
+ 'deprecated and will be removed in a future release.'
+ ),
help=(
'If True, transparently enables support for handling '
'MySQL Cluster (NDB).'