Manage load balancer operation
Manage load balancer operation
You can control the operation of the load balancer: turn off и incorporate.
Turn off the balancer
If the balancer is turned off, it continues to be paid.
Control panel
OpenStack CLI
- В control panels go to Cloud platform → Balancers → tab Balancers.
- On the menu. of the balancer, select Turn off the balancer. The balancer will switch to the status
OFFLINE
.
-
Turn off the balancer:
openstack loadbalancer set --disable <loadbalancer>
Specify
<loadbalancer>
— ID or name of the balancer. The list can be viewed byopenstack loadbalancer list
The balancer will go into status
OFFLINE
.
Turn on the balancer
Control panel
OpenStack CLI
- В control panels go to Cloud platform → Balancers → tab Balancers.
- On the menu. of the balancer, select Turn on the balancer. The balancer will switch to the status
ACTIVE
.
-
Turn on the balancer:
openstack loadbalancer set --enable <loadbalancer>
Specify
<loadbalancer>
— ID or name of the balancer. The list can be viewed byopenstack loadbalancer list
The balancer will go into status
ACTIVE
.