When deleting a security group on openstack-nova the cache is not invalidated correctly, so the next create operation will fetch the group from local cache instead of re-creating it in the cloud. Subsequent operations will fail due to the missing group and stale ID.
https://issues.apache.org/jira/browse/JCLOUDS-1306 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1110 -- Commit Summary -- * [Openstack] Fix SG cache invalidation when deleting -- File Changes -- M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/compute/extensions/NovaSecurityGroupExtension.java (18) M apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/compute/extensions/NovaSecurityGroupExtensionLiveTest.java (63) -- Patch Links -- https://github.com/jclouds/jclouds/pull/1110.patch https://github.com/jclouds/jclouds/pull/1110.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1110
