The user can delete a security group which is used as remote-group-id

Bug #1792890 reported by Adit Sarfaty
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Triaged
Undecided
Unassigned

Bug Description

A security group which is used as a remotr-group by another security group rule, can be deleted by the user.
This action should be blocked with "security group in use" error.
In the current state, the rule of the other SG is deleted from the DB (because of cascade in the DB table definition).

CLI example:
neutron security-group-create sg1
neutron security-group-create sg2
neutron security-group-rule-create sg1 --remote-group-id sg2
neutron security-group-delete sg2

Boden R (boden)
Changed in neutron:
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.