Ussuri Series Release Notes¶
2.0.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. The minimum version of Python now supported is Python 3.6.
1.8.0¶
New Features¶
A new
openstack resource provider allocation unsetcommand has been added which allows removing allocations against specific resource providers for the given consumer. This can be useful when a consumer has allocations against more than one resource provider andopenstack resource provider allocation deleteis undesirable as it removes all allocations for the consumer. The new unset command requires--os-placement-api-version 1.12or greater.
The
openstack resource provider allocation setcommand now supports--os-placement-api-version 1.28where a consumer generation is used which facilitates safe concurrent modification of an allocation.