1947fd65d2
Rodolfo Alonso Hernandez
1947fd65d2
Implement Floating IP association logic only once
Implement the Floating IP association logic only in one single place, L3_NAT_dbonly_mixin._update_fip_assoc(). The dictionary returned will include a new key, "association_event", with values: - None: there is no association event. The internal port does not change. - True: a new internal port is added to the FIP register. An association event can imply a disassociation event if the FIP register had an existing internal port. - False: the previous internal port is removed and no one is added. Change-Id: I775aee178cf56f842b3c0a375eda01577840e227 Related-Bug: #1842327
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%