From 922d77824dec97873b49252acf75cb81365d9247 Mon Sep 17 00:00:00 2001 From: ottero Date: Mon, 10 Jun 2019 07:04:42 +0000 Subject: Update git submodules * Update docs/submodules/ccsdk/cds.git from branch 'master' to be4979c8ebd5e9df53b59dbca32d9703794fc500 - 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(-) (limited to 'docs') diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git index 184c1b55d..be4979c8e 160000 --- a/docs/submodules/ccsdk/cds.git +++ b/docs/submodules/ccsdk/cds.git @@ -1 +1 @@ -Subproject commit 184c1b55dd7bd01b2d2033ce960cb7179f0ca33c +Subproject commit be4979c8ebd5e9df53b59dbca32d9703794fc500 -- cgit 1.2.3-korg