Add operate api to GVNFM 93/64193/3
authorShobana Jothi <shobana.jothi@verizon.com>
Tue, 28 Aug 2018 12:10:10 +0000 (17:40 +0530)
committerShobana Jothi <shobana.jothi@verizon.com>
Tue, 4 Sep 2018 10:37:38 +0000 (16:07 +0530)
commit0b8b410f563039cfc8879631bcb2587974de7875
tree99ad2d6689a3b9de457e4d147085ec157412f5ac
parent8f75d6276d4f1a8c5e9da1c77f2def362db11596
Add operate api to GVNFM

Change-Id: I35e3b52b76beff7f014759cec7217e5e5315c985
Signed-off-by: Shobana Jothi<shobana.jothi@verizon.com>
Issue-ID: VFC-996
12 files changed:
lcm/lcm/nf/biz/grant_vnf.py
lcm/lcm/nf/biz/operate_vnf.py [new file with mode: 0644]
lcm/lcm/nf/const.py
lcm/lcm/nf/serializers/operate_vnf_req.py [new file with mode: 0644]
lcm/lcm/nf/serializers/response.py [new file with mode: 0644]
lcm/lcm/nf/tests/test_operate_vnf.py [new file with mode: 0644]
lcm/lcm/nf/urls.py
lcm/lcm/nf/views/operate_vnf_view.py [new file with mode: 0644]
lcm/lcm/pub/database/models.py
lcm/lcm/pub/exceptions.py
lcm/lcm/pub/vimapi/adaptor.py
lcm/lcm/pub/vimapi/api.py