Add Heal Api in GVNFM 05/65205/4
authorShobana Jothi <shobana.jothi@verizon.com>
Wed, 29 Aug 2018 06:15:57 +0000 (11:45 +0530)
committerShobana Jothi <shobana.jothi@verizon.com>
Fri, 14 Sep 2018 11:14:14 +0000 (16:44 +0530)
commit49b87c030e4ae60b141268f9c2f89b8010acd050
treebf623da156ca38404f49e27d926906821ac7a742
parent9975ee2ab76998715538fa3aeee377b947125b7e
Add Heal Api in GVNFM

Change-Id: If825c7a03cd38a6694d2cc0d28fbff391a3f4a95
Signed-off-by: Shobana Jothi<shobana.jothi@verizon.com>
Issue-ID: VFC-995
12 files changed:
lcm/lcm/nf/biz/common.py [new file with mode: 0644]
lcm/lcm/nf/biz/create_vnf.py
lcm/lcm/nf/biz/grant_vnf.py
lcm/lcm/nf/biz/heal_vnf.py [new file with mode: 0644]
lcm/lcm/nf/biz/instantiate_vnf.py
lcm/lcm/nf/const.py
lcm/lcm/nf/serializers/heal_vnf_req.py [new file with mode: 0644]
lcm/lcm/nf/tests/test_heal_vnf.py [new file with mode: 0644]
lcm/lcm/nf/urls.py
lcm/lcm/nf/views/heal_vnf_view.py [new file with mode: 0644]
lcm/lcm/pub/database/models.py
lcm/lcm/pub/vimapi/adaptor.py