daisycloud-core/tools/daisy-utils/daisy-api-dist.conf
Zhijiang Hu a489eb4df3 Delete glance scrubber code
Change-Id: I8229ee50356a5c63c8922d7c30d01d160be788e8
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-09-18 04:48:53 -04:00

23 lines
511 B
Plaintext
Executable File

[DEFAULT]
debug = False
verbose = True
use_stderr = False
log_file = /var/log/daisy/api.log
filesystem_store_datadir = /var/lib/daisy/images/
image_cache_dir = /var/lib/daisy/image-cache/
[database]
connection = mysql://daisy:daisy@localhost/daisy
[keystone_authtoken]
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
[paste_deploy]
config_file = /usr/share/daisy/daisy-api-dist-paste.ini