diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2012-03-02 10:50:57 -0600 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2012-03-06 11:20:11 -0600 |
| commit | b68051cd13cc71ebd15cd478afedf0c5d07ebd4e (patch) | |
| tree | 94fd2b8dbe2d26f262ec652ae3bd9bb313a8ef8f /etc | |
| parent | 6621c79b06fc2848072e59d22d1224ae3a0c593a (diff) | |
Renamed sqlite files (bug 944951)
Change-Id: Iae7aa34de0bf68da9e422719605753634cc0d113
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/keystone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/keystone.conf b/etc/keystone.conf index 9020ea65..d1d51d74 100644 --- a/etc/keystone.conf +++ b/etc/keystone.conf @@ -16,7 +16,7 @@ use_syslog = False # syslog_log_facility = LOG_LOCAL0 [sql] -connection = sqlite:///bla.db +connection = sqlite:///keystone.db idle_timeout = 200 min_pool_size = 5 max_pool_size = 10 |
