ceilometer/releasenotes/notes/instance-discovery-new-default-7f9b451a515dddf4.yaml
Mehdi Abaakouk 13aeba410b switch instance_discovery to libvirt_metadata
Since Gnocchi is the recommended backend, and other are deprecated.
We can switch instance_discovery to the libvirt_metadata.

Change-Id: Ib846b87bfb76c359fdec28d6cd258781fd201348
2017-01-16 17:35:12 +01:00

8 lines
332 B
YAML

---
upgrade:
- |
Ceilometer legacy backends and Ceilometer API are now deprecated. Polling
all nova instances from compute agent is no more required with Gnocchi. So
we switch the [compute]instance_discovery_method to libvirt_metadata.
To switch back to the old deprecated behavior you can set it back to 'naive'.