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

This commit is contained in:
Jenkins 2016-07-08 20:29:57 +00:00 committed by Gerrit Code Review
commit 65388c5b93

View File

@ -184,6 +184,7 @@
virtualenv-tools --update-path=auto {{ neutron_bin | dirname }}
when:
- not neutron_developer_mode | bool
- neutron_get_venv | success
tags:
- neutron-install
- neutron-pip-packages