[GitHub] brooklyn-server pull request #851: Update config keys' deprecated names

2017-10-03 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] brooklyn-server pull request #851: Update config keys' deprecated names

2017-10-02 Thread tbouron
GitHub user tbouron opened a pull request:

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

Update config keys' deprecated names

Since Brooklyn 0.12.0 ([this 
PR](https://github.com/apache/brooklyn-server/pull/819) precisely) some config 
keys' name have been deprecated generated a warning when installing a blueprint 
using those. 

This fixes it by using the new names. It also fixes a typo for 
`latch.install.resources`

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

$ git pull https://github.com/tbouron/brooklyn-server 
update/deprecated-config-keys-names

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

https://github.com/apache/brooklyn-server/pull/851.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 #851


commit c1cf4950f865766a86e9a0789f1d0e7aa9352403
Author: Thomas Bouron 
Date:   2017-10-02T15:26:31Z

Update config keys' deprecated names




---