kolla-ansible/ansible/roles/rally/templates/rally.conf.j2
Dai Dang Van 3d9fd47e96 Support policy.yaml file [Final]
- Ceilometer
- Gnocchi
- Rally

This will copy only yaml or json policy file if they exist.

Change-Id: I59f3376ab9fb6fb83577465a6c9096764b9f19c0
Implements: blueprint support-custom-policy-yaml
Co-authored-By: Duong Ha-Quang <duonghq@vn.fujitsu.com>
2018-01-26 04:37:53 +00:00

15 lines
392 B
Django/Jinja

[DEFAULT]
debug = {{ openstack_logging_debug }}
log_file = rally.log
use_stderr = False
log_dir = /var/log/kolla/rally/
[database]
connection = mysql+pymysql://{{ rally_database_user }}:{{ rally_database_password }}@{{ rally_database_address }}/{{ rally_database_name }}
max_retries = -1
{% if rally_policy_file is defined %}
[oslo_policy]
policy_file = {{ rally_policy_file }}
{% endif %}