Merge "Make the workers configurable for gnocchi metricd"

This commit is contained in:
Zuul 2018-05-11 02:37:51 +00:00 committed by Gerrit Code Review
commit f3484f8fd3
2 changed files with 3 additions and 1 deletions

View File

@ -84,6 +84,8 @@ gnocchi_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ g
gnocchi_logging_debug: "{{ openstack_logging_debug }}"
gnocchi_metricd_workers: "{{ openstack_service_workers }}"
gnocchi_keystone_user: "gnocchi"
openstack_gnocchi_auth: "{{ openstack_auth }}"

View File

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