Updated git submodules
authorEric Multanen <eric.w.multanen@intel.com>
Wed, 28 Nov 2018 09:00:00 +0000 (01:00 -0800)
committerGerrit Code Review <gerrit@onap.org>
Wed, 28 Nov 2018 04:40:21 +0000 (04:40 +0000)
commit07ed69a384f75d141b5e60de560ee2691942f573
tree48559fb7396d2cd641e440250f963a47c7cd51ef
parent8c89b3ea3b0cc682edc4285b3156202a05dcb38f
Updated git submodules

Project: so casablanca 5ff8f49c6b72f03e49961fcb771af2454d8a5321

Fix HttpClient change which broke multicloud

The lines added to HttpClient in https://gerrit.onap.org/r/#/c/72771/
broke the usage of HttpClient by the multicloud adapter.

The 'content-type' line seems redundant - content type is specified
in the HttpClient constructor.

The 'Authorization' line (which broke multicloud usage) seems
inappropriate here.  The Authorization string shouldn't be
hard coded into a generic client.  There are other methods
available for adding the authentication header.

Change-Id: I19ac1a382778fe50bc7e98e1e9b9a4d84897b2a6
Issue-ID: SO-1257
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
docs/submodules/so.git