kwapi/etc/kwapi/api.conf

30 lines
476 B
Plaintext

# Kwapi config file
[DEFAULT]
# ACL
acl_enabled = true
policy_file = /etc/kwapi/policy.json
# Signature
signature_checking = true
driver_metering_secret = Change This Or Be Hacked
# Communication
api_port = 5000
probes_endpoint = ipc:///tmp/kwapi
# Timers
cleaning_interval = 300
# Log files
log_file = /tmp/kwapi-api.log
verbose = True
[keystone_authtoken]
auth_host = 10.0.0.2
auth_protocol = http
admin_user = kwapi
admin_password = demo
admin_tenant_name = service