kayobe/releasenotes/notes/install-prefix-multiple-lib-9288e8c11da3c0bc.yaml
Pierre Riteau e438189a19 Fix installation prefix detection
When multiple 'lib' components are present in the installation path,
Kayobe fails to detect the right installation prefix which causes
various commands to raise an error.

Rewrite logic to detect the last 'lib' component in path instead. This
should work as long as this function is not stored under a lib directory
inside the Kayobe source tree.

Change-Id: Ie9b15db6563546ede9ce9735292ec566d540432a
Story: 2009721
Task: 44109
2021-12-02 22:41:53 +01:00

7 lines
238 B
YAML

---
fixes:
- |
Fixes a failure to detect the Kayobe installation prefix when ``lib`` is
present multiple times in the installation path. See `story 2009721
<https://storyboard.openstack.org/#!/story/2009721>`__ for details.