Merge "Release notes for recently added features"

This commit is contained in:
Jenkins 2017-02-06 20:12:28 +00:00 committed by Gerrit Code Review
commit 73874c17ff
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.