From 5508c51e64d248d2ce52812c859049cdc472d37a Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Wed, 25 Jul 2018 14:49:30 +0900 Subject: [PATCH] Add release notes for Rocky Change-Id: I59e9ec7518ec15f5e520cfe6306a8c6fe12bb268 --- .../notes/rocky-56165675d959b593.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 releasenotes/notes/rocky-56165675d959b593.yaml diff --git a/releasenotes/notes/rocky-56165675d959b593.yaml b/releasenotes/notes/rocky-56165675d959b593.yaml new file mode 100644 index 00000000..9fba435f --- /dev/null +++ b/releasenotes/notes/rocky-56165675d959b593.yaml @@ -0,0 +1,26 @@ +--- +features: + - > + [`blueprint add-quotas-panel `_] + Added quotas panel for admin. This panel has CRUD operations for quotas. + For now, admin user can limit only the number of clusters for each project. + To enable quotas panel, copy + `magnum_ui/enabled/_2370_admin_container_infra_panel_group.py` and + `magnum_ui/enabled/_2371_admin_container_infra_quotas_panel.py` into + horizon's `enabled` directory. +fixes: + - > + [`bug/1777545 `_] + Fixed issue the deleted item is selected again with batch delete. + Item selections on table view for batch actions does not be cleared + after execution of actions. To ensure to clear item selections, + `hzTable:clearSelection` event is emitted. + - > + [`bug/1638863 `_] + Fixed failure updating labels for cluster template. + - > + [`bug/1746706 `_] + Reproduced navigations when refreshing details view. Previously the fix + for [`bug/1681627 `_] + allowed us to reload or directly open Angular-based detail page (ngdetail), + but the navigation menu was not reproduced correctly.