Update the virtualenv paths only when we have a new venv

This fixes an omission in I21ebc977f3c6d97853150e8b42bcd35ab4c2ef09

Change-Id: I42a28ce7c9d4a1159b093ed79f5f8f1a3ad1c12b
This commit is contained in:
Travis Truman 2016-07-08 13:29:31 -04:00
parent df3b47973a
commit a39d15172b

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