Debian Patches

Status for nova/2:33.0.1-4

Patch Description Author Forwarded Bugs Origin Last update
Install-missed-files.patch Install missed files
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..cf3032d
Thomas Goirand <zigo@debian.org> not-needed 2021-09-28
remove-svg-converter-from-doc-conf.py.patch Remove sphinxcontrib.rsvgconverter from doc conf.py
===================================================================
Thomas Goirand <zigo@debian.org> not-needed 2019-09-28
fix-exception.NovaException.patch Fix exception.NovaException
===================================================================
Thomas Goirand <zigo@debian.org> no 2024-11-19
fix-failing-timebased-tests.patch Fixed failing timebased tests If the updates are made on the same second, these unit tests are failing.
Adding a time.sleep(2) fixes it.

===================================================================
Thomas Goirand <zigo@debian.org> no 2025-12-04
testtools-2.8.2-TestMatchersInterface-is-removed.patch Compat with testtools 2.8.2: TestMatchersInterface is removed Thomas Goirand <zigo@debian.org> no debian 2025-12-29
weights_debug_log_stop_using_tuples_as_dict_keys.patch weights debug log: stop using tuples as dict keys While Python supports using tuples as dict keys, json.dumps() (which
is what oslo_serialization.jsonutils.dumps() calls under the hood)
does not. Stop using tuples as keys in our weight debug log.

diff --git a/nova/weights.py b/nova/weights.py
index 75d51dc..7983a90 100644
Artom Lifshitz <alifshit@redhat.com> yes upstream https://review.opendev.org/c/openstack/nova/+/904060 2026-05-18
Retrieve_the_image_metadata_from_instance.image_meta_during_resize.patch Retrieve the image metadata from instance.image_meta during resize In the current process, image metadata is obtained from `request_spec`
during resize or migrate, retaining the values from when the instance
was initially launched. As a result, if the image metadata is updated
and the instance is rebuilt, the latest values are not retrieved from
`request_spec`. This patch addresses this issue.
Additionally, it also resolves the following problem:
Changing the `hw_machine_type` of an image from None to a specific
value and rebuilding the instance causes the `image_hw_machine_type`
in `instance_system_metadata` to revert to its default value during
resize/migrate.

===================================================================
Masanori Kuroha <mkuroha@lycorp.co.jp> yes upstream upstream, https://review.opendev.org/c/openstack/nova/+/936910 2026-05-26
CVE-2026-46448-stable-2026.1_Strip-internal-_nova-prefixed-scheduler-hints-on-create.patch CVE-2026-46448: Strip internal _nova-prefixed scheduler hints on create User-supplied scheduler hints can include internal keys like
"_nova_check_type" which cause the scheduler to bypass Placement
candidate selection, request pre-filters, and resource claims.
This can lead to instances being created without proper resource
accounting.
.
Rather than rejecting the request, silently strip any _nova-prefixed
hints before they reach the scheduler. This is consistent with the
existing hints behavior of ignoring unknown ones and ensures the
probe attempt still costs the attacker money.
.

===================================================================
Sylvain Bauza <sbauza@redhat.com> yes debian upstream pre-OSSA mailing list 2026-06-10

All known versions for source package 'nova'

Links