Remove a rule from a security group
Remove a rule from a security group
carefully
The rule will no longer be in effect — traffic that was allowed by this rule will be denied. Active sessions that were set by this rule will be terminated on the ports.
OpenStack CLI
-
Delete the rule:
openstack security group rule delete <rule>
Specify
<rule>
— Rule ID. The list of rules can be viewed withopenstack security group rule list <security_group>
.