Merge "Cleanup ironic-ui release notes for release"

This commit is contained in:
Jenkins 2017-07-27 16:48:50 +00:00 committed by Gerrit Code Review
commit 43a8bce5ec
4 changed files with 20 additions and 17 deletions

View File

@ -9,7 +9,9 @@ features:
- |
The node-details/overview panel has a new ``Console info`` item in the
``General`` section. The value of this field is dependent on the console
type. For ``shellinabox`` the value is an anchor with the URL required
type.
For ``shellinabox``, the value is an anchor with the URL required
to access the web console and title ``shellinabox``. For others, the
value is a string representation of the console_info object returned
by the get_console api call.
value is a string representation of the ``console_info`` object returned
by the ``get_console api`` call.

View File

@ -1,7 +1,8 @@
---
features:
- |
The node-details/configuration page shows the node's ``resource_class``.
Adds the ability to view and edit the node's ``resource_class`` field on
the node-details/configuration page.
- |
The user is now able to edit/update the ``resource_class`` field
Adds support for a user to be able to edit the ``resource_class`` field
when enrolling/updating a node.

View File

@ -2,13 +2,13 @@
features:
- |
A backend mock has been added that enables better unit testing of the
Ironic API service and other Ironic-UI components. The mock utilizes
Angular $httpbackend handlers to intercept requests targeted at the
Ironic-UI server-side REST endpoints, and returns simulated responses.
- |
ironic-ui application by mocking the ironic API service. The mock utilizes
angular $httpbackend handlers to intercept requests targeted at the
ironic-ui server-side REST endpoints, and returns simulated responses.
A number of unit tests have been developed that illustrate the use
of the backend mock.
- |
of the backend mock functionality.
Although the backend mock is a work in progress, enough
functionality already exists to support test development for
the current set of in-progress features.

View File

@ -1,16 +1,16 @@
---
features:
- |
Support has been added for viewing and managing the portgroups
associated with an Ironic node.
- |
Adds support for viewing and managing the portgroups associated
with an ironic node.
A portgroup table has been added to the node-details/configuration tab.
- |
Each row in the table displays a single portgroup, and has column entries
for its UUID, MAC address, name, and number of ports. A dropdown menu
is also provided that contains actions that can be applied to the
portgroup.
- |
Detailed information for a portgroup is obtained by clicking the
detail-toggle-selector (right-chevron) located in its table row.
The additional information is displayed in a row expansion.
@ -21,7 +21,7 @@ features:
* A column has been added that displays the UUID of the portgroup
to which the port belongs.
* The ``Properties`` column has been replaced with a column that
displays only the pxe_enabled property.
displays only the boolean value of the ``pxe_enabled`` property.
* Additional properties are displayed by clicking the
detail-toggle-selector for that port in a similar manner to the
portgroup table.