From 3f65f88b84b1d97ae8fa5226f8db610826e35039 Mon Sep 17 00:00:00 2001 From: Peter Piela Date: Mon, 6 Feb 2017 10:08:25 -0500 Subject: [PATCH] Release notes for recently added features Change-Id: I6ad633eb7acd07735b7bab567b50418141b6c80b --- releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml | 6 ++++++ releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml | 5 +++++ releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml | 7 +++++++ releasenotes/notes/bug-1648563-e2bc262985873122.yaml | 8 ++++++++ 4 files changed, 26 insertions(+) create mode 100644 releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml create mode 100644 releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml create mode 100644 releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml create mode 100644 releasenotes/notes/bug-1648563-e2bc262985873122.yaml diff --git a/releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml b/releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml new file mode 100644 index 00000000..88e21e6f --- /dev/null +++ b/releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Support has been added for inspecting nodes. For a node that is in the + ``manageable`` state, its action menu will include an ``Inspect`` button. + Node action menus are located in the node-list and node-detail pages. diff --git a/releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml b/releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml new file mode 100644 index 00000000..d5b0b9e3 --- /dev/null +++ b/releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + The current cleaning step is displayed in the Provisioning Status + section of the node-details/overview page diff --git a/releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml b/releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml new file mode 100644 index 00000000..788213d6 --- /dev/null +++ b/releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + The user is now able to abort a node cleaning operation. When + cleaning is aborted the node is moved from the ``CLEAN WAIT`` state + to the ``CLEAN FAIL`` state. When appropriate an "Abort cleaning" + action will be present in individual node action menu. diff --git a/releasenotes/notes/bug-1648563-e2bc262985873122.yaml b/releasenotes/notes/bug-1648563-e2bc262985873122.yaml new file mode 100644 index 00000000..d7ab64b1 --- /dev/null +++ b/releasenotes/notes/bug-1648563-e2bc262985873122.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + The node-details/configuration page has been extended to enable the + user to edit ports after initial creation. + - | + The user is now able to specify the pxe_enabled and + local-link-connection attributes as part of defining/editing ports.