releases/deliverables/antelope/nova.yaml
Előd Illés 923225d99c nova: Release 2023.1 Antelope 27.2.0
MINOR version bump is due to 'hyperv: Mark driver as experimental'
patch.

$ git log --oneline --no-merges 27.1.0..HEAD
3ce1bd5225 Allow enabling cpu_power_management with 0 dedicated CPUs
d7ea3a184b Do not manage CPU0's state
edfb397580 Fix rebuild compute RPC API exception for rolling-upgrades
a861b57508 add a regression test for all compute RPCAPI 6.x pinnings for rebuild
4fcc8c369f Translate VF network capabilities to port binding
fbc3018d33 hyperv: Mark driver as experimental
4f4f27be27 Decorate only Flavor.get_* methods that execute queries
976364f9e8 enable validations in nova-lvm
f32deaa617 Add debug logging when Instance raises OrphanedObjectError
c67e69c0e3 Enforce quota usage from placement when unshelving
004a773a3a Reproducer for bug 2003991 unshelving offloaded instance
e1561573ee Unbind port when offloading a shelved instance
1b56714e91 Fix failed count for anti-affinity check
6b8d9d4191 Fix get_segments_id with subnets without segment_id

Change-Id: Ia30c5ec793f9e71e7d5e39a434fa6951538884f3
2023-12-05 18:53:12 +01:00

58 lines
2.6 KiB
YAML

---
launchpad: nova
release-model: cycle-with-rc
team: nova
type: service
repository-settings:
openstack/nova: {}
cycle-highlights:
- |
`PCI devices can now be scheduled <https://docs.openstack.org/nova/latest/admin/pci-passthrough.html#pci-tracking-in-placement>`_
by Nova using the Placement API on a opt-in basis. This will help the
nova-scheduler service to better schedule flavors that use PCI
(non-Neutron related) resources, will generate less reschedules if an
instance cannot be created on a candidate and will help the nova-scheduler
to not miss valid candidates if the list was too large.
- |
Operators can now ask Nova to `manage the power consumption of dedicated
CPUs <https://docs.openstack.org/nova/latest/admin/cpu-topologies.html#configuring-cpu-power-management-for-dedicated-cores>`_
so as to either offline them or change their governor if they're
currently not in use by any instance or if the instance is stopped.
- |
Nova will prevent unexpected compute service renames by `persisting a unique
compute UUID on local disk <https://docs.openstack.org/nova/latest/admin/compute-node-identification.html>`_.
This stored UUID will be considered the source of truth for knowing whether
the compute service hostame has been modified or not. As a reminder,
changing a compute hostname is forbidden, particularly when this compute is
currently running instances on top of it.
- |
`SPICE consoles <https://docs.openstack.org/nova/latest/admin/remote-console-access.html#spice-console>`_
can now be configured with compression settings which include choices of the
compression algorithm and the compression mode.
- Fully-Qualified Domain Names are now considered valid for an instance
hostname if you use the 2.94 API microversion.
- By opting into 2.95 API microversion, evacuated instances will remain
stopped on the destination host until manually started.
releases:
- version: 27.0.0.0rc1
projects:
- repo: openstack/nova
hash: 2bb8689835a4631622201299d531a24f28aad281
- version: 27.0.0
projects:
- repo: openstack/nova
hash: 2bb8689835a4631622201299d531a24f28aad281
diff-start: 26.0.0.0rc1
- version: 27.1.0
projects:
- repo: openstack/nova
hash: f361ce2ab1c2cec12ace3ab6a3416747ccf1a630
- version: 27.2.0
projects:
- repo: openstack/nova
hash: 2d05ee3747d36664cca4ac49203667e97e063327
branches:
- name: stable/2023.1
location: 27.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/nova/2023.1.html