Update git submodules

* Update senlin from branch 'master'
  to ea7899758e5a13cfab0f6196a683155ee0859b47
  - Merge "add senlin cluster_name for lb/pool/listener name for creation"
  - 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
This commit is contained in:
Zuul 2021-04-07 19:35:57 +00:00 committed by Gerrit Code Review
parent b020aa0e1d
commit 76ccf4353a
1 changed files with 1 additions and 1 deletions

2
senlin

@ -1 +1 @@
Subproject commit ea5518879dca4d2487264ca122bab4f1b92bec15
Subproject commit ea7899758e5a13cfab0f6196a683155ee0859b47