Updated git submodules
authorJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Wed, 1 Mar 2017 19:05:08 +0000 (20:05 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 27 Apr 2017 15:40:43 +0000 (15:40 +0000)
commitd6ca54ae645c6bd7d5bcebdf85686ba71a8613a6
tree58020312e7d35f1f507a04db61465017ed4c4d64
parentdafc33abd9cbddc583177891ae40ae8b836d867f
Updated git submodules

Project: aaa master b0307517b42a751754f48775e434ff1c0c06ac36

KeystoneAuthRealm: reuse http client

Jersey documentation advises against building multiple clients of the
same characteristics and advertises that is perfectly safe to use the
same client over multiple threads.

Moreover, each time the SSL context is obtained, it may synchronize the
keystores from the filesystem or the database. KeystoneAuthRealm
assumes a dynamic certificate handling.

The purpose of this commit is to reuse the http client to some degree
while refreshing it rather frequently due to the dynamic certificate
handling.

Change-Id: Ifa188ad6f2a99e64c5d560d58057428aab37df26
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
docs/submodules/aaa