Remove HTTP policy from the rule
Remove HTTP policy from the rule
If a target group is specified in an HTTP policy, it is not removed when the policy is deleted.
Control panel
OpenStack CLI
- В control panels go to Cloud platform → Balancers.
- Open the tab Balancers → balancer page.
- In the block Rules open the rule card.
- On the menu HTTP Policies Select Delete policy.
- Enter the name of the HTTP policy to confirm the deletion.
- Click Delete.
-
Remove the HTTP policy:
openstack loadbalancer l7policy delete <policy>
Specify
<policy>
— ID or name of the HTTP policy. The list can be viewed using the commandopenstack loadbalancer l7policy list
.