Glance ships with a default, reference implementation registry
server. There are a number of configuration options in Glance that
control how this registry server operates. These configuration
options are specified in the
glance-registry.conf config file in the section
[DEFAULT].
sql_connection=CONNECTION_STRING(--sql-connectionwhen specified on command line)
Optional. Default: None
Can be specified in configuration files. Can also be specified on
the command-line for the glance-manage program.
Sets the SQLAlchemy connection string to use when connecting to the registry database. Please see the documentation for SQLAlchemy connection strings online.
sql_timeout=SECONDSon command line)
Optional. Default: 3600
Can only be specified in configuration files.
Sets the number of seconds after which SQLAlchemy should reconnect to the datastore if no activity has been made on the connection.
