Methods common to the controller work tasks.
Bases: object
Class of helper/utility methods used by tasks.
Gets a Loadbalancer from db.
loadbalancer_id: Load balancer ID which to get from db
Sets an amphora status to ERROR.
NOTE: This should only be called from revert methods.
amphora_id – Amphora ID to set the status to ERROR
Sets a health monitor provisioning status to ERROR.
NOTE: This should only be called from revert methods.
health_mon_id – Health Monitor ID to set prov status to ERROR
Sets a L7 policy provisioning status to ACTIVE.
NOTE: This should only be called from revert methods.
l7policy_id – L7 Policy ID to set provisioning status to ACTIVE
Sets a L7 policy provisioning status to ERROR.
NOTE: This should only be called from revert methods.
l7policy_id – L7 Policy ID to set provisioning status to ERROR
Sets a L7 rule provisioning status to ERROR.
NOTE: This should only be called from revert methods.
l7rule_id – L7 Rule ID to set provisioning status to ERROR
Sets a listener provisioning status to ACTIVE.
NOTE: This should only be called from revert methods.
listener_id – Listener ID to set provisioning status to ACTIVE
Sets a listener provisioning status to ERROR.
NOTE: This should only be called from revert methods.
listener_id – Listener ID to set provisioning status to ERROR
Sets a load balancer provisioning status to ACTIVE.
NOTE: This should only be called from revert methods.
loadbalancer_id – Load balancer ID to set provisioning status to ACTIVE
Sets a load balancer provisioning status to ERROR.
NOTE: This should only be called from revert methods.
loadbalancer_id – Load balancer ID to set provisioning status to ERROR
Sets a member provisioning status to ERROR.
NOTE: This should only be called from revert methods.
member_id – Member ID to set provisioning status to ERROR
Sets a pool provisioning status to ACTIVE.
NOTE: This should only be called from revert methods.
pool_id – Pool ID to set provisioning status to ACTIVE
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.