tacker/tacker
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
..
agent from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
api Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
cmd [goal] Deprecate the JSON formatted policy file 2021-01-22 04:18:31 +00:00
common Fix display bugs of vnflcm show command 2021-04-09 13:32:01 +08:00
conductor Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
conf Support Client Notification Endpoint Test 2021-03-26 14:19:53 +09:00
db Support enhancement for Get Subscription List 2021-03-26 20:19:31 +09:00
extensions Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
glance_store Introduce py39 for unittests 2020-11-08 06:11:48 +00:00
hacking Update hacking for Python3 2020-04-24 13:48:53 +02:00
keymgr Drop most of six importings 2020-10-19 12:10:05 +00:00
locale Imported Translations from Zanata 2020-10-24 08:58:53 +00:00
mistral Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-18 14:00:58 +00:00
nfvo Adapt to python-mistralclient v4.2.0 for PingVIM 2021-02-10 04:51:17 +00:00
objects Support enhancement for Get Subscription List 2021-03-26 20:19:31 +09:00
plugins Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
policies Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
releasenotes/notes Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
services Drop most of six importings 2020-10-19 12:10:05 +00:00
tests Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
tosca Fix UT and FT VNFD yaml because lack of properties 2021-04-01 13:32:28 +09:00
vnflcm Add endpoint information in interfaceInfo 2021-04-15 11:01:02 +09:00
vnfm Merge "Fix display bugs of vnflcm show command" 2021-04-09 08:24:04 +00:00
__init__.py Drop most of six importings 2020-10-19 12:10:05 +00:00
_i18n.py Remove i18n.enable_lazy() call from tacker.cmd 2018-11-14 14:56:52 +05:30
alarm_receiver.py Fix to encrypt password print in debug logs 2020-11-17 02:17:02 +00:00
auth.py Support of Server/Basic certification in OAuth2.0 2020-10-05 07:18:14 +00:00
context.py Remove deprecation warning messages 2019-09-20 12:27:06 +05:30
manager.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
policy.py [goal] Deprecate the JSON formatted policy file 2021-01-22 04:18:31 +00:00
service.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
version.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
wsgi.py Drop most of six importings 2020-10-19 12:10:05 +00:00