Skip to content

Commit ddc7c46

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add a prelude release note for the 18.0.0 Rocky GA"
2 parents 8ace40a + 8bb8045 commit ddc7c46

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
prelude: |
3+
The 18.0.0 release includes many new features and bug fixes. It is
4+
difficult to cover all the changes that have been introduced. Please at
5+
least read the upgrade section which describes the required actions to
6+
upgrade your cloud from 17.0.0 (Queens) to 18.0.0 (Rocky).
7+
8+
That said, a few major changes are worth mentioning. This is not an
9+
exhaustive list:
10+
11+
- The latest Compute API microversion supported for Rocky is v2.65. Details
12+
on REST API microversions added since the 17.0.0 Queens release can be
13+
found in the `REST API Version History`_ page.
14+
15+
- Nova is now using the new Neutron port binding API to minimize network
16+
downtime during live migrations. See the `related spec`_ for more
17+
details.
18+
19+
- Volume-backed instances will no longer report ``root_gb`` usage for new
20+
instances and existing instances will heal during move operations.
21+
22+
- Several REST APIs specific to nova-network were removed and the core
23+
functionality of nova-network is planned to be removed in the 19.0.0
24+
Stein release.
25+
26+
- A ``nova-manage db purge`` command to `purge archived shadow table data`_
27+
is now available. A new ``--purge`` option is also available for the
28+
``nova-manage db archive_deleted_rows`` command.
29+
30+
- It is now possible to `disable a cell`_ to stop scheduling to a cell by
31+
using the ``nova-manage cell_v2 update_cell`` command.
32+
33+
- The libvirt compute driver now supports trusted image certificates when
34+
using the 2.63 compute API microversion. See the `image signature
35+
certificate validation`_ documentation for more details.
36+
37+
- It is now possible to configure a separate database for the placement
38+
service, which could help in easing the eventual placement service
39+
extraction from Nova and data migration associated with it.
40+
41+
- A ``nova-manage placement heal_allocations`` command is now available to
42+
allow users of the CachingScheduler to get the placement service
43+
populated for their eventual migration to the FilterScheduler. The
44+
CachingScheduler is deprecated and could be removed as early as Stein.
45+
46+
- The placement service now supports granular RBAC policy rules
47+
configuration. See the `placement policy`_ documentation for details.
48+
49+
- A new zVM virt driver is now available.
50+
51+
- The nova-consoleauth service has been deprecated.
52+
53+
.. _REST API Version History: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html
54+
.. _related spec: https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/neutron-new-port-binding-api.html
55+
.. _purge archived shadow table data: https://docs.openstack.org/nova/latest/cli/nova-manage.html#nova-database
56+
.. _disable a cell: https://docs.openstack.org/nova/latest/cli/nova-manage.html#nova-cells-v2
57+
.. _image signature certificate validation: https://docs.openstack.org/nova/latest/user/certificate-validation.html
58+
.. _placement policy: https://docs.openstack.org/nova/latest/configuration/placement-policy.html

0 commit comments

Comments
 (0)