Unable to display VNFFGD template

Bug #1750865 reported by Nguyen Hai
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-tackerclient
Fix Released
Medium
Unassigned

Bug Description

"tacker vnffgd-template-show" cannot show the VNFFGD template because there is the wrong index of the vnffgd data in the code.

In python-tackerclient/tackerclient/tacker/v1_0/nfvo/vnffgd.py, in the ShowTemplateVNFFGD class:

Instead of "attributes_index = data[0].index('attributes')", it should be "attributes_index = data[0].index('template')"

Revision history for this message
Nguyen Hai (nguyentrihai93-deactivatedaccount) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tackerclient (master)

Reviewed: https://review.openstack.org/546703
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=82c70bd5a1b95517e8788ef7224275a98b2ba9b7
Submitter: Zuul
Branch: master

commit 82c70bd5a1b95517e8788ef7224275a98b2ba9b7
Author: Nguyen Hai <email address hidden>
Date: Thu Feb 22 02:13:30 2018 +0900

    Fix cannot show the VNFFGD template

    There is the wrong index of the vnffgd data in the code.

    Change-Id: I72050c8afa8f549a4ac35036ccd969b14d5f3f81
    Closes-Bug: #1750865

Changed in python-tackerclient:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-tackerclient 0.13.0

This issue was fixed in the openstack/python-tackerclient 0.13.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.