9e58f9d77d
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
6 lines
190 B
YAML
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.
|