Merge "Reinitialize the virtualenv"

This commit is contained in:
Zuul 2018-01-27 15:19:46 +00:00 committed by Gerrit Code Review
commit 97ecede740
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
shell: |
find {{ nova_bin }} -name \*.pyc -delete
sed -si '1s/^.*python.*$/#!{{ nova_bin | replace ('/','\/') }}\/python/' {{ nova_bin }}/*
virtualenv {{ nova_bin | dirname }}
when:
- nova_get_venv | changed
tags: