Update the virtualenv paths only when we have a new venv

This fixes an omission in Ie0111886391d7ecdd50f1ac3a94f46a49f91f3fe

Change-Id: I8d45559bb9d8f594cfea154cb4b59ef8952bab88
This commit is contained in:
Travis Truman 2016-07-08 13:22:56 -04:00
parent e5a67a7c68
commit 163a8ea31d

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