Cleanup ironic-ui release notes for release

Change-Id: Icdc76b2f0bf214e4c4cbfe201ca46241e0e05ed3
This commit is contained in:
Julia Kreger 2017-07-26 13:47:52 +00:00
parent b8ce8be233
commit f63fd75fab
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 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 ``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 to access the web console and title ``shellinabox``. For others, the
value is a string representation of the console_info object returned value is a string representation of the ``console_info`` object returned
by the get_console api call. by the ``get_console api`` call.

View File

@ -1,7 +1,8 @@
--- ---
features: 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. when enrolling/updating a node.

View File

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

View File

@ -1,16 +1,16 @@
--- ---
features: features:
- | - |
Support has been added for viewing and managing the portgroups Adds support for viewing and managing the portgroups associated
associated with an Ironic node. with an ironic node.
- |
A portgroup table has been added to the node-details/configuration tab. 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 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 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 is also provided that contains actions that can be applied to the
portgroup. portgroup.
- |
Detailed information for a portgroup is obtained by clicking the Detailed information for a portgroup is obtained by clicking the
detail-toggle-selector (right-chevron) located in its table row. detail-toggle-selector (right-chevron) located in its table row.
The additional information is displayed in a row expansion. 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 * A column has been added that displays the UUID of the portgroup
to which the port belongs. to which the port belongs.
* The ``Properties`` column has been replaced with a column that * 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 * Additional properties are displayed by clicking the
detail-toggle-selector for that port in a similar manner to the detail-toggle-selector for that port in a similar manner to the
portgroup table. portgroup table.