Go to file
Oleg Bondarev fd8b88ef54 Do a quick FIP check on port delete
Get FloatingIP object results in a quite heavy DB request.
On port delete it's in fact done 2 times: lines 1628
and 1635 in current patch's l3_db.py (please see diff).

A simple and quick check at the beginning significantly
improves performance for deleting ports not associated with
floating IPs, which seems the most common case.

Also add the check to _get_floatingips_by_port_id() to improve
performance of create and update ports not associated with
floating IPs. For associated ports the overhead should be
negligible.

Change-Id: Iab3e242b297f8484c120c8999155abd908cf6d6e
2021-06-05 05:17:31 +00:00
2016-06-28 22:46:19 +02:00
2021-04-27 15:56:43 +00:00
2021-05-18 14:13:31 +00:00
2016-10-17 17:06:19 +05:30
2019-04-19 19:38:27 +00:00
2014-05-16 13:40:04 -04:00
2020-07-28 16:55:52 +00:00
2020-07-28 16:55:52 +00:00
2021-01-24 17:18:55 +02:00
2017-03-04 11:19:58 +00:00
2021-05-21 08:06:40 +00:00

OpenStack Neutron

image

Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).

To learn more about neutron:

Get in touch via email. Use [Neutron] in your subject.

To learn how to contribute, please read the CONTRIBUTING.rst file.

Description
OpenStack Networking (Neutron)
Readme 1 GiB
Languages
Python 99.7%
Shell 0.3%