tbouron opened a new pull request #138: Remove the reserved keyword check for config keys URL: https://github.com/apache/brooklyn-ui/pull/138 It makes sense to do this for metadata – we don't want to override `brooklyn.enrichers` or `name`. However, there shouldn't be restriction on keys within `brooklyn.config`. For instance, this change allows the following blueprint: ```yaml services: - type: tomcat-server name: Foo brooklyn.config: cidrBlock: 10.0.0.0/24 name: myVpc ``` whereas previously, `name: myVpc` would have been completely ignored by the composer.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
