From 38751c0d706b9f8b9d2e4ae962cde686c8285b91 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Wed, 26 Dec 2012 13:01:58 +0000 Subject: [PATCH] Update the configuration help for the OVS cleanup utility Fixes the details of the deletion parameter. Change-Id: Ia732e6012bc3eaf293697325d507ae8dfc007683 --- quantum/agent/ovs_cleanup_util.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quantum/agent/ovs_cleanup_util.py b/quantum/agent/ovs_cleanup_util.py index 46bb3de7f..ac4f7ee5b 100644 --- a/quantum/agent/ovs_cleanup_util.py +++ b/quantum/agent/ovs_cleanup_util.py @@ -37,8 +37,9 @@ def setup_conf(): opts = [ cfg.BoolOpt('ovs_all_ports', default=False, - help='True deletes all ports on the bridge. False deletes ' - 'those created by Quantum.'), + help='True to delete all ports on all the OpenvSwitch ' + 'bridges. False to delete ports created by Quantum ' + 'on integration and external network bridges.') ] conf = cfg.CommonConfigOpts() -- 2.45.2