This Page

The quantum.agent.ovs_cleanup_util Module

quantum.agent.ovs_cleanup_util.collect_quantum_ports(bridges, root_helper)

Collect ports created by Quantum from OVS

quantum.agent.ovs_cleanup_util.delete_quantum_ports(ports, root_helper)

Delete non-internal ports created by Quantum

Non-internal OVS ports need to be removed manually.

quantum.agent.ovs_cleanup_util.main()

Main method for cleaning up OVS bridges.

The utility cleans up the integration bridges used by Quantum.

quantum.agent.ovs_cleanup_util.setup_conf()

Setup the cfg for the clean up utility.

Use separate setup_conf for the utility because there are many options from the main config that do not apply during clean-up.