Update git submodules

* Update aodh from branch 'master'
  to 8ac7c65cffac34e412ab117f8e86b4dd2c973ac9
  - Load api-paste.ini from configuration directories first
    
    The api-paste.ini file defines WSGI definition of API. This file is
    regarded as one configuration file and sometimes users need to modify
    the file, for example to enable an additional middleware.
    
    However currently aodh-api by default expects the file is located in
    the aodh source directory and users should set the [api] paste_config
    parameter in addition to copy and modify the file.
    
    This change makes the aodh-api process search the api-paste.ini file
    from configuration directories automatically, so that users can more
    easily customize the file by putting the modified file in /etc/aodh
    (or any other config directories).
    
    If the paste_config parameter is defined as a full path then aodh-api
    directly loads the file from the specified path. If the file is not
    found then the default file in the aodh source directory is used.
    
    Change-Id: I4a6194fbf6a5317a523d75e3fb6bd2fd055f5100
This commit is contained in:
Takashi Kajinami 2022-01-06 11:32:00 +09:00 committed by Gerrit Code Review
parent 75fb3f9c09
commit 45b665860c
1 changed files with 1 additions and 1 deletions

2
aodh

@ -1 +1 @@
Subproject commit 6bbf61a67ba70726f63ff7e287e0e6ad30e4af06
Subproject commit 8ac7c65cffac34e412ab117f8e86b4dd2c973ac9