commit e61b5b03f2b57b84bb08a8d9c85b2dddc2b5e322 Author: Zuul Date: Sat Oct 17 09:45:23 2020 +0000 Update git submodules * Update nova from branch 'master' - Merge "Use cell targeted context to query BDMs for metadata" - Use cell targeted context to query BDMs for metadata The metadata service supports a multicell deployment in a configuration where the nova-api service implements the metadata API. In this case the metadata query needs to be cell targeted. This was partly implemented already. The instance itself is queried from the cell DB properly. However the BDM data used the non targeted context resulting in an empty BDM returned by the metadata service. Functional reproduction test is not added as I did not find a way to have a cell setup in the functional test that reproduce the problem. I reproduced the bug and tested the fix in a devstack. Change-Id: I48f57082edaef3ec4722bd31ce29a90b94d32523 Closes-Bug: #1881944 diff --git a/nova b/nova index d3b4c0b..136cd65 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit d3b4c0bc937b7600d714dbbadc623a5cafc9be75 +Subproject commit 136cd65b7dcf1212c5fec4479f199e31296de2a3