Update git submodules
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Thu, 2 May 2019 12:29:41 +0000 (12:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 2 May 2019 12:29:41 +0000 (12:29 +0000)
commitd1781e1a58e855507c5b152ed81f35efbf6b0dd1
tree8788f505f5ae07a9c581ee79553e84b119650c65
parentbea8572c592e6f394d3b689a69bb57bb89284f3e
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 0502bae356e44cb381cd7ec0f72c7b2bd6429e87
  - Merge "Modify instance resource list creation"
  - Modify instance resource list creation

    Modify instance resource list creation to avoid hard locking of
    model name in UUI request.

    e.g.
    VF resource and gruop resource has resource input
    vf { resource_input : { key1:value2, key2:[vf_prop_list,INDEX,key]|default}

    Derive the key ("vf_prop_list") from resource input and use this
    info to map UUI request.

    UUI req:
    {
    ...
      resourceInput: {
              vf_prop_list :   /// mapped with resource input of resource
                      {
    ....

    Change-Id: Ic40079a094b2628bcf6f5758121b7492ee3c1353
    Issue-ID: SO-1393
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
docs/submodules/so.git