Refresh Glance example configs for antelope milestone 2
Change-Id: I8c9f9057f8601f31f5292450cc05819d24bf0d5c
This commit is contained in:
parent
e2cd7251f4
commit
f7f5389426
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user