--- 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 `__ 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.