senlin/senlin/policies
Satish Patel 7404f76ae3 add senlin cluster_name for lb/pool/listener name for creation
We are passing senlin cluster_name to lb/pool/listener for name,
That way we have proper name relationship between all 3 components.
specially for troubleshooting when we have many loadbalancers.

Example:
$ openstack cluster list -c name -c status
+-----------+--------+
| name      | status |
+-----------+--------+
| mycluster | ACTIVE |
+-----------+--------+
$ openstack loadbalancer list -c name -c vip_address
+---------------------+-------------+
| name                | vip_address |
+---------------------+-------------+
| senlin-lb-mycluster | 10.69.1.173 |
+---------------------+-------------+
$ openstack loadbalancer pool list -c name -c provisioning_status
+-----------------------+---------------------+
| name                  | provisioning_status |
+-----------------------+---------------------+
| senlin-pool-mycluster | ACTIVE              |
+-----------------------+---------------------+


Change-Id: Ibc0c6e7adc6cbdf87c1d1c5ec42f6954d6995253
2021-04-07 16:25:34 +00:00
..
__init__.py Revise policy enforcement level implementation 2015-08-08 07:00:07 -04:00
affinity_policy.py modify grammatical errors 2018-06-27 21:06:08 +08:00
base.py Release cluster lock on failed policy check 2020-11-09 17:27:27 +00:00
batch_policy.py Remove unused batch_num variable. 2019-02-07 10:28:11 -08:00
deletion_policy.py Update senlin documentation url 2018-02-23 16:52:25 +08:00
health_policy.py Merge "Fix health policy attach/detach action when messaging.MessagingTimeout occurred" 2021-03-30 04:52:54 +00:00
lb_policy.py add senlin cluster_name for lb/pool/listener name for creation 2021-04-07 16:25:34 +00:00
region_placement.py Update senlin documentation url 2018-02-23 16:52:25 +08:00
scaling_policy.py Fix cooldown check 2018-10-09 18:04:43 -07:00
zone_placement.py Update senlin documentation url 2018-02-23 16:52:25 +08:00