components/openstack/nova/files/nova.conf
changeset 6879 e4644601dca8
parent 6878 252671ed151a
child 7799 e35d3ee6d1b8
equal deleted inserted replaced
6878:252671ed151a 6879:e4644601dca8
  3234 # Maximum retries in case of connection error or deadlock error before error is
  3234 # Maximum retries in case of connection error or deadlock error before error is
  3235 # raised. Set to -1 to specify an infinite retry count. (integer value)
  3235 # raised. Set to -1 to specify an infinite retry count. (integer value)
  3236 #db_max_retries = 20
  3236 #db_max_retries = 20
  3237 
  3237 
  3238 #
  3238 #
  3239 # From oslo.db
       
  3240 #
       
  3241 
       
  3242 # The file name to use with SQLite. (string value)
       
  3243 # Deprecated group/name - [DEFAULT]/sqlite_db
       
  3244 #sqlite_db = oslo.sqlite
       
  3245 
       
  3246 # If True, SQLite uses synchronous mode. (boolean value)
       
  3247 # Deprecated group/name - [DEFAULT]/sqlite_synchronous
       
  3248 #sqlite_synchronous = true
       
  3249 
       
  3250 # The back end to use for the database. (string value)
       
  3251 # Deprecated group/name - [DEFAULT]/db_backend
       
  3252 #backend = sqlalchemy
       
  3253 
       
  3254 # The SQLAlchemy connection string to use to connect to the database. (string
       
  3255 # value)
       
  3256 # Deprecated group/name - [DEFAULT]/sql_connection
       
  3257 # Deprecated group/name - [DATABASE]/sql_connection
       
  3258 # Deprecated group/name - [sql]/connection
       
  3259 #connection = <None>
       
  3260 
       
  3261 # The SQLAlchemy connection string to use to connect to the slave database.
       
  3262 # (string value)
       
  3263 #slave_connection = <None>
       
  3264 
       
  3265 # The SQL mode to be used for MySQL sessions. This option, including the
       
  3266 # default, overrides any server-set SQL mode. To use whatever SQL mode is set
       
  3267 # by the server configuration, set this to no value. Example: mysql_sql_mode=
       
  3268 # (string value)
       
  3269 #mysql_sql_mode = TRADITIONAL
       
  3270 
       
  3271 # Timeout before idle SQL connections are reaped. (integer value)
       
  3272 # Deprecated group/name - [DEFAULT]/sql_idle_timeout
       
  3273 # Deprecated group/name - [DATABASE]/sql_idle_timeout
       
  3274 # Deprecated group/name - [sql]/idle_timeout
       
  3275 #idle_timeout = 3600
       
  3276 
       
  3277 # Minimum number of SQL connections to keep open in a pool. (integer value)
       
  3278 # Deprecated group/name - [DEFAULT]/sql_min_pool_size
       
  3279 # Deprecated group/name - [DATABASE]/sql_min_pool_size
       
  3280 #min_pool_size = 1
       
  3281 
       
  3282 # Maximum number of SQL connections to keep open in a pool. (integer value)
       
  3283 # Deprecated group/name - [DEFAULT]/sql_max_pool_size
       
  3284 # Deprecated group/name - [DATABASE]/sql_max_pool_size
       
  3285 #max_pool_size = <None>
       
  3286 
       
  3287 # Maximum number of database connection retries during startup. Set to -1 to
       
  3288 # specify an infinite retry count. (integer value)
       
  3289 # Deprecated group/name - [DEFAULT]/sql_max_retries
       
  3290 # Deprecated group/name - [DATABASE]/sql_max_retries
       
  3291 #max_retries = 10
       
  3292 
       
  3293 # Interval between retries of opening a SQL connection. (integer value)
       
  3294 # Deprecated group/name - [DEFAULT]/sql_retry_interval
       
  3295 # Deprecated group/name - [DATABASE]/reconnect_interval
       
  3296 #retry_interval = 10
       
  3297 
       
  3298 # If set, use this value for max_overflow with SQLAlchemy. (integer value)
       
  3299 # Deprecated group/name - [DEFAULT]/sql_max_overflow
       
  3300 # Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
       
  3301 #max_overflow = 50
       
  3302 
       
  3303 # Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
       
  3304 # value)
       
  3305 # Deprecated group/name - [DEFAULT]/sql_connection_debug
       
  3306 #connection_debug = 0
       
  3307 
       
  3308 # Add Python stack traces to SQL as comment strings. (boolean value)
       
  3309 # Deprecated group/name - [DEFAULT]/sql_connection_trace
       
  3310 #connection_trace = false
       
  3311 
       
  3312 # If set, use this value for pool_timeout with SQLAlchemy. (integer value)
       
  3313 # Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
       
  3314 #pool_timeout = <None>
       
  3315 
       
  3316 # Enable the experimental use of database reconnect on connection lost.
       
  3317 # (boolean value)
       
  3318 #use_db_reconnect = false
       
  3319 
       
  3320 # Seconds between retries of a database transaction. (integer value)
       
  3321 #db_retry_interval = 1
       
  3322 
       
  3323 # If True, increases the interval between retries of a database operation up to
       
  3324 # db_max_retry_interval. (boolean value)
       
  3325 #db_inc_retry_interval = true
       
  3326 
       
  3327 # If db_inc_retry_interval is set, the maximum seconds between retries of a
       
  3328 # database operation. (integer value)
       
  3329 #db_max_retry_interval = 10
       
  3330 
       
  3331 # Maximum retries in case of connection error or deadlock error before error is
       
  3332 # raised. Set to -1 to specify an infinite retry count. (integer value)
       
  3333 #db_max_retries = 20
       
  3334 
       
  3335 #
       
  3336 # From oslo.db.concurrency
  3239 # From oslo.db.concurrency
  3337 #
  3240 #
  3338 
  3241 
  3339 # Enable the experimental use of thread pooling for all DB API calls (boolean
  3242 # Enable the experimental use of thread pooling for all DB API calls (boolean
  3340 # value)
  3243 # value)