Update git submodules

* Update ironic-inspector from branch 'master'
  - Merge "Respond so Apache HTTPd doesn't think the request failed"
  - Respond so Apache HTTPd doesn't think the request failed
    
    When sending a literal empty response, Flask does not include a
    ContentType in the response. While in many cases, we don't need
    need a ContentType nor expect one on the API client, Apache
    webserver can treat this as an error and generate an Error
    indicating a Bad Gateway. When doing this, we also now include
    an empty JSON body in the response for 202 messages. For 204
    message errors, the message body is expected to be empty.
    
    However, when this Bad Gateway error occurs, the API/Conductor
    were proceeding like there was no issue. The API client on the
    other hand thinks that a hard failure has occured.
    
    Also adds some additional catches to provide additional logging
    which turned out not to be needed in this case, but it would be
    useful for others.
    
    Change-Id: If2e7697e3fde58ab0a4193787e29d3acdca81ebf
This commit is contained in:
Zuul 2020-07-24 07:29:38 +00:00 committed by Gerrit Code Review
parent c7a8e07fc2
commit afa96a8af5
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 42dd3a020fc95eb1ecaf1294ead1e5a4e67a9215
Subproject commit b6f49297a2b06a29777a1edc4b55d2e1228cfc61