summaryrefslogtreecommitdiffstats
path: root/networking-odl/etc
diff options
context:
space:
mode:
authorWojciech Dec <wdec@cisco.com>2016-08-17 13:14:23 +0200
committerWojciech Dec <wdec@cisco.com>2016-08-17 13:14:23 +0200
commit4979a23b8b2c0094ced98cf05eebb692d6609937 (patch)
treec49ceeb5b127fdb0e10c0f5ac0516be96cbd31a9 /networking-odl/etc
parentc3b2c2a9a22bac5cf17813c589444d3abebaa23b (diff)
Correcting networking-odl to mitaka/stable + app topology patch
Change-Id: Iddcd8dda2d49fcdd8e0f37a1d052a6fa8a24b035 Signed-off-by: Wojciech Dec <wdec@cisco.com>
Diffstat (limited to 'networking-odl/etc')
-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