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

OpenStack: Deleting servers using tag-based filtering #3818

Merged
merged 1 commit into from
Jul 16, 2020

Commits on Jul 1, 2020

  1. OpenStack: Deleting servers using tag-based filtering

    Now to delete servers we first get a list of all available servers
    from Nova, and then we iterate through them to find those with
    required metadata. In the case of a large number of servers, this
    can take a very long time.
    
    Fortunately gophercloud introduced filtering by tags, so we can
    start using this feature to get only servers with the required tag.
    gophercloud/gophercloud#1759
    Fedosin committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e7bf767 View commit details
    Browse the repository at this point in the history