ahgittin commented on pull request #290:
URL: https://github.com/apache/brooklyn-ui/pull/290#issuecomment-921806291


   For future reference this is the blueprint i use to test:
   
   ```
   services:
   - id: main
     type: tosca.nodes.Compute
     brooklyn.config:
       password_dsl: $brooklyn:config("password_plain")
       password_plain: 12345
       public_dsl: $brooklyn:config("public_plain")
       public_plain: 67890
   - id: empty-password
     type: tosca.nodes.Compute
     brooklyn.config:
       empty_password: null
       empty_public: null
   - id: empty-public
     type: tosca.nodes.Compute
     brooklyn.config:
       empty_password: null
       empty_public: null
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to