Uploaded image for project: 'Service Design and Creation'
  1. Service Design and Creation
  2. SDC-4535

Node filter boolean values output as strings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Montreal Release
    • London Release
    • None
    • None

      Add a node filter to a component instance in a service. 

      Select a property of type boolean and set a value

      The generated tosca gives the value as a string instead of a boolean, e.g. :

       

            node_filter:
              properties:
              - boolean_prop:
                - equal: 'true'

       

      should be:

       

            node_filter:
              properties:
              - boolean_prop:
                - equal: true

            franciscovila franciscovila
            franciscovila franciscovila
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: