Update the configuration help for the OVS cleanup utility

Fixes the details of the deletion parameter.

Change-Id: Ia732e6012bc3eaf293697325d507ae8dfc007683
This commit is contained in:
Gary Kotton 2012-12-26 13:01:58 +00:00
parent 19d65cdfd5
commit 38751c0d70

View 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()