Package: nova / 2:18.1.0-6
Metadata
Package | Version | Patches format |
---|---|---|
nova | 2:18.1.0-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Install missed files.patch | (download) |
MANIFEST.in |
22 22 + 0 - 0 ! |
[patch] install missed files |
clean up build_requests table on upgrades.patch | (download) |
nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py |
2 2 + 0 - 0 ! |
clean-up build_requests on upgrades |
remove crashing blockdiag doc line.patch | (download) |
doc/source/reference/notifications.rst |
1 0 + 1 - 0 ! |
removed crashing blockdiag doc line This line is making blockdiag stack dump. Until a better fix can be found, we just remove that. |
revert restore async keyword.patch | (download) |
nova/db/sqlalchemy/api.py |
2 1 + 1 - 0 ! |
revert the revert of async rename This patch reverts https://review.openstack.org/#/c/597421/ which itself reverts the rename of the async keyword. Upstream did that because they had to maintain compat with older oslo.db. |
fix python3 compatibility ceph.patch | (download) |
nova/virt/libvirt/storage/rbd_utils.py |
3 2 + 1 - 0 ! |
fix python3 compatibility In python3 self.get_fsid() is represented as binary. This patch is fixing this. |
Workaround_missing_RequestSpec.instance_group.uuid.patch | (download) |
nova/objects/request_spec.py |
8 8 + 0 - 0 ! |
[patch] workaround missing requestspec.instance_group.uuid It's clear that we could have a RequestSpec.instance_group without a uuid field if the InstanceGroup is set from the _populate_group_info method which should only be used for legacy translation of request specs using legacy filter properties dicts. . To workaround the issue, we look for the group scheduler hint to get the group uuid before loading it from the DB. . The related functional regression recreate test is updated to show this solves the issue. Bug: #1830747 |