21a810fec6
Since moving to libvirt nova-compute poller we no longer have the availability_zone attribute of an instance available. We can capture instance.create.end events and create gnocchi resources based on these which do have the availability_zone availabile. Currently we are only handling delete events for resources, this patch adds the handling of create events for this purpose. Change-Id: Ieddbddd4ddb6af11d5158f5c90c87ae4f847bb96
11 lines
422 B
YAML
11 lines
422 B
YAML
---
|
|
features:
|
|
- |
|
|
Add availability_zone attribute to gnocchi instance resources.
|
|
Populates this attribute by consuming instance.create.end events.
|
|
upgrade:
|
|
- |
|
|
To take advantage of this new feature you will need to update your
|
|
gnocchi_resources.yaml file. See the example file for an example.
|
|
You will need to ensure all required attributes of an instance
|
|
are specified in the event_attributes. |