From ac68fbdeeda0e91c5efa9d4c75f2f66ce3b980f2 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 21 Jun 2011 15:17:47 -0500 Subject: Issue 32: ./bin/keystone cannot be executed outside of bin/ --- etc/keystone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/keystone.conf b/etc/keystone.conf index c0fa1353..8efa5d7e 100755 --- a/etc/keystone.conf +++ b/etc/keystone.conf @@ -18,7 +18,7 @@ log_file = keystone.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:///../keystone/keystone.db +sql_connection = sqlite:///keystone.db # Period in seconds after which SQLAlchemy should reestablish its connection # to the database. -- cgit