a628b2b5c8
Minor version bump due to patches: * I7a6a6fe5f5b23e76948b59a85ca9be075a1c2d6d (libvirt: Add announce-self post live-migration workaround) * Ie904d1513b5cf76d6d5f6877545e8eb378dd5499 (Add a WA flag waiting for vif-plugged event during reboot) $ git log --oneline --no-merges 24.0.0..HEAD a8981422af libvirt: Add announce-self post live-migration workaround 70f75ac981 skip test_tagged_attachment in nova-next 7f6ec8cf54 Migrate RequestSpec.numa_topology to use pcpuset d860615527 Reproduce bug 1952941 d4c92bc231 api: Reject duplicate port IDs in server create a79c26e9b1 Update centos 8 py36 functional job nodeset to centos stream 8 1235dc324e [rt] Apply migration context for incoming migrations 0411962938 Extend the reproducer for 1953359 and 1952915 f0a6d946aa Reproduce bug 1953359 b44ec0dc49 Retry image download if it's corrupted 0c41bfb8c5 Add a WA flag waiting for vif-plugged event during reboot 64f5c1cfb0 Define new functional test tox env for placement gate to run 037e588788 Clean up allocations left by evacuation when deleting service 63a6388f6a Ensure MAC addresses characters are in the same case 00cba39613 Avoid unbound instance_uuid var during delete f24e0c1da2 Prevent leaked eventlets to send notifications d960c24130 Query ports with admin client to get resource_request 1066353d19 Reproduce bug 1945310 d4edcd62ba Store old_flavor already on source host during resize e6c6880465 Reproduce bug 1944759 Change-Id: Id6b5bc03d0d7f7fcc93852d61de386cdd0301656
52 lines
2.3 KiB
YAML
52 lines
2.3 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
|
|
branches:
|
|
- name: stable/xena
|
|
location: 24.0.0.0rc1
|
|
release-notes: https://docs.openstack.org/releasenotes/nova/xena.html
|