Update git submodules
authorHansen, Tony (th1395) <th1395@att.com>
Thu, 22 Aug 2019 22:07:45 +0000 (22:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 22 Aug 2019 22:07:45 +0000 (22:07 +0000)
commitcb5498cfcf44bf51378458f20c4cc3bf3ea43e90
treefe4c0e27a52e0238547c08b1716f7836a448710f
parente4ea67cc2132bec04e9c87f4814fdfda391bd772
Update git submodules

* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
  to 85b8365c69b25191ba53390ba8ae9c7ad8e9f18b
  - PGaaS plugin -- modify code to support python3

    add code to work on both python2 and python3
    lots of pylinting
    remove debug logging of a password
    improve error message when given an invalid cluster name, simplify some code
    password changing capability for a database
    tox tests improvements
    NOTE . . .
    The PGaaS plugin uses several Cloudify mock libraries, one of which
    is not compatible with Python3.
    Until we get an updated version of that Cloudify mock libraries,
    we will have to leave out py3X from the tox tests.
    We cannot use py37 yet because Jenkins returns:
    InterpreterNotFound: python3.7
    So tox.ini is using envlist = py27

    Change-Id: I795b71cc8a1fdea043e2ff3a0d66bb95e3f93a89
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
    Issue: CCSDK-1599
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
docs/submodules/ccsdk/platform/plugins.git