tripleo-image-elements/elements/glance
James Slagle b5bd479a1a Make log_file and notifier_strategy configurable
This makes log_file and notifier_strategy configurable in
/etc/glance/glance-api.conf and /etc/glance/glance-registry.conf.

There is corresponding change to tripleo-heat-templates to expose these
configurations in the heat templates at:
https://review.openstack.org/#/c/76652/

Change-Id: I0591f861fe292df4373839fc675481d2fa4fa5fc
2014-03-10 07:09:40 -04:00
..
install.d Install glance-manage into /usr/local/bin 2014-01-28 13:44:33 -05:00
os-config-applier/etc/glance Make log_file and notifier_strategy configurable 2014-03-10 07:09:40 -04:00
os-refresh-config Merge "Moving iptables rules to the relevant elements" 2014-01-30 21:41:43 +00:00
README.md Make log_file and notifier_strategy configurable 2014-03-10 07:09:40 -04:00
element-deps Moving iptables rules to the relevant elements 2014-01-28 06:31:54 -05:00
source-repository-glance Use openstack git repos when possible 2013-11-15 10:48:11 +02:00

README.md

Installs glance service from git.

Configuration

glance: verbose: False - Show more verbose log output (sets INFO log level output) debug: False - Show debugging output in logs (sets DEBUG log level output) db: mysql://glance:unset@localhost/glance - SQLAlchemy database connection string backend: swift - The backend store to use service-password: password - The service password for the glance user swift-store-user: service:glance swift-store-key: userpassword - The credentials to use against swift if using the swift backend. api-workers: 1 - The number of Glance API server processes to start. notifier-strategy: noop - Strategy to use for notification queue. log-file: '' - The filepath of the file to use for logging messages from Glances servers. - The default is unset, which implies stdout.