Merge "Make the workers configurable for gnocchi metricd"
This commit is contained in:
commit
f3484f8fd3
@ -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 }}"
|
||||
|
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user