9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
21 lines
457 B
Plaintext
21 lines
457 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = True
|
|
use_stderr = False
|
|
log_file = /var/log/glance/api.log
|
|
filesystem_store_datadir = /var/lib/glance/images/
|
|
scrubber_datadir = /var/lib/glance/scrubber
|
|
image_cache_dir = /var/lib/glance/image-cache/
|
|
|
|
[database]
|
|
connection = mysql://glance:glance@localhost/glance
|
|
|
|
[keystone_authtoken]
|
|
auth_host = 127.0.0.1
|
|
auth_port = 35357
|
|
auth_protocol = http
|
|
|
|
[paste_deploy]
|
|
config_file = /usr/share/glance/glance-api-dist-paste.ini
|
|
|