Patch to fix VTN after OVSDB changed Neutron artifact name
authorLuis Gomez <ecelgp@gmail.com>
Sat, 9 Aug 2014 02:48:21 +0000 (19:48 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 9 Aug 2014 02:48:21 +0000 (19:48 -0700)
Change-Id: I92d9c8ec1c1b224a4911c73a959e5b2e0a516487
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
distributions/virtualization/src/assemble/resources/run.sh

index 3066de441144f39d3671768314e0552634cd955f..d40f5391f0f96acfc7e93c8a93c938f58fdf47b3 100755 (executable)
@@ -34,7 +34,7 @@ else
     elif [ "${virt}" == "opendove" ]; then
         ODL_VIRT_FILTER="ovsdb|vtn"
     elif [ "${virt}" == "vtn" ]; then
-        ODL_VIRT_FILTER="opendove|ovsdb.neutron|controller.(arphandler|samples)"
+        ODL_VIRT_FILTER="opendove|ovsdb.openstack|controller.(arphandler|samples)"
     else
         usage
     fi