Revert "copy .stackenv to target"

This reverts commit 4075993fbb.

Change-Id: I2727a8df05d02881ed0a3b462eee802caefd27bd
This commit is contained in:
Vasyl Saienko 2017-04-25 07:48:09 +00:00
parent 4075993fbb
commit 18f304fab2
1 changed files with 0 additions and 3 deletions

View File

@ -237,9 +237,6 @@ if [[ "$RUN_BASE" == "True" ]]; then
cd $BASE_DEVSTACK_DIR
GIT_BASE=$GIT_BASE ./stack.sh
stop $STOP stack.sh 10
# copy over the base .stackenv to the target one so that openrc
# works as expected.
cp .stackenv $TARGET_DEVSTACK_DIR
echo_summary "Running post-stack.sh"
if [[ -e $GRENADE_DIR/post-stack.sh ]]; then