Improve ovs cleanup utility help

Fixed a couple of things for ovs_all_ports=False.
First state that it also cleans up ports created by Nova.
Second since [1] it only cleans up the integration bridge.

[1] https://opendev.org/openstack/neutron/commit/b09b4460

Change-Id: I41dda554e8cb4b4ca36515d64f17ad5bf52f3b49
Closes-Bug: #1853582
This commit is contained in:
Darragh O'Reilly 2019-12-05 10:35:35 +00:00
parent 4b7c2dceb4
commit 4075db5fd0
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ ovs_opts = [
default=False,
help=_('True to delete all ports on all the OpenvSwitch '
'bridges. False to delete ports created by '
'Neutron on integration and external network '
'bridges.'))
'Neutron and Nova on the integration bridge.'))
]