Bug 2192 - Part2 - Move getProperty() to a common util module
authorFlavio Fernandes <ffernand@redhat.com>
Wed, 22 Oct 2014 21:07:34 +0000 (17:07 -0400)
committerFlavio Fernandes <ffernand@redhat.com>
Thu, 23 Oct 2014 21:59:39 +0000 (17:59 -0400)
commit307845cf5a5e17f2eb580764df53483bd425d051
tree46da84b39269a773621ed1c042f3603964af8b2f
parent0486b1a57ed2237c407f39ae161f7a531679775f
Bug 2192 - Part2 - Move getProperty() to a common util module

With this change, the calls to obtain non-default configurations for OVSDB
have been moved to a single function.

Patch 2: Rename utils.common to utils.config
         Remove utils.config dependency from common/parent/pom.xml (not needed by all)

Change-Id: Ibf7e1ee2747c5cafc59da97b5f1f8a4390d95ca2
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
14 files changed:
README
commons/parent/pom.xml
openstack/net-virt-providers/pom.xml
openstack/net-virt/pom.xml
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/ConfigurationServiceImpl.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/NeutronL3Adapter.java
ovs-sfc/pom.xml
plugin/pom.xml
plugin/src/main/java/org/opendaylight/ovsdb/plugin/OvsVswitchdSchemaConstants.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsVswitchdSchemaConstants.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConfigurationServiceImpl.java
pom.xml
utils/config/pom.xml [new file with mode: 0644]
utils/config/src/main/java/org/opendaylight/ovsdb/utils/config/ConfigProperties.java [new file with mode: 0644]