
Filter the list of security groups based on the security group IDs we plan on using for the network. Also only get the id field as this is all we need to compare. Fixes an issue where deployment fail on systems with a high number of security groups. Story: 2006256 Task: 35871 Change-Id: I83bbd3c77f13aaab0912354c3ec9cdd5e1123d0f
10 lines
388 B
YAML
10 lines
388 B
YAML
---
|
|
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>`_.)
|
|
|