From 98b95a8279be0c18b6f3f13b33f5e740f43cc083 Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Fri, 16 Mar 2018 09:34:47 -0400 Subject: [PATCH] Add detail and name to the new update event group A new event group "update" was added for the amazon provider, we need to also add the name and detail properties to the group in the main repo. --- config/settings.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/settings.yml b/config/settings.yml index 9a1fc2b0703..d3bb6352cde 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -781,6 +781,9 @@ - USER_UPDATE_STORAGE_POOL_FAILED :detail: [] :name: Storage + :update: + :detail: [] + :name: Update :task_final_events: :ClusterCreatedEvent: - CreateClusterEx