diff options
author | ottero <rodrigo.ottero@est.tech> | 2019-06-07 02:13:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-07 02:13:43 +0000 |
commit | c6decdbfbe78000278309102c0b0653eeac8835e (patch) | |
tree | f1cb9075ff44661581dc3ff77612d9b9ff369a74 | |
parent | fa2ee37a52e58d2035b8c584ce9861b2bd64aa3a (diff) |
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 <rodrigo.ottero@est.tech>
m--------- | docs/submodules/ccsdk/cds.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject c0cbce93620b7ef1ceaf60d2496e3a84a140fd7 +Subproject 6c2ce9e3eee61fd9ec84594c0284f6d5b94fa92 |