From 6c2ce9e3eee61fd9ec84594c0284f6d5b94fa925 Mon Sep 17 00:00:00 2001 From: ottero Date: Thu, 6 Jun 2019 13:46:11 +0000 Subject: 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 --- ms/blueprintsprocessor/functions/python-executor/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/blueprintsprocessor/functions/python-executor/pom.xml') diff --git a/ms/blueprintsprocessor/functions/python-executor/pom.xml b/ms/blueprintsprocessor/functions/python-executor/pom.xml index 1a6f7505c..9aea1a83e 100644 --- a/ms/blueprintsprocessor/functions/python-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/python-executor/pom.xml @@ -18,7 +18,7 @@ functions org.onap.ccsdk.cds.blueprintsprocessor - 0.4.4-SNAPSHOT + 0.4.5-SNAPSHOT 4.0.0 -- cgit 1.2.3-korg