Github user neykov commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/529#discussion_r98004942
  
    --- Diff: 
locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocation.java
 ---
    @@ -429,6 +429,11 @@ protected CloudMachineNamer 
getCloudMachineNamer(ConfigBag config) {
             return result;
         }
     
    +    public LocationNetworkInfoCustomizer 
getLocationNetworkInfoCustomizer(ConfigBag setup) {
    +        LocationNetworkInfoCustomizer configured = 
setup.get(LOCATION_NETWORK_INFO_CUSTOMIZER);
    --- End diff --
    
    I think a config key is suitable for this. Just FYI there is the 
[`extension`](https://github.com/apache/brooklyn-server/blob/master/core/src/main/java/org/apache/brooklyn/core/location/AbstractLocation.java#L729-L749)
 API as well. We could improve it in future and use it to customise the 
behaviour of the location with pluggable components, leaving the keys for 
(declarative) configuration.


---
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.
---

Reply via email to