From 852c802e166b8e46aa134d9014531ae518a1bd6b Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Mon, 24 Jul 2017 17:02:19 +0900 Subject: [PATCH] Add release notes for Pike Change-Id: I390e70df4d7831c5845cff699b6bf4b58dbdc71d --- releasenotes/notes/pike-b1af664f1033a131.yaml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 releasenotes/notes/pike-b1af664f1033a131.yaml diff --git a/releasenotes/notes/pike-b1af664f1033a131.yaml b/releasenotes/notes/pike-b1af664f1033a131.yaml new file mode 100644 index 00000000..a9adb9f1 --- /dev/null +++ b/releasenotes/notes/pike-b1af664f1033a131.yaml @@ -0,0 +1,43 @@ +--- +features: + - > + [`blueprint stats-list `_] + REST API and Angular service for stats list are added. + This allows to implement usage views for cluster and + nodes. + - > + [`blueprint add-ca-rotate `_] + Support rotate certificates. This adds + "Rotate Certificate" action for cluster as item action. + - > + [`blueprint add-rollback-option `_] + Support rollback option in cluster update. This adds + checkbox into cluster update dialog for rollback on + failure in update. + - > + [`blueprint add-docker-volume-size-option `_] + Support docker volume size option in cluster creation. + - > + [`bug/1570668 `_] + To be convinient to input netwok settings, this changes + input forms for External Network, Fixed Network and + Fixed Subnet in Cluster Template create/update dialogs + to pulldowns. +fixes: + - > + [`bug/1694634 `_] + When selected Cluster Template doesn't have Keypair + setting, Keypair doesn't be set properly on Create + Cluster dialog. This fixes the issue. +upgrade: + - > + Support python 3.5. + - > + Use only tox for test and remove run_tests.sh that is + no longer used. + - > + Switch theme for documentation from oslosphinx to + openstackdocstheme. + - > + Use pbr autodoc feature rather than custom logic. +