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 = [
|
opts = [
|
||||||
cfg.BoolOpt('ovs_all_ports',
|
cfg.BoolOpt('ovs_all_ports',
|
||||||
default=False,
|
default=False,
|
||||||
help='True deletes all ports on the bridge. False deletes '
|
help='True to delete all ports on all the OpenvSwitch '
|
||||||
'those created by Quantum.'),
|
'bridges. False to delete ports created by Quantum '
|
||||||
|
'on integration and external network bridges.')
|
||||||
]
|
]
|
||||||
|
|
||||||
conf = cfg.CommonConfigOpts()
|
conf = cfg.CommonConfigOpts()
|
||||||
|
Loading…
Reference in New Issue
Block a user