tacker/tacker/conductor
Shubham Potale f03b615bfe Implement RestFul API to read VNFD of an on-boarded VNF package
The VNFD can be implemented as a single file or as a collection of
multiple files. If the VNFD is implemented in the form of multiple
files, a ZIP file embedding these files shall be returned. If the VNFD
is implemented as a single file, either that file or a ZIP file
embedding that file shall be returned.

Implemented below API:-

* GET /vnf_packages/{vnfPkgId}/vnfd

Change-Id: I4af9c8126fb7478da294bc99a176eabba3944564
Implements: bp enhance-vnf-package-support-part1
2020-04-20 03:16:33 +00:00
..
conductorrpc Implement RestFul API to read VNFD of an on-boarded VNF package 2020-04-20 03:16:33 +00:00
__init__.py introduce tacker conductor 2017-06-08 21:20:20 +08:00
conductor_server.py Implement RestFul API to read VNFD of an on-boarded VNF package 2020-04-20 03:16:33 +00:00