Github user rdowner commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/460#issuecomment-71817326
Hi @andreaturli,
1 - I don't think there's a need to do that since it's still tidier in
blueprints to refer to the Brooklyn-supported properties as before. The purpose
of this option is to allow the selection of highly cloud-specific template
options, without requiring changes to Brooklyn, and especially having to get
Brooklyn to introduce a dependency on the relevant jclouds driver to set
options.
2 - Something like:
```yaml
location:
jclouds:aws:us-east-1:
templateOptions:
iamInstanceProfileName: myprofile
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---