tripleo-image-elements/elements/glance
Giulio Fidente 23612348a5 Prefer rabbit.host over rabbit.nodes
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
2014-08-04 11:41:50 +02:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
install.d Correct SELinux file contexts 2014-07-19 23:54:41 -07:00
os-apply-config/etc/glance Prefer rabbit.host over rabbit.nodes 2014-08-04 11:41:50 +02:00
os-refresh-config Run migrations from only the bootstrap host 2014-07-18 12:27:36 -07:00
README.md Glance: Allow configuring default_log_levels 2014-03-26 11:01:59 +00:00
element-deps Merge "Run migrations from only the bootstrap host" 2014-07-22 13:02:43 +00: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: 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