AllowedAddressPairsDriver[source]¶Bases: octavia.network.drivers.neutron.base.BaseNeutronDriver
deallocate_vip(vip)[source]¶Delete the vrrp_port (instance port) in case nova didn’t
This can happen if a failover has occurred.
wait_for_port_detach(amphora)[source]¶Waits for the amphora ports device_id to be unset.
This method waits for the ports on an amphora device_id parameter to be ‘’ or None which signifies that nova has finished detaching the port from the instance.
| Parameters: | amphora – Amphora to wait for ports to detach. |
|---|---|
| Returns: | None |
| Raises: |
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.