Merge "Fix overcloud introspection data save"
This commit is contained in:
commit
bb05adbdcf
@ -13,7 +13,7 @@
|
|||||||
command: >
|
command: >
|
||||||
docker exec bifrost_deploy
|
docker exec bifrost_deploy
|
||||||
bash -c '
|
bash -c '
|
||||||
export BIFROST_INVENTORY_SOURCE=ironic &&
|
env BIFROST_INVENTORY_SOURCE=ironic OS_CLOUD=bifrost
|
||||||
ansible baremetal
|
ansible baremetal
|
||||||
--connection local
|
--connection local
|
||||||
--inventory /etc/bifrost/inventory/
|
--inventory /etc/bifrost/inventory/
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user