70ac63d834
As per ETSI GS NFV-SOL 005 V2.4.1 (2018-02) table 9.4.2.3.2-2, GET Vnf Packages should return list of all Vnf packages, but as per current implemention this api is returning dictionory with resource name as key i.e {'vnf_packages': [{vnf_package1}, {vnf_package2},...]}. Hence removing the resource key and returning api response as a list. As per process to fix this issue we need to provide micro version support in tacker as well as in python-tackerclient for command. The list api was part of VNF package api which released in train cycle. But we can not instantiate, terminate and Heal VNF as these feature is not released yet and about to release in U cycle. The changes we have proposed will be useful after U release and that is why we think we should do these change without micro version support. Closes-bug: #1871054 Change-Id: I7f5105fc7a49f9d31fb32119c725dae0421cfde7
15 lines
632 B
YAML
15 lines
632 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Includes the fix for `bug 1871054`_ which as per
|
|
`ETSI GS NFV-SOL 005 V2.6.1`_ table 9.4.2.3.2-2 should return list of vnf
|
|
packages in ``list`` instead of ``dictionary`` for
|
|
``GET /vnfpkgm/v1/vnf_packages`` API.
|
|
|
|
.. note:: Users should use python-tackerclient version >= 1.0.1 to list
|
|
vnf packages otherwise it would break as this change is not
|
|
backward compatible.
|
|
|
|
.. _ETSI GS NFV-SOL 005 V2.6.1: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.06.01_60/gs_nfv-sol005v020601p.pdf
|
|
.. _bug 1871054 : https://bugs.launchpad.net/tacker/+bug/1871054
|