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 unset
command 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 delete
is undesirable as it removes all allocations for the consumer. The new unset command requires--os-placement-api-version 1.12
or greater.
The
openstack resource provider allocation set
command now supports--os-placement-api-version 1.28
where a consumer generation is used which facilitates safe concurrent modification of an allocation.