tripleo-image-elements/elements/glance
2014-09-23 08:49:36 +00: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 Merge "For Glance add port 9191 to the iptables list" 2014-09-23 08:49:36 +00:00
element-deps Merge "Run migrations from only the bootstrap host" 2014-07-22 13:02:43 +00: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