Image Service sample configuration files
All the files in this section can be found in the /etc/glance/
directory.
glance-api.conf
The configuration file for the Image Service API is found in the
glance-api.conf file.
This file must be modified after installation.
glance-registry.conf
Configuration for the Image Service's registry, which
stores the metadata about images, is found in the
glance-registry.conf file.
This file must be modified after installation.
glance-api-paste.ini
Configuration for the Image Service's API middleware pipeline is found in the
glance-api-paste.ini file.
You should not need to modify this file.
glance-registry-paste.ini
The Image Service's middleware pipeline for its registry is found in the
glance-registry-paste.ini file.
glance-scrubber.conf
glance-scrubber is a utility for the Image Service that cleans
up images that have been deleted; its configuration is stored in the
glance-scrubber.conf file.
Multiple instances of glance-scrubber can be run in a single
deployment, but only one of them can be designated as the
cleanup_scrubber in the
glance-scrubber.conf file. The
cleanup_scrubber coordinates other
glance-scrubber instances by maintaining the master queue
of images that need to be removed.
policy.json
The /etc/glance/policy.json file defines additional access controls
that apply to the Image Service.