Making the sql_connection a variable

This commit is contained in:
Chris Blumentritt 2011-06-16 16:47:06 -05:00
parent e8a6e3df49
commit bdde53d8cf
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ log_file = /var/log/glance/registry.log
# SQLAlchemy connection string for the reference implementation
# registry server. Any valid SQLAlchemy connection string is fine.
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
sql_connection = sqlite:///glance.sqlite
sql_connection = <%= sql_connection %>
# Period in seconds after which SQLAlchemy should reestablish its connection
# to the database.