update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / plugins / rwimagemgr / etc / fc20 / glance-scrubber.conf
1 [DEFAULT]
2 # Show more verbose log output (sets INFO log level output)
3 verbose=True
4
5 # Show debugging output in logs (sets DEBUG log level output)
6 debug=False
7
8 # Log to this file. Make sure you do not set the same log
9 # file for both the API and registry servers!
10 log_file={RIFT_VAR_ROOT}/log/glance/scrubber.log
11
12 # Send logs to syslog (/dev/log) instead of to file specified by `log_file`
13 #use_syslog = False
14
15 # Should we run our own loop or rely on cron/scheduler to run us
16 daemon = False
17
18 # Loop time between checking for new items to schedule for delete
19 wakeup_time = 300
20
21 # Directory that the scrubber will use to remind itself of what to delete
22 # Make sure this is also set in glance-api.conf
23 scrubber_datadir={RIFT_VAR_ROOT}/lib/glance/scrubber
24
25 # Only one server in your deployment should be designated the cleanup host
26 cleanup_scrubber = False
27
28 # pending_delete items older than this time are candidates for cleanup
29 cleanup_scrubber_time = 86400
30
31 # Address to find the registry server for cleanups
32 registry_host = 0.0.0.0
33
34 # Port the registry server is listening on
35 registry_port = 9191
36
37 # Auth settings if using Keystone
38 # auth_url = http://127.0.0.1:5000/v2.0/
39 # admin_tenant_name = %SERVICE_TENANT_NAME%
40 # admin_user = %SERVICE_USER%
41 # admin_password = %SERVICE_PASSWORD%
42
43 # Directory to use for lock files. Default to a temp directory
44 # (string value). This setting needs to be the same for both
45 # glance-scrubber and glance-api.
46 #lock_path=<None>
47
48 # ================= Security Options ==========================
49
50 # AES key for encrypting store 'location' metadata, including
51 # -- if used -- Swift or S3 credentials
52 # Should be set to a random string of length 16, 24 or 32 bytes
53 #metadata_encryption_key = <16, 24 or 32 char registry metadata key>