Cleanup switch certificate chain handling
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / configuration / ConfigurationProperty.java
index 2b39f24ab72aa1b78af3669889f30e34d030756b..4a5a58a563fd8e18f05403d30bd908611e7b7ecd 100644 (file)
@@ -123,12 +123,7 @@ public enum ConfigurationProperty {
     /**
      * Delay for Device removal from Operational DataStore.
      */
-    DEVICE_DATASTORE_REMOVAL_DELAY,
-    /**
-     * Enable or disable customtrustmanager which adds switch certificate attributes to TLS
-     * failure notification property type.
-     */
-    ENABLE_CUSTOM_TRUST_MANAGER;
+    DEVICE_DATASTORE_REMOVAL_DELAY;
 
     private static final Map<String, ConfigurationProperty> KEY_VALUE_MAP;