components/openstack/glance/files/glance-manage.conf
changeset 6878 252671ed151a
parent 6866 4c1935f5ec9a
equal deleted inserted replaced
6877:3174bc3a7842 6878:252671ed151a
   138 # the default, overrides any server-set SQL mode. To use whatever SQL
   138 # the default, overrides any server-set SQL mode. To use whatever SQL
   139 # mode is set by the server configuration, set this to no value.
   139 # mode is set by the server configuration, set this to no value.
   140 # Example: mysql_sql_mode= (string value)
   140 # Example: mysql_sql_mode= (string value)
   141 #mysql_sql_mode = TRADITIONAL
   141 #mysql_sql_mode = TRADITIONAL
   142 
   142 
   143 # This configures the MySQL storage engine. This allows for OpenStack to
   143 # This configures the MySQL storage engine. This allows for OpenStack
   144 # support different storage engines such as InnoDB, NDB, etc. By Default,
   144 # to support different storage engine such as InnoDB, NDB, etc. By
   145 # this value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER.
   145 # default, this value will be set to InnoDB. For MySQL Cluster, set to
   146 # Example: mysql_storage_engine=(string value)
   146 # NDBCLUSTER. Example: mysql_storage_engine= (string value)
   147 #mysql_storage_engine = InnoDB
   147 #mysql_storage_engine = InnoDB
   148 
   148 
   149 # Timeout before idle SQL connections are reaped. (integer value)
   149 # Timeout before idle SQL connections are reaped. (integer value)
   150 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
   150 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
   151 # Deprecated group/name - [DATABASE]/sql_idle_timeout
   151 # Deprecated group/name - [DATABASE]/sql_idle_timeout