Merge pull request #3 from jamtur01/master

Updated glance template
This commit is contained in:
Dan Bode 2011-06-20 23:26:12 -07:00
commit 0883495bb3
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.