Skip to content

Commit

Permalink
Update glance-api.conf.tmpl to match upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiall committed Dec 2, 2011
1 parent 1d81358 commit 13f77d0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions glance-api.conf.tmpl
Expand Up @@ -3,7 +3,7 @@
verbose = True

# Show debugging output in logs (sets DEBUG log level output)
debug = True
debug = False

# Which backend store should Glance use by default is not specified
# in a request to add a new image to Glance? Default: 'file'
Expand Down Expand Up @@ -131,21 +131,10 @@ image_cache_stall_timeout = 86400
# Turn on/off delayed delete
delayed_delete = False

# Delayed delete time in seconds
scrub_time = 43200

# Directory that the scrubber will use to remind itself of what to delete
# Make sure this is also set in glance-scrubber.conf
scrubber_datadir = /var/lib/glance/scrubber

[pipeline:glance-api]
#pipeline = versionnegotiation context apiv1app
# NOTE: use the following pipeline for keystone
pipeline = versionnegotiation authtoken context apiv1app

# To enable Image Cache Management API replace pipeline with below:
# pipeline = versionnegotiation context imagecache apiv1app
# NOTE: use the following pipeline for keystone auth (with caching)
# pipeline = versionnegotiation authtoken context imagecache apiv1app

[pipeline:versions]
Expand Down

0 comments on commit 13f77d0

Please sign in to comment.