Merge "Fix Inventory Generation without Overcloud deployed" into stable/train

This commit is contained in:
Zuul 2021-08-03 18:15:03 +00:00 committed by Gerrit Code Review
commit 8365aa780a
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ def main():
utils.get_heat_client(auth_variables),
utils.get_swift_client(auth_variables))
if plans is None:
if not plans:
inventory = inv.TripleoInventory(
session=utils.get_auth_session(auth_variables),
hclient=utils.get_heat_client(auth_variables),