Update git submodules

* Update nova from branch 'master'
  to e40ac0c798164d9d6c46088e783a5b117f7a3a90
  - Merge "Support multiple config file with mod_wsgi"
  - Support multiple config file with mod_wsgi
    
    Unlike uwsgi, apache mod_wsgi does not support passing
    commandline arguments to the python wsgi script it invokes.
    
    As a result while you can pass --config-file when hosting the
    api and metadata wsgi applications with uwsgi there is no
    way to use multiple config files with mod_wsgi.
    
    This change mirrors how this is supported in keystone today
    by intoducing a new OS_NOVA_CONFIG_FILES env var to allow
    operators to optional pass a ';' delimited list of config
    files to load.
    
    This change also add docs for this env var and the existing
    undocumented OS_NOVA_CONFIG_DIR.
    
    Closes-Bug: 1994056
    Change-Id: I8e3ccd75cbb7f2e132b403cb38022787c2c0a37b
This commit is contained in:
Zuul 2022-12-12 15:16:15 +00:00 committed by Gerrit Code Review
parent 9c2b55f5f6
commit 3368f4ad9b
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit bee679751bea7f66d344717263011eb421c92421
Subproject commit e40ac0c798164d9d6c46088e783a5b117f7a3a90