Release notes for recently added features

Change-Id: I6ad633eb7acd07735b7bab567b50418141b6c80b
This commit is contained in:
Peter Piela 2017-02-06 10:08:25 -05:00 committed by Julia Kreger
parent 0d578c0b34
commit 3f65f88b84
4 changed files with 26 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,5 @@
---
features:
- |
The current cleaning step is displayed in the Provisioning Status
section of the node-details/overview page

View File

@ -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.

View File

@ -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.