horizon/releasenotes/notes/pluggable-workflow-steps-c919cdd8b0cbea55.yaml
Akihiro Motoki 9e35770879 Fix UnicodeError in build_reno in sphinx docs job
unicode double quotes in a release note file seem to trigger
traceback in build_reno in the build-openstack-sphinx-docs job.

Change-Id: I89cca0e30cb62cc7336c8c79fbaebb1ddb225476
Closes-Bug: #1786546
2018-08-11 05:26:52 +09:00

22 lines
1012 B
YAML

---
features:
- |
Quota information panel and forms are now tabbified per back-end service.
- Admin -> Defaults -> Default Quotas table
- Admin -> Defaults -> Update Defaults form
- Identity -> Projects -> Modify Quotas form
- |
[:blueprint:`horizon-plugin-tab-for-info-and-quotas`]
(for horizon plugin developers) Django workflow step is now pluggable and
horizon plugins can add extra step(s) to an existing workflow provided by
horizon or other horizon plugins. Extra steps can be added via the horizon
plugin "enabled" file. For more detail, see ``EXTRA_TABS`` description in
`Pluggable Panels and Groups <https://docs.openstack.org/horizon/latest/configuration/pluggable_panels.html#extra-steps>`__
of the horizon documentation.
upgrade:
- The "Quotas" tab in the "Create Project" form was split out into
a new separate form "Modify Quotas". Quotas for a new project need to
be configured from "Modify Quotas" action after creating a new project.