tacker/tacker/api/vnflcm/v1
Sheel Rana 2c68a0a84d Updated vnflcm api output with host-path
Currently vnflcm api operations do not return host-path
in their output inside '_links' href field.
For ex,
"_links": {
"self": {
"href":
    "/vnflcm/v1/vnf_instances/<vnf-instance>"
}
}

This patch updates '_links' href field in vnflcm api output
with host-path.
For ex,
"_links": {
"self": {
"href":
    "http://localhost:9890/vnflcm/v1/vnf_instances/<vnf-instance>"
}
}

*here "http://localhost:9890/" is just an example of host-path.

Related operations:
1. Creates a new VNF instance.
2. Show VNF Instance.
3. List VNF Instances.
4. Show VNF LCM operation occurrence.
5. List VNF LCM operation occurrences.

Co-Authored-By: Navum Gupta <navum.gupta@india.nec.com>

Closes-Bug: #1923360
Change-Id: I245cd2626fac1112d6a9fef3c51bf5ef6b679e05
2021-04-24 15:18:36 +00:00
..
__init__.py Add vnflcm support base framework 2020-04-14 00:38:42 +00:00
controller.py Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
router.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
sync_resource.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00