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

    https://github.com/apache/brooklyn-server/pull/530#discussion_r97330165
  
    --- Diff: 
locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocation.java
 ---
    @@ -2219,7 +2227,7 @@ public void release(MachineLocation rawMachine) {
     
             Exception tothrow = null;
     
    -        ConfigBag setup = config().getBag();
    +        ConfigBag setup = ((LocationInternal)machine).config().getBag();
    --- End diff --
    
    IIRC it is needed to be able to do the `getBag()`


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