3729755da0
Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. If this option is not set explicitly, there is no such warning. Furthermore, the default value of verbose is true, so there is no need to set this value in config files. TrivialFix Change-Id: I3ec2a8900c984a64bc0645672ef89a63975f7f4e
10 lines
302 B
Django/Jinja
10 lines
302 B
Django/Jinja
[DEFAULT]
|
|
debug = {{ keystone_logging_debug }}
|
|
syslog_log_facility=LOG_LOCAL0
|
|
use_syslog = True
|
|
|
|
admin_token = {{ keystone_admin_token }}
|
|
|
|
[database]
|
|
connection = mysql+pymysql://{{ keystone_database_user }}:{{ keystone_database_password }}@{{ keystone_database_address }}/{{ keystone_database_name }}
|