From 6a60724f71df081ffb8c06c5788c4de46b7f92b6 Mon Sep 17 00:00:00 2001 From: licanwei Date: Mon, 23 Mar 2020 14:22:25 +0800 Subject: [PATCH] Ussuri cycle highlights for Watcher Some highlights from the the Ussuri cycle for Watcher Change-Id: Ice46b7268ac22ec1ffdd16b8682369364ab6a46d --- deliverables/ussuri/watcher.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deliverables/ussuri/watcher.yaml b/deliverables/ussuri/watcher.yaml index dfce1d8b75..2779d10721 100644 --- a/deliverables/ussuri/watcher.yaml +++ b/deliverables/ussuri/watcher.yaml @@ -6,3 +6,12 @@ type: service repository-settings: openstack/watcher: tarball-base: python-watcher +cycle-highlights: + - | + Added a new webhook API and a new audit type EVENT. Now Watcher + user can create audit with EVENT type and the audit will be + triggered by webhook API. + - | + The building of the compute (Nova) data model will be done using the + decision engine threadpool, thereby, significantly reducing the total + time required to build it.