Edited Glance registry template to add log option.

This commit is contained in:
James Turnbull 2011-06-20 23:21:45 -07:00
parent 062c02ff71
commit 2bea1c2fb4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ bind_port = <%= bind_port %>
# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
log_file = /var/log/glance/registry.log
log_file = <%= log_file %>
# SQLAlchemy connection string for the reference implementation
# registry server. Any valid SQLAlchemy connection string is fine.