tripleo-image-elements/elements/glance
Ghe Rivero 7d37fb5eb2 Rename os-config-applier to os-apply-config
There are some elements that are still using the old os-config-applier
to store the configuration templates.

Change-Id: I17def1e5e0ca09d5f400d7ba1f7bd82ea804ab42
2014-07-09 06:00:27 +00:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
install.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
os-apply-config/etc/glance Rename os-config-applier to os-apply-config 2014-07-09 06:00:27 +00:00
os-refresh-config add some missing “set -ue” declarations 2014-05-20 09:39:55 +02:00
element-deps sort the element-deps to please dib-lint 2014-04-24 15:38:03 +02:00
README.md Glance: Allow configuring default_log_levels 2014-03-26 11:01:59 +00:00
source-repository-glance Use openstack git repos when possible 2013-11-15 10:48:11 +02:00

Installs glance service from git.

Configuration

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