Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/508#discussion_r94984649
--- Diff:
locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsProviderAndApiLoader.java
---
@@ -84,13 +85,15 @@ public static boolean isApi(String id) {
}
public static Optional<ProviderMetadata> getProvider(String id) {
+ id =
DeserializingJcloudsRenamesProvider.getInstance().applyJcloudsRenames(id);
--- End diff --
I wonder if we should overwrite the provider config key with the new name.
Otherwise, we'll need to leave these values in the properties file forever. But
I'm fine with us not doing that in this PR.
---
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.
---