Add release note for wrapper fix

Depends-On: https://review.openstack.org/633759
Change-Id: Ie50d26a7e6295ee15cf2ce43e78c7c808752dbc3
This commit is contained in:
Jesse Pretorius 2019-02-07 15:51:41 +00:00
parent 973ff079b4
commit e7f1162346
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
fixes:
- |
In https://review.openstack.org/582633 an adjustment was made to the
``openstack-ansible`` wrapper which mistakenly changed the intended
behaviour. The wrapper is only meant to include the extra-vars and
invoke the inventory if ``ansible-playbook`` was executed from inside
the ``openstack-ansible`` repository clone (typically
``/opt/openstack-ansible``), but the change made the path irrelevant.
This has now been fixed - ``ansible-playbook`` and ``ansible`` will
only invoke the inventory and include extra vars if it is invoked
from inside the git clone path.