Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Sets correct MYSQL_HOST needed to run stack.sh
Browse files Browse the repository at this point in the history
Change-Id: I0bbb79551fd6fecb8a72688ed23da5223e333077
Closes-Bug: #1235037
  • Loading branch information
metral committed Oct 4, 2013
1 parent 9c7ea1c commit 82df245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/redstack
Expand Up @@ -325,6 +325,7 @@ function run_devstack() {
eval echo "\"$(cat $REDSTACK_SCRIPTS/vagrant.rc)\"" >> localrc
fi

export MYSQL_HOST=localhost
./stack.sh
popd
}
Expand Down Expand Up @@ -493,6 +494,7 @@ function cmd_test_init() {
function cmd_initialize() {
exclaim '(Re)Initializing Trove...'
pushd $PATH_DEVSTACK_SRC
export MYSQL_HOST=localhost
./unstack.sh
./stack.sh
popd
Expand Down

0 comments on commit 82df245

Please sign in to comment.