ironic-ui/releasenotes/notes/add-console-support-ccffcedc845ca214.yaml
Julia Kreger f63fd75fab Cleanup ironic-ui release notes for release
Change-Id: Icdc76b2f0bf214e4c4cbfe201ca46241e0e05ed3
2017-07-27 14:50:59 +00:00

18 lines
659 B
YAML

---
features:
- |
Support has been added for starting, stopping, and accessing the
console associated with a node.
- |
The action dropdown menu in the node-details panel has a new item
``Enable|Disable console``.
- |
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
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.