Fix some issues with the newton release notes
Spotted while browsing [1]. Note that this file is static now since change I983346c97df96fda988a2fefec89c3f0d6c14498. [1] https://docs.openstack.org/releasenotes/nova/newton.html Change-Id: Ib398520891e608faea98605b7240cdc9fcbf2ba2 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
1e2327991d
commit
48483bed94
@ -279,19 +279,19 @@ Prelude
|
||||
Nova 14.0.0 release is including a lot of new features and bugfixes. It can be extremely hard to mention all the changes we introduced during that release but we beg you to read at least the upgrade section which describes the required modifications that you need to do for upgrading your cloud from 13.0.0 (Mitaka) to 14.0.0 (Newton).
|
||||
That said, a few major changes are worth to notice here. This is not an exhaustive list of things to notice, rather just important things you need to know :
|
||||
|
||||
- Latest API microversion supported for Newton is v2.38
|
||||
- Nova now provides a new placement RESTful API endpoint that is for
|
||||
- Latest API microversion supported for Newton is v2.38
|
||||
- Nova now provides a new placement RESTful API endpoint that is for
|
||||
the moment optional where Nova compute nodes use it for providing
|
||||
resources. For the moment, the nova-scheduler is not using it but we
|
||||
plan to check the placement resources for Ocata. In case you plan to
|
||||
rolling-upgrade the compute nodes between Newton and Ocata, please
|
||||
look in the notes below how to use the new placement API.
|
||||
- Cells V2 now supports booting instances for one cell v2 only. We plan
|
||||
- Cells V2 now supports booting instances for one cell v2 only. We plan
|
||||
to add a multi-cell support for Ocata. You can prepare for Ocata now
|
||||
by creating a cellv2 now using the nova-manage related commands, but
|
||||
configuring Cells V2 is still fully optional for this cycle.
|
||||
- Nova is now using Glance v2 API for getting image resources.
|
||||
- API microversions 2.36 and above now deprecate the REST resources in
|
||||
- Nova is now using Glance v2 API for getting image resources.
|
||||
- API microversions 2.36 and above now deprecate the REST resources in
|
||||
Nova used to proxy calls to other service type APIs (eg. /os-volumes).
|
||||
We'll still supporting those until we raise our minimum API version
|
||||
to 2.36 which is not planned yet (we're supporting v2.1 as of now) but
|
||||
@ -704,21 +704,21 @@ Upgrade Notes
|
||||
could have been hidden with these policy points will now always be
|
||||
shown / accepted.
|
||||
|
||||
* os_compute_api:os-disk-config - show / accept
|
||||
* ``os_compute_api:os-disk-config`` - show / accept
|
||||
``OS-DCF:diskConfig`` parameter on servers
|
||||
|
||||
* os-access-ips - show / accept ``accessIPv4`` and ``accessIPv6``
|
||||
* ``os-access-ips`` - show / accept ``accessIPv4`` and ``accessIPv6``
|
||||
parameters on servers
|
||||
|
||||
The following entry points have been removed
|
||||
|
||||
* nova.api.v21.extensions.server.resize - allowed accepting
|
||||
* ``nova.api.v21.extensions.server.resize`` - allowed accepting
|
||||
additional parameters on server resize requests.
|
||||
|
||||
* nova.api.v21.extensions.server.update - allowed accepting
|
||||
* ``nova.api.v21.extensions.server.update`` - allowed accepting
|
||||
additional parameters on server update requests.
|
||||
|
||||
* nova.api.v21.extensions.server.rebuild - allowed accepting
|
||||
* ``nova.api.v21.extensions.server.rebuild`` - allowed accepting
|
||||
additional parameters on server rebuild requests.
|
||||
|
||||
.. releasenotes/notes/flavors-moved-to-api-database-b33489ed3b1b246b.yaml @ b'17a8e8a68cbe4045a1bc2889d1bf51f2db7ebcca'
|
||||
@ -828,11 +828,11 @@ Upgrade Notes
|
||||
.. releasenotes/notes/remove-deprecated-cinder-options-newton-fc3dce6856101ef8.yaml @ b'fb15c00aa1561973804819d111d52b6d25842293'
|
||||
|
||||
- The following deprecated configuration options have been removed from the
|
||||
``cinder`` section of nova.conf:
|
||||
``cinder`` section of ``nova.conf``:
|
||||
|
||||
- ca_certificates_file
|
||||
- api_insecure
|
||||
- http_timeout
|
||||
- ``ca_certificates_file``
|
||||
- ``api_insecure``
|
||||
- ``http_timeout``
|
||||
|
||||
.. releasenotes/notes/remove-deprecated-destroy_after_evacuate-option-2557d0634e78abd1.yaml @ b'50b1f1fc267517b5eb4d3da567d6d76c83568f7f'
|
||||
|
||||
@ -895,9 +895,9 @@ Upgrade Notes
|
||||
- The following deprecated configuration options have been removed from the
|
||||
``neutron`` section of nova.conf:
|
||||
|
||||
- ca_certificates_file
|
||||
- api_insecure
|
||||
- url_timeout
|
||||
- ``ca_certificates_file``
|
||||
- ``api_insecure``
|
||||
- ``url_timeout``
|
||||
|
||||
.. releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml @ b'7e2f5c7d340a0131ac083ed036e417976d6342da'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user