Bases: nova.network.security_group.security_group_base.SecurityGroupBase
Add security group rule(s) to security group.
Note: the Nova security group API doesn’t support adding muliple security group rules at once but the EC2 one does. Therefore, this function is writen to support both. Multiple rules are installed to a security group in quantum using bulk support.
Add security group to the instance.
This function deletes a security group.
Returns list of security group rules owned by tenant.
Remove the security group associated with the instance.