Update the cinder-lio element to use the venv dir

This updates the cinder-lio element to make use of the
CINDER_VENV_DIR variable which is set by the cinder element.

This allows source installs of this element to work correctly
when using common-env or a custom Cinder venv directory.

Change-Id: Idb8a97180045869595416cf0b17aec70a63d9055
This commit is contained in:
Dan Prince 2014-07-10 22:00:47 -04:00
parent bc71c4dc77
commit b42cb229a3
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -eu
ln -sf /opt/stack/venvs/cinder/bin/cinder-rtstool /usr/local/bin/cinder-rtstool
ln -sf $CINDER_VENV_DIR/bin/cinder-rtstool /usr/local/bin/cinder-rtstool