Remove bin/ scripts support from in-tree devstack plugin

We're only using scripts exposed using console scripts in setup.cfg

Change-Id: I613967c2d42c2b1cf3ebbad49cb02437b0d2b4ee
This commit is contained in:
Sergey Lukjanov 2015-07-02 13:09:25 +03:00
parent 54e12d0f0c
commit 3c7e55eb07

View File

@ -22,12 +22,7 @@ SAHARA_AUTH_CACHE_DIR=${SAHARA_AUTH_CACHE_DIR:-/var/cache/sahara}
SAHARA_ENABLED_PLUGINS=${SAHARA_ENABLED_PLUGINS:-vanilla,hdp,cdh,spark,fake}
# Support entry points installation of console scripts
if [[ -d $SAHARA_DIR/bin ]]; then
SAHARA_BIN_DIR=$SAHARA_DIR/bin
else
SAHARA_BIN_DIR=$(get_python_exec_prefix)
fi
SAHARA_BIN_DIR=$(get_python_exec_prefix)
# Tell Tempest this project is present
TEMPEST_SERVICES+=,sahara