components/openstack/neutron/files/neutron.conf
changeset 6878 252671ed151a
parent 6866 4c1935f5ec9a
equal deleted inserted replaced
6877:3174bc3a7842 6878:252671ed151a
   707 # by the server configuration, set this to no value. Example: mysql_sql_mode=
   707 # by the server configuration, set this to no value. Example: mysql_sql_mode=
   708 # (string value)
   708 # (string value)
   709 #mysql_sql_mode = TRADITIONAL
   709 #mysql_sql_mode = TRADITIONAL
   710 
   710 
   711 # This configures the MySQL storage engine. This allows for OpenStack to
   711 # This configures the MySQL storage engine. This allows for OpenStack to
   712 # support different storage engines such as InnoDB, NDB, etc. By Default,
   712 # support different storage engine such as InnoDB, NDB, etc. By default, this
   713 # this value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER.
   713 # value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER. Example:
   714 # Example: mysql_storage_engine=(string value)
   714 # mysql_storage_engine= (string value)
   715 #mysql_storage_engine = InnoDB
   715 #mysql_storage_engine = InnoDB
   716 
   716 
   717 # Timeout before idle SQL connections are reaped. (integer value)
   717 # Timeout before idle SQL connections are reaped. (integer value)
   718 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
   718 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
   719 # Deprecated group/name - [DATABASE]/sql_idle_timeout
   719 # Deprecated group/name - [DATABASE]/sql_idle_timeout