Merge "Update the virtualenv paths only when we have a new venv"

This commit is contained in:
Jenkins 2016-07-08 20:34:54 +00:00 committed by Gerrit Code Review
commit 3a8e9e1732

View File

@ -186,6 +186,7 @@
virtualenv-tools --update-path=auto {{ cinder_bin | dirname }}
when:
- not cinder_developer_mode | bool
- cinder_get_venv | success
tags:
- cinder-install
- cinder-pip-packages