openstack/python-openstackclient · Week of 2026-08-08

openstack/python-openstackclient — 2026-08-08

13 merges · 9 contributors · 685 lines changed

Image and compute features. Image creation gained an option to pass image size through to the Glance API, the largest change of the week at ~225 lines (956769). Server creation now accepts delete_on_termination for attached volumes, and the --vnic-type argument picked up the previously missing choices to match what the network API actually supports.

Bug fixes across services. Identity limit handling saw two fixes: limit update now correctly accepts a zero resource limit, and limit list --service passes the service ID instead of the object. Flavor access got a reproducer plus a fix so deleted projects can be removed from a flavor's access list. Server list output now sorts the AddressesColumn correctly, volume group create --source uses dict access on the returned data, an EVPN VNI column condition was corrected, and the help text for volume transfer create was cleaned up.

Maintenance. A leftover SDK workaround for the network advertise_host attribute was removed, and shared assert helpers were consolidated into utils.TestCommand to slim down per-test boilerplate.