9e35770879
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
22 lines
1012 B
YAML
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.
|