daisycloud-core/tools/daisy-utils/daisy-registry-dist.conf
Zhijiang Hu e2e358b4f8 initial merge
Change-Id: Id7cef7826092e191654da872ee1e11c4c6f50ddf
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-03-30 14:07:23 +08:00

21 lines
425 B
Plaintext
Executable File

[DEFAULT]
debug = False
verbose = True
use_stderr = False
log_file = /var/log/daisy/registry.log
[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-registry-dist-paste.ini