summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-security-group-list-add-query-filters-f72cfcefa1e093d2.yaml
blob: ae5a980fef138aa5082e7da47e68547ab088ac39 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue where baremetal node deployment would fail on clouds
    with a high number of security groups. Listing the security groups
    took too long. Instead of listing all security groups, a query filter
    was added to list only the security groups to be used for the network.
    (See bug `2006256 <https://storyboard.openstack.org/#!/story/2006256>`_.)