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

« back to all changes in this revision

Viewing changes to etc/glance-registry.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:
15
15
# file for both the API and registry servers!
16
16
log_file = /var/log/glance/registry.log
17
17
 
 
18
# Send logs to syslog (/dev/log) instead of to file specified by `log_file`
 
19
use_syslog = False
 
20
 
18
21
# SQLAlchemy connection string for the reference implementation
19
22
# registry server. Any valid SQLAlchemy connection string is fine.
20
23
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
44
47
paste.app_factory = glance.registry.server:app_factory
45
48
 
46
49
[filter:context]
 
50
context_class = glance.registry.context.RequestContext
47
51
paste.filter_factory = glance.common.context:filter_factory