diff --git a/releasenotes/notes/add-console-support-ccffcedc845ca214.yaml b/releasenotes/notes/add-console-support-ccffcedc845ca214.yaml index 8786e4d2..28b1e758 100644 --- a/releasenotes/notes/add-console-support-ccffcedc845ca214.yaml +++ b/releasenotes/notes/add-console-support-ccffcedc845ca214.yaml @@ -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. diff --git a/releasenotes/notes/bug-1672709-b485a7a59ea1c129.yaml b/releasenotes/notes/bug-1672709-b485a7a59ea1c129.yaml index 3658771d..72e6ed3b 100644 --- a/releasenotes/notes/bug-1672709-b485a7a59ea1c129.yaml +++ b/releasenotes/notes/bug-1672709-b485a7a59ea1c129.yaml @@ -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. diff --git a/releasenotes/notes/unit-test-framework-f61ad7926413bf91.yaml b/releasenotes/notes/unit-test-framework-f61ad7926413bf91.yaml index 11374c53..4ecc8719 100644 --- a/releasenotes/notes/unit-test-framework-f61ad7926413bf91.yaml +++ b/releasenotes/notes/unit-test-framework-f61ad7926413bf91.yaml @@ -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. diff --git a/releasenotes/notes/view-portgroups-a3efb4407536caf2.yaml b/releasenotes/notes/view-portgroups-a3efb4407536caf2.yaml index 14f6b556..1ef71064 100644 --- a/releasenotes/notes/view-portgroups-a3efb4407536caf2.yaml +++ b/releasenotes/notes/view-portgroups-a3efb4407536caf2.yaml @@ -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.