ac4be06827
$ git log --oneline --no-merges 24.1.0..HEAD 7c4059669c Add missing condition 3a5f8924ff Add service version check workaround for FFU 90c51902e9 Fix pre_live_migration rollback 1059921383 Adds regression test for bug LP#1944619 b57fce8d14 Fix eventlet.tpool import 64cc0848be [CI] Install dependencies for docs target ba3c5b81ab [stable-only] Drop lower-constraints job 8670ca8bb2 Clean up when queued live migration aborted 479b8db3ab Add functional tests to reproduce bug #1960412 19c4f8e973 Test aborting queued live migration 31179f62f1 Cleanup old resize instances dir before resize a108221fb7 [stable-only] Set nova-tox-functional-centos8-py36 non-voting a46fc40aa4 Gracefull recovery when attaching volume fails c3ebe0f39e Revert "Revert resize: wait for events according to hybrid plug" b414fe18f1 Add nova-ovs-hybrid-plug job 15c32e89e4 Reattach mdevs to guest on resume eb6d70f02d Ignore plug_vifs on the ironic driver Change-Id: Ibf51231344c8e33a8c4d99d229a7532c5d841f05
56 lines
2.4 KiB
YAML
56 lines
2.4 KiB
YAML
---
|
|
launchpad: nova
|
|
release-model: cycle-with-rc
|
|
team: nova
|
|
type: service
|
|
repository-settings:
|
|
openstack/nova: {}
|
|
cycle-highlights:
|
|
- |
|
|
Nova now supports `Cyborg managed SmartNICs
|
|
<https://docs.openstack.org/api-guide/compute/accelerator-support.html#using-sriov-with-cyborg>`_
|
|
represented by Neutron ports and attached as SRIOV devices to the Nova servers.
|
|
- |
|
|
Nova's libvirt virt driver now supports any PCI devices, not just virtual GPUs, that are using
|
|
the ``VFIO-mdev`` virtualization framework like network adapters or compute accelerators.
|
|
`See more in the spec <https://specs.openstack.org/openstack/nova-specs/specs/xena/approved/generic-mdevs.html>`_
|
|
- |
|
|
Nova stores the cinder volume connection_info in its database. Over time this information can
|
|
become stale if changes are made in the environment, the most common example of which being the
|
|
changing of MON IP addresses when using Ceph as the backing store for the Cinder volume service.
|
|
Previously operators have had to query the database directly for an understanding of the current
|
|
state of the connection_info and could only migrate or shelve the instance to force a refresh
|
|
of this. Now Nova provides a set of ``nova-manage``
|
|
`CLI commands <https://docs.openstack.org/nova/latest/cli/nova-manage.html#volume-attachment-commands>`_
|
|
to read and refresh the stale information.
|
|
- |
|
|
`API microversion 2.90 <https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#maximum-in-xena>`_
|
|
allows users to configure the hostname that will be exposed via the nova metadata service when
|
|
creating or rebuilding their instance.
|
|
releases:
|
|
- version: 24.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/nova
|
|
hash: 1c502ebaec29615f08d4af7dc6680f3141d70e67
|
|
- version: 24.0.0.0rc2
|
|
projects:
|
|
- repo: openstack/nova
|
|
hash: 928d3feffd674a842d4bb4348d2f0e0d7e93a8a5
|
|
- version: 24.0.0
|
|
projects:
|
|
- repo: openstack/nova
|
|
hash: 928d3feffd674a842d4bb4348d2f0e0d7e93a8a5
|
|
diff-start: 23.0.0.0rc1
|
|
- version: 24.1.0
|
|
projects:
|
|
- repo: openstack/nova
|
|
hash: 6f81db2dd65060135ac093aa3b1c8bd08ac0af0c
|
|
- version: 24.1.1
|
|
projects:
|
|
- repo: openstack/nova
|
|
hash: 3872647092353229302919d305758f3fc777277f
|
|
branches:
|
|
- name: stable/xena
|
|
location: 24.0.0.0rc1
|
|
release-notes: https://docs.openstack.org/releasenotes/nova/xena.html
|