openstacksdk/releasenotes/notes/add-sg-rules-bulk-f36a3e2326d74867.yaml
Roman Dobosz 9e58f9d77d Add bulk creation of rules for Security Group.
With new method _bulk_create in OpenStackSDK, now it is possible to use
it for API methods, which supports creating multiple instances in single
call. Neutron supports couple of resources to be created at once. In
this change we propose to add multiple rules creation for a single
security group.

Change-Id: I5855a6faa706adeaf738a797af0048985bffe65f
2020-03-20 13:48:20 +01:00

6 lines
190 B
YAML

---
features:
- Added bulk create securtiy groups rules. With new proxy method
`create_security_group_rules` now it's possible to create multiple rules
for certain security group.