From 4dcf67492c744653e7aa8a874d7f06813c5a1b13 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 20 Mar 2024 20:29:29 +0000 Subject: [PATCH] Update git submodules * Update octavia from branch 'master' to fa7cc0178783ad4ab9f3ddce893042d5952d0bd8 - Merge "Fix fully-populated API with allowed_cidrs" - Fix fully-populated API with allowed_cidrs When creating a LB + a listener with an allowed_cidr with the fully-populated API, an issue happened when Octavia validated that the allowed_cidrs and the VIP ip address have the same IP version. The vip.ip_address value was not updated in the load balancer object, forcing the expiration of the DB object before entering _graph_create fixes this issue. Note: there's no change in the tests, the test function for this feature exists, looks correct, and passes successfully, the bug is only reproducible in octavia-api. Closes-Bug: 2057751 Change-Id: Ia106d81c1b2588e5d938d2238c8a2f6660bf5ef1 --- octavia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octavia b/octavia index e4d7186776..fa7cc01787 160000 --- a/octavia +++ b/octavia @@ -1 +1 @@ -Subproject commit e4d7186776b812516f6a473e7984e4ec0b1f40b4 +Subproject commit fa7cc0178783ad4ab9f3ddce893042d5952d0bd8