|
| 1 | +--- |
| 2 | +prelude: | |
| 3 | + The 22.0.0 release includes many new features and bug fixes. Please be |
| 4 | + sure to read the upgrade section which describes the required actions to |
| 5 | + upgrade your cloud from 21.0.0 (Ussuri) to 22.0.0 (Victoria). |
| 6 | +
|
| 7 | + There are a few major changes worth mentioning. This is not an exhaustive |
| 8 | + list: |
| 9 | +
|
| 10 | + - The latest Compute API microversion supported for Victoria is v2.87. |
| 11 | + No new microversions were added during this cycle but you can find all |
| 12 | + of them in the `REST API Version History`__ page. |
| 13 | +
|
| 14 | + .. __: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html |
| 15 | +
|
| 16 | + - Support for a new ``mixed`` `flavor CPU allocation policy`__ that allows |
| 17 | + both pinned and floating CPUs within the same instance. |
| 18 | +
|
| 19 | + .. __: https://docs.openstack.org/nova/latest/user/flavors.html |
| 20 | +
|
| 21 | + - Custom Placement resource inventories and traits can now be described |
| 22 | + using a single `providers configuration file`__. |
| 23 | +
|
| 24 | + .. __: https://docs.openstack.org/nova/latest/admin/managing-resource-providers.html |
| 25 | +
|
| 26 | + - Glance multistore configuration with multiple RBD backends is now |
| 27 | + supported within Nova for libvirt RBD-backed images using |
| 28 | + ``[libvirt]/images_rbd_glance_store_name`` configuration option. |
| 29 | +
|
| 30 | + - An `emulated Virtual Trusted Platform Module`__ can be exposed to |
| 31 | + instances running on a ``libvirt`` hypervisor with ``qemu`` or ``kvm`` |
| 32 | + backends. |
| 33 | +
|
| 34 | + .. __: https://docs.openstack.org/nova/latest/admin/emulated-tpm.html |
| 35 | +
|
| 36 | + - Support for the ``xen``, ``uml``, ``lxc`` and ``parallels`` libvirt |
| 37 | + backends has been deprecated. |
| 38 | +
|
| 39 | + - ``XenAPI`` virt driver has been removed, including the related |
| 40 | + configuration options. |
| 41 | +
|
| 42 | + - ``VMWare`` virt driver is now supported again in Victoria after being |
| 43 | + deprecated during the Ussuri release, as testing issues have been |
| 44 | + addressed. |
0 commit comments