Update git submodules
authorDan Timoney <dtimoney@att.com>
Fri, 9 Aug 2019 21:48:35 +0000 (21:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 9 Aug 2019 21:48:35 +0000 (21:48 +0000)
commit650b2bf7559e091a01dade2720e2adb4970e909e
tree67ebc8a276a041cf2eb74da7ccfe2eda1ab94811
parent516f19d752a14c603bc2c3a62f9e651b4f569853
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 097a6e66c3ff19aa53ef3a72dce3a2e41c4eb9ed
  - Merge "Add dynamic-properties as python script arg"
  - Add dynamic-properties as python script arg

    For the remote python executor, we have the ability to provide
    dynamic properties, that will end up marshall as Json. Through
    the gRPC session, it will be transform to a Google Proto Struct.
    Once in the remote python executor, we use utility method from
    Proto to convert the Struct into a Json string, and we pass it
    as the last argument of the script execution. That way, user can
    access them in their script, simply by loading the content using
    json.loads and then interact with the data through the python dict.

    Change-Id: Ib3552c06734aed252ec28f47173bc8668afe085d
    Issue-ID: CCSDK-1606
Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com>
docs/submodules/ccsdk/cds.git