Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/1101#discussion_r48200161
--- Diff:
locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/JcloudsLocationSecurityGroupCustomizer.java
---
@@ -201,6 +229,47 @@ public JcloudsLocationSecurityGroupCustomizer
addPermissionsToLocation(final Jcl
return this;
}
}
+ /**
+ * Removes the given security group permissions from the given node
with the given compute service.
+ * <p>
+ * Takes no action if the compute service does not have a security
group extension.
+ * @param permissions The set of permissions to be removed from the
location
+ * @param location Location to remove permissions from
+ */
+ public void removePermissionsFromLocation(final JcloudsMachineLocation
location, final Iterable<IpPermission> permissions) {
--- End diff --
@Graeme-Miller should include `@since 0.9.0` when adding public methods
like this.
---
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.
---