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.
Control panel
OpenStack CLI
-
В control panels from the top menu, press Products and select Cloud servers.
-
Go to the section Security groups.
-
Open the security group page.
-
Depending on which traffic direction the rule applies to, open the tab Incoming traffic or Outgoing traffic.
-
On the menu select the rules Delete rule.
-
Click Delete.
-
Delete the rule:
openstack security group rule delete <rule>
Specify
<rule>
— Rule ID. The list of rules can be viewed using the commandopenstack security group rule list <security_group>
.