KeepalivedAmphoraDriverMixin
[source]¶Bases: octavia.amphorae.drivers.driver_base.VRRPDriverMixin
reload_vrrp_service
(loadbalancer)[source]¶Reload the VRRP services of all amphorae of the loadbalancer
Parameters: | loadbalancer – loadbalancer object |
---|
start_vrrp_service
(amphora, timeout_dict=None)[source]¶Start the VRRP services on an amphorae.
Parameters: |
|
---|
stop_vrrp_service
(loadbalancer)[source]¶Stop the vrrp services running on the loadbalancer’s amphorae
Parameters: | loadbalancer – loadbalancer object |
---|
update_vrrp_conf
(loadbalancer, amphorae_network_config, amphora, timeout_dict=None)[source]¶Update amphora of the loadbalancer with a new VRRP configuration
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.