You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/27 10:29:00 UTC

[jira] [Commented] (JCLOUDS-1307) Security group can't be re-created if deleted externally

    [ https://issues.apache.org/jira/browse/JCLOUDS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064616#comment-16064616 ] 

ASF subversion and git services commented on JCLOUDS-1307:
----------------------------------------------------------

Commit 65ba26eca7d63b6b7cef70386f00425438318825 in jclouds's branch refs/heads/master from [~svet]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=65ba26e ]

JCLOUDS-1307: Invalidate SG on removal even if already externally deleted


> 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
>
> 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)