kayobe/releasenotes/notes/fix-failure-to-generate-openrc-when-using-tags-c8e554173e0b9ac3.yaml
Will Szumski 73cb007ab9 Do not fail when admin openrc file does not exist
Change-Id: If89bb28fa2e8cc615da21893201cc438d5b6ff05
Story: 2009323
Task: 43745
2022-01-05 09:53:19 +01:00

9 lines
399 B
YAML

---
fixes:
- |
``public-openrc.sh`` is now only generated if the ``admin-openrc.sh`` file
generated by Kolla Ansible exists. This fixes an issue where the task would
fail, when running in a clean environment, with a set of Kolla Ansible tags
that did not include the generation of ``admin-openrc.sh``. See `story
2009323 <https://storyboard.openstack.org/#!/story/2009323>`__.