Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/openstack: Safe Security Group Delete #3696

Merged
merged 1 commit into from Oct 30, 2015
Merged

provider/openstack: Safe Security Group Delete #3696

merged 1 commit into from Oct 30, 2015

Commits on Oct 30, 2015

  1. provider/openstack: Safe SecGroup Delete

    This commit enables security groups to be deleted in a safe way by
    checking their state over a period of time.
    
    This fixes occurrences when the API says the instance is deleted but
    it is still in the process of being deleted by OpenStack and thus the
    security group returns an error saying that there are still instances
    attached to the group.
    jtopjian committed Oct 30, 2015
    Copy the full SHA
    c4c480b View commit details
    Browse the repository at this point in the history