ContainX / openstack4j

A Fluent OpenStack SDK / Client Library for Java
http://openstack4j.com
Other
290 stars 366 forks source link

Add batch delete function of security group rule. #1314

Open DarkFrank opened 4 years ago

DarkFrank commented 4 years ago

I'm using security groups to implement the whitelist feature, which requires delete security group rules in batches but is not implemented in openstack 4J, so submit the request.If there are any deficiencies, please correct them, thanks. In addition, I found that there were no unit tests related to the safety group rules, which I would add if have free time.