]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update the configuration help for the OVS cleanup utility
authorGary Kotton <gkotton@redhat.com>
Wed, 26 Dec 2012 13:01:58 +0000 (13:01 +0000)
committerGary Kotton <gkotton@redhat.com>
Wed, 26 Dec 2012 13:01:58 +0000 (13:01 +0000)
Fixes the details of the deletion parameter.

Change-Id: Ia732e6012bc3eaf293697325d507ae8dfc007683

quantum/agent/ovs_cleanup_util.py

index 46bb3de7f6fe488f2c7b5f84bf0b4f89d8f22ec1..ac4f7ee5bb7c097620d41bb55aee12e5037de533 100644 (file)
@@ -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()