~gandelman-a/ubuntu/precise/glance/899970

« back to all changes in this revision

Viewing changes to debian/patches/sql_conn.patch

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Monty Taylor, Scott Moser, Ben Howard
  • Date: 2011-08-26 10:13:39 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: package-import@ubuntu.com-20110826101339-mn8akhehsitvjgld
Tags: 2011.3~d4-0ubuntu1
[Chuck Short]
* New upstream release.

[ Monty Taylor ]
* New upstream release.
* Added python-kombu as Depends and Build-depends.

[ Scott Moser ]
* glance.postinst: use a trailing slash when using chown on directories

[ Ben Howard ]
* Install /etc/glance-scrubber.conf by default (LP: #816972)
* Remove glance user and logs on purge (LP: #828721)
* Converted dh to use "--with python2".
* Incremented standards version to 3.9.2; no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
 # Period in seconds after which SQLAlchemy should reestablish its connection
13
13
 # to the database.
 
14
 
 
15
=== modified file 'etc/glance-scrubber.conf'
 
16
--- org/etc/glance-scrubber.conf        2011-07-29 09:43:22 +0000
 
17
+++ new/etc/glance-scrubber.conf        2011-08-11 14:47:55 +0000
 
18
@@ -21,7 +21,7 @@
 
19
 # SQLAlchemy connection string for the reference implementation
 
20
 # registry server. Any valid SQLAlchemy connection string is fine.
 
21
 # See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
 
22
-sql_connection = sqlite:///glance.sqlite
 
23
+sql_connection = sqlite:////var/lib/glance/glance.sqlite
 
24
 
 
25
 # Period in seconds after which SQLAlchemy should reestablish its connection
 
26
 # to the database.
 
27