removing ovsdb-all feature
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 16 Feb 2016 21:48:45 +0000 (13:48 -0800)
committerStephen Kitt <skitt@redhat.com>
Wed, 17 Feb 2016 08:38:23 +0000 (08:38 +0000)
- from the looks of the featuretree graph [0] it seems that
  ovsdb-all is not providing any benefit and probably would
  confuse an end-user, since all it would install is the
  ovsdb-library, which is pulled in by other features as
  needed.

[0]  https://wiki.opendaylight.org/view/OVSDB_Integration/FeatureTree

Change-Id: I968f33f64f8683d00d9a49904e2aa74795267308
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
features/src/main/features/features.xml

index ea488c2c51e51635e98903f9fc9e5c4207cba80c..1e5fc8c5fb8a0b2793c442629a427d573884d7ba 100644 (file)
   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features</repository>
 
-  <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all"
-           version='${project.version}'>
-    <feature version="${project.version}">odl-ovsdb-library</feature>
-  </feature>
-
   <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch"
            version='${project.version}'>
     <feature version="${project.version}">odl-ovsdb-library</feature>