summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-04-03 12:57:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-03 12:57:41 +0000
commit418533f4c431a7435435e090a6a8415080556148 (patch)
treef8d4421135e2d97908c5d89f749d49d3810cabf4 /contrib
parentd970df54b78c5648a62711f9dbc42ec658baf05d (diff)
parent6afb7794346307c9f276b49796c43e99c4fba604 (diff)
Merge "Euphrates Docs update w odl scenario name cleanups"
Diffstat (limited to 'contrib')
-rw-r--r--contrib/simple_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/simple_deploy.sh b/contrib/simple_deploy.sh
index a9d1473a..f31db3e2 100644
--- a/contrib/simple_deploy.sh
+++ b/contrib/simple_deploy.sh
@@ -14,6 +14,6 @@ make overcloud-opendaylight
popd
pushd $apex_home/ci
echo "All further output will be piped to $PWD/nohup.out"
-(nohup ./deploy.sh -v -n $apex_home/config/network/network_settings.yaml -d $apex_home/config/deploy/os-odl_l3-nofeature-noha.yaml &)
+(nohup ./deploy.sh -v -n $apex_home/config/network/network_settings.yaml -d $apex_home/config/deploy/os-odl-nofeature-noha.yaml &)
tail -f nohup.out
popd