Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/468#discussion_r89749300
--- Diff:
locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocationConfig.java
---
@@ -293,6 +293,12 @@
public static final ConfigKey<Map<String,Object>> TEMPLATE_OPTIONS =
ConfigKeys.newConfigKey(
new TypeToken<Map<String, Object>>() {}, "templateOptions",
"Additional jclouds template options");
+ @Beta
+ public static final ConfigKey<Boolean>
USE_PUBLIC_ENDPOINT_AS_PRIVATE_ENDPOINT = ConfigKeys.newBooleanConfigKey(
+ "usePublicEndpointAsPrivateEndpoint",
--- End diff --
@Graeme-Miller I agree with @neykov that we should have a comment here to
explain why it exists, and an example of when one would use it.
---
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.
---