neutron/neutron/db
Kyle Mestery 724c78071d Restructure agent code in preparation for decomp
This commit moves the L2 agents (Linuxbridge and OVS) into the
ML2 directory, while at the same time also moving the ML2 server
bits into toplevel directories. It also moves the configuration
files and unit tests. We also move the l2pop RPC mixin while
here as well.

DocImpact
UpgradeImpact

Partially-Implements: blueprint reference-implementation-split
Partial-Bug: #1468433
Closes-Bug: #1427317
Change-Id: If6feca7b7a6bdd6c3c6feb929fa26fb4b1f72770
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-06-26 15:06:49 +00:00
..
metering Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
migration Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
agents_db.py Use correct time delta function 2015-05-28 17:01:47 -07:00
agentschedulers_db.py Skip rescheduling networks if no DHCP agents available 2015-06-15 05:42:59 +04:00
allowedaddresspairs_db.py Allowed address pair: Removing check for overlap with fixed ips 2014-06-12 09:43:09 +08:00
api.py Add use_slave DB api support 2015-04-22 08:58:02 -04:00
common_db_mixin.py Merge "Add a non-mixin function for model queries" 2015-06-05 13:02:35 +00:00
db_base_plugin_common.py Refactor update_port in db_base_plugin_v2 2015-06-15 17:26:17 +00:00
db_base_plugin_v2.py Merge "Switch to oslo_utils.uuidutils" 2015-06-25 22:53:39 +00:00
dvr_mac_db.py Replace custom method call logger with oslo.log helper 2015-04-20 15:16:54 +00:00
external_net_db.py ml2: remove stale _filter_nets_l3 in get_networks 2015-01-20 15:13:20 -08:00
extradhcpopt_db.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
extraroute_db.py Strip unnecessary overrides in extraroute_db mixin 2015-04-17 04:18:56 -07:00
ipam_backend_mixin.py Bulk move methods to ipam_backend_mixin.py 2015-06-23 10:49:00 +00:00
ipam_non_pluggable_backend.py Decompose create_port and save_subnet 2015-06-22 08:06:03 +00:00
l3_agentschedulers_db.py Merge "Python3: use six.iteritems() instead of dict.iteritems()" 2015-06-03 15:17:08 +00:00
l3_attrs_db.py Add L3 VRRP HA base classes 2014-09-10 12:06:13 +00:00
l3_db.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
l3_dvr_db.py Python 3: use six.string_types instead of basestring 2015-05-21 04:03:17 +02:00
l3_dvrscheduler_db.py Don't delete DVR namespace if there are still ports on this node 2015-06-19 14:17:05 +08:00
l3_gwmode_db.py Allow to define enable_snat default value 2015-05-07 00:10:50 +02:00
l3_hamode_db.py Merge "Not creating HA router when not enough l3 agents" 2015-04-28 07:30:22 +00:00
l3_hascheduler_db.py Expose ha_state per router to agent binding via API 2015-03-23 17:56:36 -04:00
model_base.py Python 3: use next() instead of iterator.next() 2015-06-09 20:26:09 +02:00
models_v2.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
netmtu_db.py Move network MTU from core REST API to extension API 2015-04-02 12:48:56 -04:00
portbindings_base.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
portbindings_db.py Remove unnecessary 'IN vs ==' sql query branches 2015-03-21 09:39:06 -07:00
portsecurity_db.py Merge "Add portsecurity extension support" 2015-03-18 16:48:40 +00:00
portsecurity_db_common.py Add portsecurity extension support 2015-03-17 05:13:04 +08:00
quota_db.py Quota model: use HasTenantId mixin 2015-04-16 12:12:47 -07:00
securitygroups_db.py Merge "Switch to oslo_utils.uuidutils" 2015-06-25 22:53:39 +00:00
securitygroups_rpc_base.py Fix callback registry notification for security group rule 2015-06-22 17:19:44 +03:00
servicetype_db.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
sqlalchemyutils.py Python 3: Use six.moves.range 2015-05-19 17:32:17 +02:00
vlantransparent_db.py Moving VLAN Transparency support from core to extension 2015-04-08 08:35:13 -07:00