summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Bauza <sbauza@redhat.com>2020-04-21 09:59:41 +0200
committerSylvain Bauza <sbauza@redhat.com>2020-04-22 14:32:43 +0200
commit66e67a0f4aba67c81569d113c1c4661692d923f5 (patch)
tree145b2f28c2e2167c2ab8cdfda2a847154260943c
parentb6f3d393aa5cb755f30fa70d4acc614c32216c99 (diff)
downloadnova-66e67a0f4aba67c81569d113c1c4661692d923f5.tar.gz
Ussuri 21.0.0 prelude section
Mostly based on cycle highlights and a couple of additions worth mentioning. https://releases.openstack.org/ussuri/highlights.html#nova-compute-service Change-Id: I72f06fbfcf6e8387b8cb2f12bd06a2120cc03c2b
-rw-r--r--releasenotes/notes/ussuri-prelude-4b96f1244cefcdf4.yaml65
1 files changed, 65 insertions, 0 deletions
diff --git a/releasenotes/notes/ussuri-prelude-4b96f1244cefcdf4.yaml b/releasenotes/notes/ussuri-prelude-4b96f1244cefcdf4.yaml
new file mode 100644
index 0000000000..039eb6a527
--- /dev/null
+++ b/releasenotes/notes/ussuri-prelude-4b96f1244cefcdf4.yaml
@@ -0,0 +1,65 @@
+---
+prelude: |
+ The 21.0.0 release includes many new features and bug fixes. Please be
+ sure to read the upgrade section which describes the required actions to
+ upgrade your cloud from 20.0.0 (Train) to 21.0.0 (Ussuri).
+
+ There are a few major changes worth mentioning. This is not an exhaustive
+ list:
+
+ - The latest Compute API microversion supported for Ussuri is v2.87.
+ Details on REST API microversions added since the 20.0.0 Train release
+ can be found in the `REST API Version History`__ page.
+
+ .. __: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html
+
+ - `Image pre-caching support to compute hosts`__ using ``os-aggregates``
+ API information, allowing some distributed edge cases and preemptive
+ image caching for instance creation.
+
+ .. __: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id74
+
+ - Support for `cold migrating and resizing servers between Nova cells`__.
+
+ .. __: https://docs.openstack.org/nova/latest/admin/configuration/cross-cell-resize.html
+
+ - Added support for `evacuate, live migrate and unshelve servers with
+ minimum bandwidth guarantees`__.
+
+ .. __: https://docs.openstack.org/api-guide/compute/port_with_resource_request.html
+
+ - New ``nova-manage placement audit`` CLI command to `find and clean up
+ orphaned resource allocations`__.
+
+ .. __: https://docs.openstack.org/nova/latest/cli/nova-manage.html
+
+ - Support for scope types and additional roles in the default nova
+ policies, allowing for richer access management including the ability to
+ configure *read-only* access to resources. This feature is disabled by
+ default.
+
+ - Support for `creating servers with accelerator devices via Cyborg`__.
+
+ .. __: https://docs.openstack.org/api-guide/compute/accelerator-support.html
+
+ - Enabled `rescue for boot-from-volume instances`__. Rescue now also allows
+ to attach stable disk devices to the rescued instance.
+
+ .. __: https://docs.openstack.org/nova/latest/user/rescue.html
+
+ - Validation for `known flavor extra specs with recognized namespaces`__.
+
+ .. __: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id79
+
+ - Support for `heterogenous virtual GPU types per compute node`__.
+
+ .. __: https://docs.openstack.org/nova/latest/admin/virtual-gpu.html#enable-gpu-types-compute
+
+ - Python 2 is no longer supported by Nova, Python 3.6 and 3.7 are.
+
+ - Removal of the ``os-consoles`` and ``os-networks`` REST APIs. See the
+ `Upgrade Notes`_ section for more details.
+
+ - Removal of the ``nova-dhcpbridge``, ``nova-console`` and
+ ``nova-xvpvncproxy`` services. See the `Upgrade Notes`_ section for more
+ details.