changes for config subsystem - BUG 754 18/6218/1
authorMichal Rehak <mirehak@cisco.com>
Mon, 14 Apr 2014 16:35:03 +0000 (18:35 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Tue, 15 Apr 2014 15:55:58 +0000 (15:55 +0000)
commita79d79410c818ec7bd97877722316661873e9318
tree67a8dd9c3f0c9bcf7de1e589ba75826a243a5a54
parent4e488b57e1e4cc24219be5bccdefe3a72d7bdd4c
changes for config subsystem - BUG 754

integration - issue with initialization pending
added sal generator
changed SPI - SwitchConnectionProvider has 1:1 bound with ServerFacade
extended yang model of SwitchConnectionProvider configuration
restored exported packages for osgi
restored documentation generator
changed API in order to use ListenableFuture instead of plain Future

Change-Id: Ic21e3a0c1fd64584d98485567c26095674291548
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
Signed-off-by: Michal Rehak <mirehak@cisco.com>
(cherry picked from commit cbe4871cddf78adab335b5270269b6e704eb8bf9)
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/Activator.java [deleted file]
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/SwitchConnectionProviderImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/_switch/connection/provider/impl/rev140328/SwitchConnectionProviderModule.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/_switch/connection/provider/impl/rev140328/SwitchConnectionProviderModuleFactory.java [new file with mode: 0644]
openflow-protocol-impl/src/main/yang/openflow-switch-connection-provider-impl.yang [new file with mode: 0644]
openflow-protocol-impl/src/main/yang/openflow-switch-connection-provider.yang [new file with mode: 0644]
openflow-protocol-it/src/test/java/org/opendaylight/openflowjava/protocol/impl/integration/IntegrationTest.java
openflow-protocol-spi/src/main/java/org/opendaylight/openflowjava/protocol/spi/connection/SwitchConnectionProvider.java
pom.xml