Use openstack_service_workers variable for gnocchi metricd workers

Change-Id: Ibfa777065291c2e9c2ae00db5288afc8db91e055
Closes-Bug: #1735095
This commit is contained in:
Jeffrey Zhang 2017-11-29 16:16:07 +08:00
parent e57944b6fe
commit d832139a09
1 changed files with 2 additions and 0 deletions

View File

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