commit | 31bfa9d94cf608921a2d4447ec68ad82a3c80537 | [log] [tgz] |
---|---|---|
author | Olivier Bourdon <obourdon@mirantis.com> | Mon Jul 10 10:01:46 2017 +0200 |
committer | Olivier Bourdon <obourdon@mirantis.com> | Tue Jul 11 16:07:45 2017 +0200 |
tree | d641a00ca1b93d8a8742a2a0c45559e52693e74c | |
parent | 3abe6788d08cda67799f817c7f0b3105e4c49115 [diff] [blame] |
Fix exporters configuration to be generic Change-Id: If5cf3662f96311a5f37055c0f62934ba5407a978
diff --git a/metadata/service/exporters/libvirt.yml b/metadata/service/exporters/libvirt.yml index 9f277ea..2c910bb 100644 --- a/metadata/service/exporters/libvirt.yml +++ b/metadata/service/exporters/libvirt.yml
@@ -6,9 +6,10 @@ prometheus: exporters: libvirt: - enabled: true packages: - libvirt-exporter - bind: - address: 0.0.0.0 - port: ${_param:prometheus_exporter_libvirt_port} + services: + qemu: + bind: + address: 0.0.0.0 + port: ${_param:prometheus_exporter_libvirt_port}