Add missing Keystone settings to scrubber conf

The provided conf file for glance-scrubber was missing the auth settings
stanza required to make it work 'out of the box' in a Keystone environment
such as Devstack.

Also add the "Security Options" line just below for consistency with the
other configs.

Change-Id: I1182fd3a7a79c0f6aeb601d65c31e462fb3610bb
This commit is contained in:
Paul Bourke 2013-06-11 10:45:39 +00:00
parent 6019f15b8a
commit fa45e3ed51

View File

@ -34,6 +34,14 @@ registry_host = 0.0.0.0
# Port the registry server is listening on
registry_port = 9191
# Auth settings if using Keystone
# auth_url = http://127.0.0.1:5000/v2.0/
# admin_tenant_name = %SERVICE_TENANT_NAME%
# admin_user = %SERVICE_USER%
# admin_password = %SERVICE_PASSWORD%
# ================= Security Options ==========================
# AES key for encrypting store 'location' metadata, including
# -- if used -- Swift or S3 credentials
# Should be set to a random string of length 16, 24 or 32 bytes