components/openstack/nova/files/nova.conf
changeset 6878 252671ed151a
parent 6866 4c1935f5ec9a
child 6879 e4644601dca8
equal deleted inserted replaced
6877:3174bc3a7842 6878:252671ed151a
  2180 # by the server configuration, set this to no value. Example: mysql_sql_mode=
  2180 # by the server configuration, set this to no value. Example: mysql_sql_mode=
  2181 # (string value)
  2181 # (string value)
  2182 #mysql_sql_mode = TRADITIONAL
  2182 #mysql_sql_mode = TRADITIONAL
  2183 
  2183 
  2184 # This configures the MySQL storage engine. This allows for OpenStack to
  2184 # This configures the MySQL storage engine. This allows for OpenStack to
  2185 # support different storage engines such as InnoDB, NDB, etc. By Default,
  2185 # support different storage engine such as InnoDB, NDB, etc. By default, this
  2186 # this value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER.
  2186 # value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER. Example:
  2187 # Example: mysql_storage_engine=(string value)
  2187 # mysql_storage_engine= (string value)
  2188 #mysql_storage_engine = InnoDB
  2188 #mysql_storage_engine = InnoDB
  2189 
  2189 
  2190 # Timeout before idle SQL connections are reaped. (integer value)
  2190 # Timeout before idle SQL connections are reaped. (integer value)
  2191 #idle_timeout = 3600
  2191 #idle_timeout = 3600
  2192 
  2192 
  3164 # by the server configuration, set this to no value. Example: mysql_sql_mode=
  3164 # by the server configuration, set this to no value. Example: mysql_sql_mode=
  3165 # (string value)
  3165 # (string value)
  3166 #mysql_sql_mode = TRADITIONAL
  3166 #mysql_sql_mode = TRADITIONAL
  3167 
  3167 
  3168 # This configures the MySQL storage engine. This allows for OpenStack to
  3168 # This configures the MySQL storage engine. This allows for OpenStack to
  3169 # support different storage engines such as InnoDB, NDB, etc. By Default,
  3169 # support different storage engine such as InnoDB, NDB, etc. By default, this
  3170 # this value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER.
  3170 # value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER. Example:
  3171 # Example: mysql_storage_engine=(string value)
  3171 # mysql_storage_engine= (string value)
  3172 #mysql_storage_engine = InnoDB
  3172 #mysql_storage_engine = InnoDB
  3173 
  3173 
  3174 # Timeout before idle SQL connections are reaped. (integer value)
  3174 # Timeout before idle SQL connections are reaped. (integer value)
  3175 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
  3175 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
  3176 # Deprecated group/name - [DATABASE]/sql_idle_timeout
  3176 # Deprecated group/name - [DATABASE]/sql_idle_timeout