[
https://issues.apache.org/jira/browse/JCLOUDS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Svetoslav Neykov resolved JCLOUDS-1307.
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.2
2.1.0
Fixed in PRs
* https://github.com/jclouds/jclouds/pull/1113
* https://github.com/jclouds/jclouds/pull/1111
> Security group can't be re-created if deleted externally
> --------------------------------------------------------
>
> Key: JCLOUDS-1307
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1307
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-compute
> Affects Versions: 2.0.1
> Reporter: Svetoslav Neykov
> Fix For: 2.1.0, 2.0.2
>
>
> When executing the following actions with {{SecurityGroupExtension}}:
> * createSecurityGroup("my-name")
> * // delete the security group externally
> * removeSecurityGroup("my-name")
> * createSecurityGroup("my-name") // i.e. recreate
> * addIpPermission("my-name", permission)
> The last couple of actions will fail because no second create ever takes
> place on the cloud due to local caching of the group. Even though it's
> removed (which should invalidate the local cache) and then recreated again.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)