Parser does not parse correctly complex node artifacts

Bug #1598130 reported by Denis Makogon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
TOSCA Parser
New
Undecided
Santhosh64

Bug Description

Parser does not parse correctly complex node artifacts definition.

Assume you have node:

    aiorchestra.openstack.compute:
      type: tosca.nodes.openstack.compute
      properties:
        name_or_id: { get_input: compute_name }
      capabilities:
        host:
          properties:
            flavor: { get_input: compute_flavor}
      artifacts:
        image:
          type: tosca.artifacts.openstack.image
          image: { get_input: compute_image }
      requirements:
        - auth: aiorchestra.openstack.authorization

So, when parser returns node template it appears that artifact is not initialized with TOSCA functions correctly, but return a string '{ get_input: compute_image }'

description: updated
Changed in tosca-parser:
assignee: nobody → Prathyusha (seelam-prathyusha)
assignee: Prathyusha (seelam-prathyusha) → nobody
Changed in tosca-parser:
assignee: nobody → Santhosh64 (santhoshkumar-kondapalli)
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.