neutron/neutron
Rodolfo Alonso Hernandez 66fca96e52 Add qos_network_policy_id to Port OVO
Added field "qos_network_policy_id" to Port OVO. This parameter
will be used to retrieve the QoS policy bound to the port network.
This reduces the number of calls to the database by creating a join
between the QosNetworkPolicyBinding table and the Port table, based
on the network ID.

This backref association is not persistent (marked as "viewonly").
This relationship is using for loading the QoS policy ID of the
port network in the Port OVO.

Related-Bug: #1834484

Change-Id: I219a925d5e269b8c73a0481daa879d72c399fd8f
2019-07-01 11:11:31 +00:00
..
agent Read IP monitor changes in a parallel thread 2019-06-18 08:39:34 +00:00
api Merge "Optimize the code that fixes the race condition of DHCP agent." 2019-06-06 07:49:19 +00:00
cmd Add info about nf_conntrack_proto_gre when ovs fw is used 2019-05-10 15:41:29 +02:00
common use AuthenticIPNetwork and AuthenticEUI from neutron-lib 2019-06-25 08:47:48 -06:00
conf Add missing ws separator between words 2019-06-12 11:38:32 +08:00
core_extensions Switch to new engine facade for QoS 2019-05-28 08:11:35 +00:00
db Add qos_network_policy_id to Port OVO 2019-07-01 11:11:31 +00:00
debug Remove deprecated 'external_network_bridge' option 2019-03-09 22:07:38 +00:00
extensions use subnet_service_types extension from neutron-lib 2019-06-18 11:24:18 -06:00
hacking remove neutron.db.api references 2019-03-05 09:14:50 -07:00
ipam Allow first address in an IPv6 subnet as valid unicast 2019-05-21 16:31:18 +00:00
locale Imported Translations from Zanata 2018-03-03 06:08:46 +00:00
notifiers Notify ironic on port status changes 2019-05-27 13:38:42 +02:00
objects Add qos_network_policy_id to Port OVO 2019-07-01 11:11:31 +00:00
pecan_wsgi Use list instead of six.viewkeys to avoid py2 to py3 problems 2019-05-30 14:39:39 -04:00
plugins Merge "Fix update of network's segmentation id" 2019-06-26 20:58:10 +00:00
privileged Remove some synchronization decorators from ip_lib 2019-06-21 13:57:26 +00:00
quota Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
scheduler Switch to new engine facade for BaseResourceFilter 2019-06-22 15:24:43 +00:00
server Allow neutron-api load config from WSGI process 2018-07-25 15:22:14 +07:00
services Merge "segments: Fix resource provider inventories update" 2019-06-19 01:37:37 +00:00
tests Add qos_network_policy_id to Port OVO 2019-07-01 11:11:31 +00:00
__init__.py Fix incorrect usage of '# flake8: noqa' 2018-10-29 15:27:50 -04:00
_i18n.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
auth.py
manager.py Define dhcp_agents_per_network with min=1 2019-05-15 14:08:21 -04:00
neutron_plugin_base_v2.py Do not load default service plugins if core plugin is not DB based 2017-11-09 20:34:52 +00:00
opts.py Add fwaas_v2 log optional configuration in l3_agent.ini 2019-06-14 21:43:24 -04:00
policy.py Fix handling of network:shared field in policy module 2019-05-07 11:31:25 +02:00
service.py Merge "Change process name of neutron-server to match worker role" 2019-03-02 14:18:49 +00:00
version.py
worker.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
wsgi.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00