Skip to content

Commit

Permalink
DNM: Test patches_path option in kolla
Browse files Browse the repository at this point in the history
Signed-off-by: Dr. Jens Harbott <[email protected]>
  • Loading branch information
osfrickler committed Dec 4, 2024
1 parent e244631 commit d13861f
Show file tree
Hide file tree
Showing 15 changed files with 2,995 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/cinder/scheduler/filters/driver_filter.py
+++ b/cinder/scheduler/filters/driver_filter.py
--- /var/lib/kolla/venv/lib/python3/site-packages/cinder/scheduler/filters/driver_filter.py
+++ /var/lib/kolla/venv/lib/python3/site-packages/cinder/scheduler/filters/driver_filter.py
@@ -13,6 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
Expand Down
1 change: 1 addition & 0 deletions patches/2024.2-new/cinder-base/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
driver_filter_domain_id.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Date: Tue Jun 13 14:24:23 2023 +0200
Closes-Bug: 2023632
Change-Id: I843999d56b9b90af5bd8f4e102e64d261fd483fe

diff --git a/neutron_dynamic_routing/db/bgp_db.py b/neutron_dynamic_routing/db/bgp_db.py
diff --git /var/lib/kolla/venv/lib/python3/site-packages/neutron_dynamic_routing/db/bgp_db.py /var/lib/kolla/venv/lib/python3/site-packages/neutron_dynamic_routing/db/bgp_db.py
index 0b9a7db..081c628 100644
--- a/neutron_dynamic_routing/db/bgp_db.py
+++ b/neutron_dynamic_routing/db/bgp_db.py
--- /var/lib/kolla/venv/lib/python3/site-packages/neutron_dynamic_routing/db/bgp_db.py
+++ /var/lib/kolla/venv/lib/python3/site-packages/neutron_dynamic_routing/db/bgp_db.py
@@ -1018,6 +1018,7 @@ class BgpDbMixin(object):
l3_db.Router.gw_port_id == models_v2.Port.id,
models_v2.Port.network_id == binding.network_id,
Expand Down
1 change: 1 addition & 0 deletions patches/2024.2-new/neutron-base/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bug-2023632.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/nova/api/openstack/identity.py
+++ b/nova/api/openstack/identity.py
--- /var/lib/kolla/venv/lib/python3/site-packages/nova/api/openstack/identity.py
+++ /var/lib/kolla/venv/lib/python3/site-packages/nova/api/openstack/identity.py
@@ -13,14 +13,20 @@
# under the License.

Expand Down
Empty file.
1 change: 1 addition & 0 deletions patches/2024.2-new/nova-base/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
osism_aggregate_multitenancy_isolation_by_domain.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/octavia/common/clients.py
+++ b/octavia/common/clients.py
--- /var/lib/kolla/venv/lib/python3/site-packages/octavia/common/clients.py
+++ /var/lib/kolla/venv/lib/python3/site-packages/octavia/common/clients.py
@@ -80,6 +80,12 @@ class NeutronAuth(object):
if not cls.neutron_client:
sess = ksession.get_session()
Expand Down
1 change: 1 addition & 0 deletions patches/2024.2-new/octavia-base/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gh890.patch
Loading

0 comments on commit d13861f

Please sign in to comment.