From 2f8ec99bfc1286de7efd54fb406644b05d09fb77 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Tue, 12 Mar 2019 14:25:48 +0900 Subject: [PATCH] Add relesenotes for Stein Change-Id: I1f02e7451fd5441faeb2b7105674e243e04ac72c --- .../notes/stein-0b3ffcd0aba9eb45.yaml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 releasenotes/notes/stein-0b3ffcd0aba9eb45.yaml diff --git a/releasenotes/notes/stein-0b3ffcd0aba9eb45.yaml b/releasenotes/notes/stein-0b3ffcd0aba9eb45.yaml new file mode 100644 index 0000000..648d08e --- /dev/null +++ b/releasenotes/notes/stein-0b3ffcd0aba9eb45.yaml @@ -0,0 +1,43 @@ +--- +features: + - | + [`blueprint add-host-panel `_] + Added hosts panel for admin. This panel includes list and details for host. + - | + [`blueprint add-admin-containers-panel `_] + Added containers panel fro admin. Differences from project side is as follows: + + Allowed actions for admin: + + - update + - rebuild + - start / stop / restart + - kill + - delete with force + + Not allowed actions for admin: + + - create + - manage security group + - pause / unpause + - execute + - delete + - delete with stop + + Not allowed view for admin: + + - logs tab on details view + - console tab on details view +fixes: + - | + [`bug/1797285 `_] + The `command` parameter has changed from string to list. + - | + [`bug/1799125 `_] + Changed the dialog for deleting image to common deletion confirm dialog. + Deleting image API requres only `id` and does not need `host` parameter + no longer. And it means the dialog to specify the host that delete the + image from is unnecessary. + - | + [`bug/1798702 `_] + Added "host" column into images table view for admin.