summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@rackspace.com>2011-06-21 15:17:47 -0500
committerDolph Mathews <dolph.mathews@rackspace.com>2011-06-21 15:17:47 -0500
commitac68fbdeeda0e91c5efa9d4c75f2f66ce3b980f2 (patch)
tree0d88a97987f568cc8e418e8aca295a8cd157ee49
parentac708ae577bdbed106dbe819238a3b1407446273 (diff)
downloadkeystone-ac68fbdeeda0e91c5efa9d4c75f2f66ce3b980f2.tar.gz
keystone-ac68fbdeeda0e91c5efa9d4c75f2f66ce3b980f2.tar.xz
keystone-ac68fbdeeda0e91c5efa9d4c75f2f66ce3b980f2.zip
Issue 32: ./bin/keystone cannot be executed outside of bin/
-rwxr-xr-xetc/keystone.conf2
1 files changed, 1 insertions, 1 deletions
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.