Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/866#discussion_r37964411
--- Diff:
core/src/main/java/org/apache/brooklyn/location/byon/ByonLocationResolver.java
---
@@ -199,8 +199,8 @@ protected ConfigBag extractConfig(Map<?,?>
locationFlags, String spec, LocationR
}
Class<? extends MachineLocation> locationClassHere = locationClass;
- if (osfamily != null) {
- locationClassHere = getLocationClass(osfamily);
+ if (osFamily != null) {
+ locationClassHere = OS_TO_MACHINE_LOCATION_TYPE.get(osFamily);
--- End diff --
This reverts @sjcorbett 's change in commit
c3e027b80826427d04e3b726bf9f71f24fc46103. Can you change it back to use
`getLocationClass(osFamily)` please.
---
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.
---