Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1307

Security group can't be re-created if deleted externally

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.1
    • 2.1.0, 2.0.2
    • jclouds-compute
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            svet Svetoslav Neykov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: