From cd4a7ea9275a810ad80871a21afbd9e430c92399 Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Mon, 23 Oct 2017 11:35:39 +0900 Subject: [PATCH] Add release note for the Hosts panel in blazar-dashboard Change-Id: Ibf7663bda2e96b1ea45ceac7a6276abb1b300b0e Implements: blueprint host-operation-with-dashboard Depends-On: Ie01741185b6c9714c7bd035d8f89038f151d7552 --- .../notes/host-dashboard-570a9971be1a86ba.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/host-dashboard-570a9971be1a86ba.yaml diff --git a/releasenotes/notes/host-dashboard-570a9971be1a86ba.yaml b/releasenotes/notes/host-dashboard-570a9971be1a86ba.yaml new file mode 100644 index 00000000..2b286df4 --- /dev/null +++ b/releasenotes/notes/host-dashboard-570a9971be1a86ba.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + A new Hosts panel is supported in the Reservation group of the Admin + dashboard. The following operations are supported: + + * Show a list of hosts + * Show details of a host + * Create host(s) + * Update a host + * Delete host(s)