Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Remove-xenapi-from-neutron-ml2-config-opts.patch | Remove xenapi from neutron ml2 config opts This patch just remove xenapi from setup.cfg as it has been already removed in [1]. . [1] https://review.opendev.org/c/openstack/neutron/+/787736 diff --git a/setup.cfg b/setup.cfg index d72492d..19d9d8c 100644 |
Michal Arbet <michal.arbet@ultimum.io> | yes | 2022-10-19 | ||
Load_the_required_configuration_options_in_the_UT_classes.patch | Load the required configuration options in the UT classes Some test classes are not loading the required configuration options during the setup process. That prevents from launching thoses tests or classes individually. This patch solves this issue by importing the required options in the "setUp" test class method. =================================================================== |
Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | yes | upstream | upstream, https://review.opendev.org/c/openstack/neutron/+/861869 | 2022-10-19 |
fix-path-of-healthcheck_disable.patch | Fix path of healthcheck_disable | Thomas Goirand <zigo@debian.org> | no | 2022-11-14 | ||
Load_the_required_configuration_options_in_the_UT_classes_2.patch | [PATCH] Load the required configuration options in the UT classes Some test classes are not loading the required configuration options during the setup process. That prevents from launching thoses tests or classes individually. This patch solves this issue by importing the required options in the "setUp" test class method. This is breaking python 3.11 on Debian, not possible to test in the gate at the moment. |
Brian Haley <haleyb.dev@gmail.com> | no | 2022-11-14 |