Set default edition for rpm installs to be the Base edition.
authorSam Hague <shague@redhat.com>
Thu, 13 Feb 2014 21:32:12 +0000 (16:32 -0500)
committerSam Hague <shague@redhat.com>
Thu, 13 Feb 2014 21:32:12 +0000 (16:32 -0500)
Change-Id: I695d944b247dd566e838aa6b37c95989ded3b6fd
Signed-off-by: Sam Hague <shague@redhat.com>
packaging/rpm/opendaylight-controller.sysconfig

index b6b550df40d9c9e9693371e112100d50948f577c..9a6a2f0ad6473203f4565d171ced8f60b2af020f 100644 (file)
@@ -15,8 +15,8 @@ ODL_DATADIR=/var/lib/opendaylight-controller
 # virtualization opendove  virt-opendove
 # virtualization affinity  virt-affinity
 # service provider         sp
-ODL_DIST="virt-ovsdb"
+ODL_DIST="base"
 
 # Any additional options required.
 # I.E. -of13, -debug, or -console
-ODL_OPTS="-of13"
\ No newline at end of file
+ODL_OPTS=""
\ No newline at end of file