Merge "Fix overcloud introspection data save"

This commit is contained in:
Zuul 2021-09-01 11:31:37 +00:00 committed by Gerrit Code Review
commit bb05adbdcf
2 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,7 @@
command: >
docker exec bifrost_deploy
bash -c '
export BIFROST_INVENTORY_SOURCE=ironic &&
env BIFROST_INVENTORY_SOURCE=ironic OS_CLOUD=bifrost
ansible baremetal
--connection local
--inventory /etc/bifrost/inventory/

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue bug where introspection data save would fail. See `story
2009129 <https://storyboard.openstack.org/#!/story/2009129>`__ for more
details.