Update git submodules

* Update aodh from branch 'master'
  - Heat notifier: notify alarm without Octavia tags
    
    This patch improves heat notifier by removing the hard requirement for
    Octavia tags. When Aodh is deployed in an environment that Octavia
    doens't support tags yet(before stable/stein), heat notifier will do
    resource search by the Octavia member ID.
    
    Note:
    
    Both approaches need specific Heat template definition:
    
    1. Use Octavia tags.
    
        pool_member:
          type: OS::Octavia::PoolMember
          properties:
            address: {get_attr: [server, first_address]}
            pool: {get_param: pool_id}
            protocol_port: {get_param: webserver_port}
            tags: [{get_param: "OS::stack_id"}]
    
    2. Resource search.
    
        outputs:
          OS::stack_id:
            value: { get_resource: pool_member }
    
    Change-Id: Ic2328aa907d23c6b6f827661a3fb3cb26f8496fd
This commit is contained in:
Lingxian Kong 2019-08-09 15:15:11 +12:00 committed by Gerrit Code Review
parent 2e1af0abc8
commit b97c211e2d
1 changed files with 1 additions and 1 deletions

2
aodh

@ -1 +1 @@
Subproject commit 4b93caca42175dbe83a73ba3ce011dee89370ba7
Subproject commit e2d2ebf44ebb0e5120566c23add6b02a42172c82