From b1ed43e27df04f1432c9ade56322a86d8e2d1c99 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 18 Mar 2019 11:25:24 +0000 Subject: [PATCH] Update git submodules * Update kuryr-kubernetes from branch 'master' - Merge "Switch Octavia API calls to openstacksdk" - Switch Octavia API calls to openstacksdk For a while we were using a dirty hack to call Octavia API - i.e. we were mocking python-neutronclient to use a session pointing to Octavia endpoint. This was a workaround to save some effort that was needed to introduce python-octaviaclient dependency. As Kuryr is strongly tied to Kubernetes version it is serving, we should try to limit its dependency on OpenStack versions. E.g. we should be able to cooperate with various versions of Octavia. openstacksdk is a tool that is designed to do exactly that, adding abstraction layer that hides differences between APIs and as last resort allowing doing bare HTTP calls, while taking care of all the Keystone stuff for us. This commit removes the ugly workaround mentioned in first paragraph and switches all the LBaaS v2 calls to use openstacksdk's Octavia proxy. Also some leftovers from LBaaS v2 removal are cleaned up, e.g. logic behind not using cascade deletion or workaround for LbaaS v2 issues with pools. Implements: blueprint switch-to-openstacksdk Change-Id: Ic0bb56f90fe9effcdcb2ae5db96b8a1ec19738df --- kuryr-kubernetes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr-kubernetes b/kuryr-kubernetes index 38f1198e82..21a0a2673c 160000 --- a/kuryr-kubernetes +++ b/kuryr-kubernetes @@ -1 +1 @@ -Subproject commit 38f1198e82219104129411039352cc331f63d107 +Subproject commit 21a0a2673cf68dcebc7fb4d6e0e0333506a0218a