23612348a5
Due to bug #856764 we want to route access to rabbit via haproxy, this change makes the services use rabbit.host if defined, instead of rabbit.nodes and rabbitmq listen on local loopback and local-ipv4 instead of 0.0.0.0 Related to blueprint tripleo-icehouse-ha-production-configuration Change-Id: I3ff37ec18b9191ca8e861519bed142cbdbd5faa2 Related-Bug: 856764 |
||
---|---|---|
.. | ||
environment.d | ||
install.d | ||
os-apply-config/etc/glance | ||
os-refresh-config | ||
element-deps | ||
README.md | ||
source-repository-glance |
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 Glance’s 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 Glance’s Registry server. - The default is unset, which implies stdout. default-log-levels: - Logging: fine tune default log levels