diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2019-04-28 03:10:37 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-28 13:34:43 +0000 |
commit | ab7946bce08f81c9d4a738f29044c1920e82b0c4 (patch) | |
tree | 77f2d600ef9ee2e4665ca7c3a413975699c075ec /docs | |
parent | 55834a3ed648433900e7698182b92c1b619954a7 (diff) |
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to 947249a450e6c849710b750867a9b92300ff384f
- Add parsing for support of new CCVPN model
Update the resource_list logic to create the resource as per new
CCVPN model.
e.g. new model UUI request to create the service with this input
// [
// { VFB1 : [GrpA1, GrA2, GrB1]},
// { VFB2 : [GrpA1, GrB1]},
// { VFA1 : [GrpC1]}
// ]
should be converted to
// [
// { VFA1 : [GrpA1, GrA2, GrB1]},
// { VFA2 : [GrpA1, GrB1]},
// { VFB1 : [GrpC1]}
// ]
as per resource ordering.
Change-Id: I79a30d5080d2551eb7e1944cc4f25d5332d22d4f
Issue-ID: SO-1393
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/so.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject bb0a782bbec2ba9166804237b117ce0c70a1aa7 +Subproject 947249a450e6c849710b750867a9b92300ff384 |