Merge "Use openstack_service_workers variable for gnocchi metricd workers"

This commit is contained in:
Zuul 2017-11-30 04:10:42 +00:00 committed by Gerrit Code Review
commit c31c1ab49e

View File

@ -29,6 +29,8 @@ archive_policy_name = low
flush_delay=10 flush_delay=10
[metricd]
workers = {{ openstack_service_workers }}
[indexer] [indexer]
url = mysql+pymysql://{{ gnocchi_database_user }}:{{ gnocchi_database_password }}@{{ gnocchi_database_address }}/{{ gnocchi_database_name }} url = mysql+pymysql://{{ gnocchi_database_user }}:{{ gnocchi_database_password }}@{{ gnocchi_database_address }}/{{ gnocchi_database_name }}