Files
Derek Higgins 837fbb1b54 Run dbsync commands with service user
In some cases these commands create log files, running them as the service
user prevents them being owned by root.

Change-Id: I5d5dc4b58f7fca494ac2617f15da9f90b5fa11c9
2014-08-18 17:29:32 +01:00
..
2014-07-19 23:54:41 -07: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