zun-ui/releasenotes/notes/stein-0b3ffcd0aba9eb45.yaml
Shu Muto 2f8ec99bfc Add relesenotes for Stein
Change-Id: I1f02e7451fd5441faeb2b7105674e243e04ac72c
2019-03-12 14:37:49 +09:00

44 lines
1.4 KiB
YAML

---
features:
- |
[`blueprint add-host-panel <https://blueprints.launchpad.net/zun-ui/+spec/add-host-panel>`_]
Added hosts panel for admin. This panel includes list and details for host.
- |
[`blueprint add-admin-containers-panel <https://blueprints.launchpad.net/zun-ui/+spec/add-admin-containers-panel>`_]
Added containers panel fro admin. Differences from project side is as follows:
Allowed actions for admin:
- update
- rebuild
- start / stop / restart
- kill
- delete with force
Not allowed actions for admin:
- create
- manage security group
- pause / unpause
- execute
- delete
- delete with stop
Not allowed view for admin:
- logs tab on details view
- console tab on details view
fixes:
- |
[`bug/1797285 <https://bugs.launchpad.net/zun-ui/+bug/1797285>`_]
The `command` parameter has changed from string to list.
- |
[`bug/1799125 <https://bugs.launchpad.net/zun-ui/+bug/1799125>`_]
Changed the dialog for deleting image to common deletion confirm dialog.
Deleting image API requres only `id` and does not need `host` parameter
no longer. And it means the dialog to specify the host that delete the
image from is unnecessary.
- |
[`bug/1798702 <https://bugs.launchpad.net/zun-ui/+bug/1798702>`_]
Added "host" column into images table view for admin.