summaryrefslogtreecommitdiffstats
path: root/networking-odl/etc/neutron/plugins/ml2/ml2_conf_odl.ini
diff options
context:
space:
mode:
Diffstat (limited to 'networking-odl/etc/neutron/plugins/ml2/ml2_conf_odl.ini')
-rw-r--r--networking-odl/etc/neutron/plugins/ml2/ml2_conf_odl.ini19
1 files changed, 0 insertions, 19 deletions
diff --git a/networking-odl/etc/neutron/plugins/ml2/ml2_conf_odl.ini b/networking-odl/etc/neutron/plugins/ml2/ml2_conf_odl.ini
index 8218073..b70ac8b 100644
--- a/networking-odl/etc/neutron/plugins/ml2/ml2_conf_odl.ini
+++ b/networking-odl/etc/neutron/plugins/ml2/ml2_conf_odl.ini
@@ -40,22 +40,3 @@
#
# retry_count = 5
# Example: retry_count = 5
-
-# (IntOpt) (V2 driver) Journal maintenance operations interval in seconds.
-#
-# maintenance_interval = 300
-# Example: maintenance_interval = 30
-
-# (IntOpt) (V2 driver) Time to keep completed rows in seconds.
-# Completed rows retention will be checked every maintenance_interval by the
-# cleanup thread.
-# To disable completed rows deletion value should be -1
-#
-# completed_rows_retention = 600
-# Example: completed_rows_retention = 30
-
-# (IntOpt) (V2 driver) Timeout in seconds to wait before marking a processing
-# row back to pending state.
-#
-# processing_timeout = 100
-# Example: maintenance_interval = 200