kayobe/releasenotes/notes/kolla-ansible-venv-os-python-519be05aa4b07e80.yaml
Bartosz Bezak 068581456f use OS python to create kolla-ansible venv
Currently kayobe creates kolla-ansible venv using kayobe venv
python3. There are corner cases when creation k-a venv fails
while using kayobe venv created with python 3.6 buggy setuptools/
virtualenv command. Using OS python to create venv solves those
corner cases issues and preserves compatibilty.

Story: 2010634
Task: 47599

Change-Id: Ie0d9bf895f6714cbb8b0bd31a008eb388f4c51c2
2023-03-07 16:45:02 +01:00

7 lines
254 B
YAML

upgrade:
- |
Modifies the default value of ``kolla_ansible_venv_python`` to
``/usr/bin/python3``. Using operating system python to create
kolla-ansible venv fixes corner cases when using older venvs created with
``virtualenv`` command.