Merge "Add blacklist capability to yang-store-impl."
authorEd Warnicke <eaw@cisco.com>
Wed, 20 Nov 2013 09:50:37 +0000 (09:50 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 20 Nov 2013 09:50:37 +0000 (09:50 +0000)
1  2 
opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini

index 817a300545454e076b44fc984c74b52fbaf768a3,8347bf1e447eef876f3941e71ffc2af4c8890254..dacdd2546ef235fda3453c10d522294b297348a0
@@@ -14,7 -14,7 +14,7 @@@ osgi.bundles=
      reference\:file\:../lib/jersey-server-1.17.jar@2:start
  
  # Netconf startup configuration
 -netconf.tcp.address=127.0.0.1
 +netconf.tcp.address=0.0.0.0
  netconf.tcp.port=8383
  
  #netconf.tls.address=127.0.0.1
@@@ -23,6 -23,7 +23,7 @@@
  #netconf.tls.keystore.password=
  
  netconf.config.persister.storageAdapterClass=org.opendaylight.controller.netconf.persist.impl.NoOpStorageAdapter
+ yangstore.blacklist=.*controller.model.*
  
  # Set Default start level for framework
  osgi.bundles.defaultStartLevel=4