From: Gary Kotton Date: Wed, 26 Dec 2012 13:01:58 +0000 (+0000) Subject: Update the configuration help for the OVS cleanup utility X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=38751c0d706b9f8b9d2e4ae962cde686c8285b91;p=openstack-build%2Fneutron-build.git Update the configuration help for the OVS cleanup utility Fixes the details of the deletion parameter. Change-Id: Ia732e6012bc3eaf293697325d507ae8dfc007683 --- 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()