Support pip3-virtualenv during image creation

This patch will auto-process with `pip-and-virtualenv`
element when use `guest-agent` in python3. We also can add
this element in disk-image-create cli which instead of
this patch to fix following issue:

   2019-09-12 09:19:58.674 | + python3 -m virtualenv /opt/guest-agent-venv
   2019-09-12 09:19:58.752 | /usr/bin/python3: No module named virtualenv

Change-Id: I21090320ba7396979cee31431de7198150dd763e
This commit is contained in:
Nguyen Van Trung 2019-09-12 17:05:59 +07:00 committed by Lingxian Kong
parent 0538208568
commit 1d314fdf91

View File

@ -3,3 +3,4 @@ package-installs
pkg-map
source-repositories
svc-map
pip-and-virtualenv