Browse code

Merge "fix typo in running opendaylight command"

Jenkins authored on 2014/03/21 23:43:15
Showing 1 changed files
... ...
@@ -134,7 +134,7 @@ function start_opendaylight {
134 134
     # The flags to ODL have the following meaning:
135 135
     #   -of13: runs ODL using OpenFlow 1.3 protocol support.
136 136
     #   -virt ovsdb: Runs ODL in "virtualization" mode with OVSDB support
137
-    screen_it odl-server "cd $ODL_DIR/opendaylight && JAVE_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb"
137
+    screen_it odl-server "cd $ODL_DIR/opendaylight && JAVA_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb"
138 138
 
139 139
     # Sleep a bit to let OpenDaylight finish starting up
140 140
     sleep $ODL_BOOT_WAIT