a489eb4df3
Change-Id: I8229ee50356a5c63c8922d7c30d01d160be788e8 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
23 lines
511 B
Plaintext
Executable File
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
|
|
|