summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Van Trung <trungnvfet@outlook.com>2019-09-12 17:05:59 +0700
committerLingxian Kong <anlin.kong@gmail.com>2019-12-05 09:34:52 +0000
commit1d314fdf91ec968bd8072a07a293c8342459fbb4 (patch)
treef2ba9ee952b8e5c10cb2e4e07bee79a20159a9ef
parent053820856807c2b6311d8c1da6e2f648000316a1 (diff)
downloadtrove-1d314fdf91ec968bd8072a07a293c8342459fbb4.tar.gz
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
-rw-r--r--integration/scripts/files/elements/guest-agent/element-deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/scripts/files/elements/guest-agent/element-deps b/integration/scripts/files/elements/guest-agent/element-deps
index f16aabad..6dcd66dc 100644
--- a/integration/scripts/files/elements/guest-agent/element-deps
+++ b/integration/scripts/files/elements/guest-agent/element-deps
@@ -3,3 +3,4 @@ package-installs
pkg-map
source-repositories
svc-map
+pip-and-virtualenv