parameter value wrongly mapped in vnfd

Bug #1648003 reported by Ukesh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Fix Released
Medium
Ukesh

Bug Description

In VNFD template, if we give 'sriov' value to the name property, it is then converted to 'direct' in the heat template.

In VNFD:

    vPRE_int_cp:
      type: tosca.nodes.nfv.CP.Tacker
      properties:
        name: sriov
        order: 1
        anti_spoofing_protection: false

In heat template:

  vPRE_int_cp:
    properties:
      name: direct
      network: {get_param: int-network}
      port_security_enabled: false

Ukesh (ukeshkumar)
Changed in tacker:
assignee: nobody → Ukesh (ukeshkumar)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (master)

Fix proposed to branch: master
Review: https://review.openstack.org/408047

Changed in tacker:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.openstack.org/408047
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=1da3bf459eff31b909d7cca18f9aa7c933591fdc
Submitter: Jenkins
Branch: master

commit 1da3bf459eff31b909d7cca18f9aa7c933591fdc
Author: Ukesh Kumar Vasudevan <email address hidden>
Date: Wed Dec 7 17:26:53 2016 +0530

    parameter value wrongly mapped in vnfd

    In VNFD template, if we give 'sriov' value to the name property,
    it is then converted to 'direct' in the heat template.

    Solution: before changing the value, key-name is checked now

    Change-Id: Ib7d96c7fccc781bc0615670ddf90bba4dcbdf24c
    closes-bug: #1648003

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

This issue was fixed in the openstack/tacker 0.6.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.