Update the configuration help for the OVS cleanup utility
Fixes the details of the deletion parameter. Change-Id: Ia732e6012bc3eaf293697325d507ae8dfc007683
This commit is contained in:
parent
f513b6326f
commit
5e4368b32f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user