kayobe/releasenotes/notes/fix-introspection-data-save-cfc83714f66fd63c.yaml
Doug Szumski 167e2ff3db Fix Kayobe overcloud introspection data save
Kayobe overcloud introspection data save fails because the dynamic
inventory script siliently breaks causing Ansible to parse it as a
static inventory file. The failure occurs due to OS_TOKEN being set.
This change works around setting OS_TOKEN before running the dynamic
inventory script by setting OS_CLOUD before querying inspector.

Confirmed on Stein and Train, and verified in both environments.

Story: 2007326
Task: 38846
Change-Id: I57fbf91ae3440d3e4e6a64cd7d05151e299c9322
2020-02-21 15:53:07 +00:00

7 lines
174 B
YAML

---
fixes:
- |
Fixes a bug where introspection data save would fail.
See `Story 2007326 <https://storyboard.openstack.org/#!/story/2007326>`_
for more details.