From 32153e2001cc92e55b100bc8840fddf44433c3f3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 19 Jan 2018 16:25:54 +0000 Subject: [PATCH] Reinitialize the virtualenv In the previous patch removing the virtualenv-tools, we've updated paths to the proper binaries, but we don't reset the virtualenv like what we used to do. Change-Id: If5b344a5d2282c130ffeb1f012cec3e858901529 Partial-Bug: #1741634 --- tasks/tacker_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/tacker_install.yml b/tasks/tacker_install.yml index 14d88e5..da688d9 100644 --- a/tasks/tacker_install.yml +++ b/tasks/tacker_install.yml @@ -136,6 +136,7 @@ shell: | find {{ tacker_bin }} -name \*.pyc -delete sed -si '1s/^.*python.*$/#!{{ tacker_bin | replace ('/','\/') }}\/python/' {{ tacker_bin }}/* + virtualenv {{ tacker_bin | dirname }} tags: - skip_ansible_lint when: