openstack/trove-dashboard · Week of 2026-08-29
openstack/trove-dashboard — 2026-08-29
UI polish. The bulk of the human-authored work targets small but visible dashboard defects: page titles are now set across the instance views and Configuration Groups, connection-info text wrapping is fixed on the detail page, and the Available/Selected Networks widget writes its selection correctly again. An unused set of legacy network templates was also deleted. See the networks fix at https://review.opendev.org/c/openstack/trove-dashboard/+/990658.
Localization. Several strings that were previously passed as raw text now go through the translation system, button labels with formatting were corrected, and locality policy choices gained translations. Three proposal-bot imports from Zanata refreshed the actual message catalogs, accounting for most of the week's churn.
Stability. An AttributeError on Availability Zone creation was fixed, along with a small correction to the HEALTHY status key handling.
Packaging and Python support. Setup configuration was migrated to pyproject.toml, Python 3.10 was dropped from the supported set, and an unused python-subunit test dependency was removed.