Pass in the CD overcloud floating net details.

So you know, it works.

Change-Id: Ic46609ecfed89e4d46af7a1f361147c4dcbfe85d
This commit is contained in:
Robert Collins 2013-10-12 00:34:18 +13:00
parent 5ad729876b
commit 9ee32cb847
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ while true; do
source /opt/stack/tripleo-incubator/scripts/setup-env /opt/stack
source /root/stackrc
set +u
devtest_overcloud.sh vlan25 138.35.77.4/25 eth2 138.35.77.1
devtest_overcloud.sh vlan25 138.35.77.4/25 eth2 138.35.77.1 138.35.77.131 138.35.77.254 138.35.77.128/25
RESULT=$?
set -u
MSG=$(echo "************** overcloud complete status=$RESULT ************")