Skip to content

Commit

Permalink
fix(ceilometer): process instance.exists msgs
Browse files Browse the repository at this point in the history
By default, ceilometer creates the event but does not update the gnocchi
resource with the audit times. Let's do that so that we have some
insurance on the fact that the gnocchi resource is up-to-date.
  • Loading branch information
LukeRepko committed Sep 12, 2024
1 parent b2dc285 commit 5f735ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base-helm-configs/ceilometer/ceilometer-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,11 @@ conf:
server_group: resource_metadata.user_metadata.server_group
event_delete: compute.instance.delete.start
event_create: compute.instance.create.end
event_update:
- compute.instance.update
- compute.instance.exists
- compute.instance.resize_confirm.end
- compute.instance.resize_revert.end
event_attributes:
id: instance_id
display_name: display_name
Expand Down

0 comments on commit 5f735ef

Please sign in to comment.