openstack/skyline-console · Week of 2026-07-11

openstack/skyline-console — 2026-07-11

15 merges · 4 contributors · 524 lines changed

User-facing features. The headline addition is clouds.yaml download support in the dashboard, landing ~200 lines to let users export credentials in the format expected by openstacksdk and OSC. Quota charts also gained a red overflow state when instance or volume creation would exceed limits, and Russian translations picked up a substantial refresh.

Bug fixes. Port forwarding rules were being submitted with port numbers as strings; the fix landed on master and was backported to three stable branches, making it the week's most-repeated change. Other corrections cover an empty Remote IP Prefix when using remote security groups, TOTP setup passing username and domain separately, and unifying the attach-volume flow across the instance list, detail page, and architecture view.

Layout and styling. Several small CSS adjustments target text truncation in action buttons and labels — removing a stray overflow:hidden, explicitly defining overflow on Ant Design labels, and tightening the instance card with overflow-wrap: normal to stop labels from wrapping.