vnffgd_template_description

Bug #1689431 reported by wangchenglong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Fix Released
Low
venkatamahesh

Bug Description

In the https://docs.openstack.org/developer/tacker/devref/vnffgd_template_description.html, section Summary. The Sample vnffgd text cannot be loaded by yaml.safe_load() function.

The description and topology_template line should on the left without any spaces.Like this ,

tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0

description: Sample VNFFG template

topology_template:
  description: Sample VNFFG template

  node_templates:

    Forwarding_path1:
      type: tosca.nodes.nfv.FP.Tacker
      description: creates path (CP12->CP22)
      properties:
        id: 51
        policy:
          type: ACL
          criteria:
            - network_src_port_id: 640dfd77-c92b-45a3-b8fc-22712de480e1
            - destination_port_range: 80-1024
            - ip_proto: 6
            - ip_dst_prefix: 192.168.1.2/24
        path:
          - forwarder: VNFD1
            capability: CP12
          - forwarder: VNFD2
            capability: CP22
   groups:
    VNFFG1:
      type: tosca.groups.nfv.VNFFG
      description: HTTP to Corporate Net
      properties:
        vendor: tacker
        version: 1.0
        number_of_endpoints: 2
        dependent_virtual_link: [VL12,VL22]
        connection_point: [CP12,CP22]
        constituent_vnfs: [VNFD1,VNFD2]
      members: [Forwarding_path1]

tags: added: low-hanging-fruit
Changed in tacker:
importance: Undecided → Low
milestone: none → pike-3
Changed in tacker:
assignee: nobody → venkatamahesh (venkatamaheshkotha)
status: New → In Progress
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/468615

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.openstack.org/468615
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=57821c6fac6120a36d7e59357a05ec3424bdee6a
Submitter: Jenkins
Branch: master

commit 57821c6fac6120a36d7e59357a05ec3424bdee6a
Author: venkatamahesh <email address hidden>
Date: Sat May 27 11:23:22 2017 +0530

    Fix the alignment of description in vnffgd template

    Change-Id: I3c793ea1f353940b2605b880ba2f1bdb99630c04
    Closes-Bug: #1689431

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

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