Skip to content

Commit f7f5389

Browse files
committed
Refresh Glance example configs for antelope milestone 2
Change-Id: I8c9f9057f8601f31f5292450cc05819d24bf0d5c
1 parent e2cd725 commit f7f5389

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

etc/glance-api.conf

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,8 +1771,12 @@
17711771
# (string value)
17721772
#mysql_sql_mode = TRADITIONAL
17731773

1774-
# If True, transparently enables support for handling MySQL Cluster (NDB).
1775-
# (boolean value)
1774+
# DEPRECATED: If True, transparently enables support for handling MySQL Cluster
1775+
# (NDB). (boolean value)
1776+
# This option is deprecated for removal since 12.1.0.
1777+
# Its value may be silently ignored in the future.
1778+
# Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
1779+
# and will be removed in a future release.
17761780
#mysql_enable_ndb = false
17771781

17781782
# Connections which have been present in the connection pool longer than this
@@ -5619,8 +5623,9 @@
56195623
# default. If this option is equal to False then the health check heartbeat will
56205624
# inherit the execution model from the parent process. For example if the parent
56215625
# process has monkey patched the stdlib by using eventlet/greenlet then the
5622-
# heartbeat will be run through a green thread. (boolean value)
5623-
#heartbeat_in_pthread = true
5626+
# heartbeat will be run through a green thread. This option should be set to
5627+
# True only for the wsgi services. (boolean value)
5628+
#heartbeat_in_pthread = false
56245629

56255630
# How long to wait before reconnecting in response to an AMQP consumer cancel
56265631
# notification. (floating point value)

etc/glance-manage.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,12 @@
178178
# (string value)
179179
#mysql_sql_mode = TRADITIONAL
180180

181-
# If True, transparently enables support for handling MySQL Cluster (NDB).
182-
# (boolean value)
181+
# DEPRECATED: If True, transparently enables support for handling MySQL Cluster
182+
# (NDB). (boolean value)
183+
# This option is deprecated for removal since 12.1.0.
184+
# Its value may be silently ignored in the future.
185+
# Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
186+
# and will be removed in a future release.
183187
#mysql_enable_ndb = false
184188

185189
# Connections which have been present in the connection pool longer than this

etc/glance-scrubber.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,12 @@
789789
# (string value)
790790
#mysql_sql_mode = TRADITIONAL
791791

792-
# If True, transparently enables support for handling MySQL Cluster (NDB).
793-
# (boolean value)
792+
# DEPRECATED: If True, transparently enables support for handling MySQL Cluster
793+
# (NDB). (boolean value)
794+
# This option is deprecated for removal since 12.1.0.
795+
# Its value may be silently ignored in the future.
796+
# Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
797+
# and will be removed in a future release.
794798
#mysql_enable_ndb = false
795799

796800
# Connections which have been present in the connection pool longer than this

0 commit comments

Comments
 (0)