Use config for southbound (take 2) 78/27578/9
authorStephen Kitt <skitt@redhat.com>
Wed, 23 Sep 2015 16:25:39 +0000 (18:25 +0200)
committerSam Hague <shague@redhat.com>
Fri, 23 Oct 2015 21:14:06 +0000 (21:14 +0000)
commit701a835f2b19b38b1e2c0d293735da03a4d369b1
tree8d0988e24bd302da19d593ab4441b55aacc4ea7f
parent2879a0d92ef3001c6206b9edb47cbf0381d02b44
Use config for southbound (take 2)

Remove unused/commented code
ConfigActivator is gone completely.
The multi-threading tests in SouthboundIT are limited to a single
thread to get the tests to pass for now (we need to handle
connections/disconnections properly).

Change-Id: I544a2d4f802c1ccdfe9593a0722ad0e0c8f27139
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
13 files changed:
library/impl/pom.xml
library/impl/src/main/config/default-config.xml
library/impl/src/main/java/org/opendaylight/ovsdb/lib/ConfigActivator.java [deleted file]
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/LibraryProvider.java
library/impl/src/main/yang/library-impl.yang
southbound/southbound-features/pom.xml
southbound/southbound-features/src/main/features/features.xml
southbound/southbound-impl/pom.xml
southbound/southbound-impl/src/main/config/default-config.xml
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java
southbound/southbound-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/southbound/impl/rev141210/SouthboundImplModule.java
southbound/southbound-impl/src/main/yang/southbound-impl.yang
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/SouthboundIT.java