Update git submodules
authorWojciech Sliwka <wojciech.sliwka@nokia.com>
Mon, 22 Jul 2019 09:54:28 +0000 (09:54 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 22 Jul 2019 09:54:28 +0000 (09:54 +0000)
commitffc980a5a347b6f1d81df0a9c0c7ab09c141c735
treecc6e87ef42b457bad7b7ef06873fe834927736b1
parent45b62838b0b3d2d01ba28a789e22cf1fab3c721d
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to aa9bee1fac0a5a5ee96a896de90645bb950b609a
  - Merge "Allow full-path to certificate and remove implicit Optional::toString"
  - Allow full-path to certificate and remove implicit Optional::toString

    1) If getAAITruststoreFilename or getAAIKeystoreFilename has a file
       separator -- don't append certFilePath to filename.

    2) getKeystorePath() is issuing Optional::orElse, as the code
       `+ getAAIKeystoreFilename()` is implicitly calling
       `getAAIKeystoreFilename().toString()` which yields a default toString
       e.g. "Optional[configValue]".

    Issue-ID: VID-229

    Change-Id: I9c135cc3dfd72cdc203b59d78162a568a6dbd688
Signed-off-by: Ittay Stern <ittay.stern@att.com>
docs/submodules/vid.git