Skip to content

Commit

Permalink
No longer source undercloudrc
Browse files Browse the repository at this point in the history
Since we no longer build the overcloud on top of the undercloud, we no
longer to source the undercloudrc, which is pointless since we're about
to exit when we source it.

Change-Id: If2eb1807694bab1b5d7e3ea77a9ef64f96a938b4
  • Loading branch information
s-t-e-v-e-n-k committed Mar 27, 2014
1 parent 5223ec2 commit 71f2407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toci_devtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export no_proxy=${no_proxy:-},192.0.2.1
source $TRIPLEO_ROOT/tripleo-incubator/seedrc
if [ "undercloud" = "$TRIPLEO_TEST" ]; then
devtest_undercloud.sh $TE_DATAFILE
source $TRIPLEO_ROOT/tripleo-incubator/undercloudrc
fi
if [ "overcloud" = "$TRIPLEO_TEST" ]; then
# Register more nodes with the seed.
Expand Down

0 comments on commit 71f2407

Please sign in to comment.