Comment 7 for bug 1530319

Revision history for this message
Mark Goddard (mgoddard) wrote : Re: kolla ansible can not work in virtualenv

I read through the first review for this issue and took on board the point about the all-in-one needing to work. I think there's still a good reason to allow the control host to execute from within a virtualenv. When a Kolla package is unavailable or undesirable, it is advantageous to be able to install Kolla and its dependencies to a virtualenv on the control host to avoid touching the system python packages.

The use of a virtualenv on the target nodes is IMHO less important (although still possible without any code changes) as the required packages are commonly available in OS distros.