~corey.bryant/keystone/2015.1-b2-0ubuntu1

« back to all changes in this revision

Viewing changes to debian/patches/sql_connection.patch

  • Committer: Corey Bryant
  • Date: 2015-02-11 14:19:22 UTC
  • Revision ID: corey.bryant@canonical.com-20150211141922-jok18qvm5k6nbt1n
* New upstream release.
  - d/control: Align with upstream dependencies.
  - d/p/fix-ubuntu-tests.patch: Dropped. Patched code has been removed.
  - d/p/sql_connection.patch: Rebased.
  - d/p/default-log-dir.patch: Rebased.
  - d/p/add-version-info.patch: Rebased.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- a/etc/keystone.conf.sample
2
2
+++ b/etc/keystone.conf.sample
3
 
@@ -631,7 +631,7 @@
4
 
 # Deprecated group/name - [DEFAULT]/sql_connection
 
3
@@ -569,6 +569,7 @@
5
4
 # Deprecated group/name - [DATABASE]/sql_connection
6
5
 # Deprecated group/name - [sql]/connection
7
 
-#connection=<None>
8
 
+connection=sqlite:////var/lib/keystone/keystone.db
 
6
 #connection = <None>
 
7
+connection = sqlite:////var/lib/keystone/keystone.db
9
8
 
10
 
 # The SQLAlchemy connection string to use to connect to the
11
 
 # slave database. (string value)
 
9
 # The SQLAlchemy connection string to use to connect to the slave database.
 
10
 # (string value)