From c6decdbfbe78000278309102c0b0653eeac8835e Mon Sep 17 00:00:00 2001 From: ottero Date: Fri, 7 Jun 2019 02:13:43 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/ccsdk/cds.git from branch 'dublin' to 6c2ce9e3eee61fd9ec84594c0284f6d5b94fa925 - Fixing restconf_client.py script The restconf_client.py script uses BlueprintWebClientService to send REST requests to ODL. When the methods of that interface have the type of the returns changed from String to WebClientResponse, the script stopped working. This fix changes the way the response is manipulated, to act upon a WebClientResponse and not on a String Change-Id: I3876c5b27d65058f0b5b77da17f9225fc04779c6 Issue-ID: CCSDK-1384 Signed-off-by: ottero --- docs/submodules/ccsdk/cds.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git index c0cbce936..6c2ce9e3e 160000 --- a/docs/submodules/ccsdk/cds.git +++ b/docs/submodules/ccsdk/cds.git @@ -1 +1 @@ -Subproject commit c0cbce93620b7ef1ceaf60d2496e3a84a140fd7e +Subproject commit 6c2ce9e3eee61fd9ec84594c0284f6d5b94fa925 -- 2.16.6