GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-library/pull/125
Improve config and entity descriptions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-library
config-and-entity-descriptions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-library/pull/125.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 #125
----
commit d1cb5c62ab6c72f2c8634c9b4023e9bd34f6d620
Author: Aled Sage <[email protected]>
Date: 2017-09-12T17:35:12Z
Improve config key descriptions
Also marks most important config keys as âCatalogConfigâ on some
entities/policies/enrichers.
commit 021400ced7b1e94eb78bed074509fa67af0d37a1
Author: Aled Sage <[email protected]>
Date: 2017-09-12T17:35:28Z
catalog.bom: improve names/descriptions
commit 0d59c30c6fe7d84cd9e9ce9fc84851cd4399ec6a
Author: Aled Sage <[email protected]>
Date: 2017-09-12T17:36:33Z
DatastoreMixins.CanExecuteScript.COMMANDS: remove
Because entities extend this interface, they were reporting this as a
config key on the entity rather than just on the effector. Therefore
remove it as a constant.
----
---