tacker/tacker/api
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
..
common Enhancement of get VNF LCM operation occurrence 2021-03-26 03:01:10 +00:00
schemas Support enhancement for Subscription Post 2021-03-26 19:54:35 +09:00
v1 Drop most of six importings 2020-10-19 12:10:05 +00:00
validation unite parameters for MgmtDriver interfaces 2021-03-22 15:51:51 +09:00
views Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
vnflcm Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
vnfpkgm Drop most of six importings 2020-10-19 12:10:05 +00:00
__init__.py rename neutron/api to tacker/api 2014-07-04 18:20:50 +09:00
api_common.py Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
extensions.py Drop most of six importings 2020-10-19 12:10:05 +00:00
versions.py from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00