GitHub user grkvlt opened a pull request:

    https://github.com/apache/brooklyn-server/pull/279

    Allow provisioning.properties to reference resolvable config

    Enables constructions like the following:
    ```YAML
    - type: vanilla-software-process
      brooklyn.config:
        provisioning.properties:
          minRam: $brooklyn:scopeRoot().config("entity.min.ram")
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/grkvlt/brooklyn-server 
resolve-jclouds-location-config

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/279.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #279
    
----
commit 3497e9a4c529871e6546c0b33027055d9ef70919
Author: Andrew Donald Kennedy <andrew.kenn...@cloudsoftcorp.com>
Date:   2016-07-29T05:02:21Z

    Allow provisioning.properties to reference resolvable config

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to