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

« back to all changes in this revision

Viewing changes to etc/glance-scrubber.conf

  • 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:
9
9
# file for both the API and registry servers!
10
10
log_file = /var/log/glance/scrubber.log
11
11
 
 
12
# Send logs to syslog (/dev/log) instead of to file specified by `log_file`
 
13
use_syslog = False
 
14
 
12
15
# Delayed delete time in seconds
13
16
scrub_time = 43200
14
17
 
21
24
# SQLAlchemy connection string for the reference implementation
22
25
# registry server. Any valid SQLAlchemy connection string is fine.
23
26
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
24
 
sql_connection = sqlite:///glance.sqlite
 
27
sql_connection = sqlite:////var/lib/glance/glance.sqlite
25
28
 
26
29
# Period in seconds after which SQLAlchemy should reestablish its connection
27
30
# to the database.