summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranali Deore <pdeore@redhat.com>2023-01-03 05:25:46 +0000
committerPranali Deore <pdeore@redhat.com>2023-01-03 05:25:46 +0000
commitf7f5389426a2bf523b9754519f845b47ab356b11 (patch)
tree5bcf601cb72a1f7ff4a30866f4a8190550c05b69
parente2cd7251f46e9d8fe7796ba0e178ee692de98fe6 (diff)
downloadglance-f7f5389426a2bf523b9754519f845b47ab356b11.tar.gz
Refresh Glance example configs for antelope milestone 2
Change-Id: I8c9f9057f8601f31f5292450cc05819d24bf0d5c
-rw-r--r--etc/glance-api.conf13
-rw-r--r--etc/glance-manage.conf8
-rw-r--r--etc/glance-scrubber.conf8
3 files changed, 21 insertions, 8 deletions
diff --git a/etc/glance-api.conf b/etc/glance-api.conf
index 9db3f17ec..785ddc96b 100644
--- a/etc/glance-api.conf
+++ b/etc/glance-api.conf
@@ -1771,8 +1771,12 @@
# (string value)
#mysql_sql_mode = TRADITIONAL
-# If True, transparently enables support for handling MySQL Cluster (NDB).
-# (boolean value)
+# DEPRECATED: If True, transparently enables support for handling MySQL Cluster
+# (NDB). (boolean value)
+# This option is deprecated for removal since 12.1.0.
+# Its value may be silently ignored in the future.
+# Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
+# and will be removed in a future release.
#mysql_enable_ndb = false
# Connections which have been present in the connection pool longer than this
@@ -5619,8 +5623,9 @@
# default. If this option is equal to False then the health check heartbeat will
# inherit the execution model from the parent process. For example if the parent
# process has monkey patched the stdlib by using eventlet/greenlet then the
-# heartbeat will be run through a green thread. (boolean value)
-#heartbeat_in_pthread = true
+# heartbeat will be run through a green thread. This option should be set to
+# True only for the wsgi services. (boolean value)
+#heartbeat_in_pthread = false
# How long to wait before reconnecting in response to an AMQP consumer cancel
# notification. (floating point value)
diff --git a/etc/glance-manage.conf b/etc/glance-manage.conf
index f2dcce39f..55eebdca5 100644
--- a/etc/glance-manage.conf
+++ b/etc/glance-manage.conf
@@ -178,8 +178,12 @@
# (string value)
#mysql_sql_mode = TRADITIONAL
-# If True, transparently enables support for handling MySQL Cluster (NDB).
-# (boolean value)
+# DEPRECATED: If True, transparently enables support for handling MySQL Cluster
+# (NDB). (boolean value)
+# This option is deprecated for removal since 12.1.0.
+# Its value may be silently ignored in the future.
+# Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
+# and will be removed in a future release.
#mysql_enable_ndb = false
# Connections which have been present in the connection pool longer than this
diff --git a/etc/glance-scrubber.conf b/etc/glance-scrubber.conf
index 02a0e3211..a71cb2907 100644
--- a/etc/glance-scrubber.conf
+++ b/etc/glance-scrubber.conf
@@ -789,8 +789,12 @@
# (string value)
#mysql_sql_mode = TRADITIONAL
-# If True, transparently enables support for handling MySQL Cluster (NDB).
-# (boolean value)
+# DEPRECATED: If True, transparently enables support for handling MySQL Cluster
+# (NDB). (boolean value)
+# This option is deprecated for removal since 12.1.0.
+# Its value may be silently ignored in the future.
+# Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
+# and will be removed in a future release.
#mysql_enable_ndb = false
# Connections which have been present in the connection pool longer than this