From 03c040bdf5019edd576a620394a63485879144a2 Mon Sep 17 00:00:00 2001 From: Elizabeth Elwell Date: Wed, 17 Aug 2016 09:50:37 +0100 Subject: [PATCH] Added release notes for 2.0.0 release Change-Id: I6c5fb9f5e68983fe4571a3d341222a24722535f6 --- .gitignore | 3 +++ .../notes/2.0-release-3d8acae7c8de429b.yaml | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 releasenotes/notes/2.0-release-3d8acae7c8de429b.yaml diff --git a/.gitignore b/.gitignore index 9d16c21e..1e0fe2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ ChangeLog package/ node_modules/ npm-debug.log + +# release notes build +releasenotes/build diff --git a/releasenotes/notes/2.0-release-3d8acae7c8de429b.yaml b/releasenotes/notes/2.0-release-3d8acae7c8de429b.yaml new file mode 100644 index 00000000..1bde2d10 --- /dev/null +++ b/releasenotes/notes/2.0-release-3d8acae7c8de429b.yaml @@ -0,0 +1,21 @@ +--- +prelude: > + This release adds support for adding and deleting + nodes. Support has also been added for adding and + deleting ports. The panel will now be hidden if the + baremetal service is not present in the scenario where + the collection of running services differs between + multiple keystone regions. +features: + - Add and delete nodes + - Add and delete ports + - Panel hidden if baremetal service or admin rights are not present + - UX improvements across the interface + - Breadcrumbs have been added +issues: + - Currently it is not possible to edit a node via the UI + once it has been enrolled. Therefore, the enrollment must + be done accurately to ensure the node is enrolled accurately + and can then be made available. At present, any errors + made during enrollment can only be corrected by deleting + the node and enrolling it again.