labs: don't source labs-openstackrc.sh

Setup_neutron_network.sh attempts to source a file that has been
renamed. Because the script doesn't need authentication, we can
just remove the reference to the file.

Change-Id: Ie5c1c6bf8bda87b0e7cca9ec92aa86c53e866ff4
This commit is contained in:
Roger Luethi 2014-08-25 15:56:06 +02:00
parent e15a4bdfa3
commit d158e36844

View File

@ -3,7 +3,6 @@ TOP_DIR=$(cd $(dirname "$0")/.. && pwd)
source "$TOP_DIR/config/paths"
source "$CONFIG_DIR/credentials"
source "$LIB_DIR/functions.guest"
source "$CONFIG_DIR/labs-openstackrc.sh"
exec_logfile
indicate_current_auto