From 7962fd8bedd8f7066eb4c2d2b138094439f0084f Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 26 Jan 2018 12:54:35 +0100 Subject: Update git submodules * Update docs/submodules/sfc from branch 'master' - Fix problem to fetch the compute name of client VM When migrating to SNAPs a bug was introduced and could be seen in logs as: Error when waiting for classification rules: 'module' object has no attribute 'get_compute_client' The cause is that get_compute_client is not a global function anymore but a method inside a class. Besides, due to SNAPs, we need to fetch the compute name in another way Change-Id: I32007c83894281ba9514a121b7939b5bfe52f4bc Signed-off-by: Manuel Buil --- docs/submodules/sfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/sfc') diff --git a/docs/submodules/sfc b/docs/submodules/sfc index b3791d8df..d436fafbd 160000 --- a/docs/submodules/sfc +++ b/docs/submodules/sfc @@ -1 +1 @@ -Subproject commit b3791d8df2a7666603148e771191e1f6e7f4a784 +Subproject commit d436fafbde49d78e2e39a8a63c31747799531ca1 -- cgit 1.2.3-korg