neutron/neutron/services
Manjeet Singh Bhatia 2b66c6a2ed Relocate L3 DB Models
As we have started oslo versioned objects implementations. There
would be issue of cyclic import while implementation for objects
which have db models definitions and mixins in same file. This patch
will move routers models as discussed in [1].

For example DNS models and some queries are in same file [2]. for object
implementation I have separate models definitions and mixins where
queries were being done [3].

[1]. https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg88910.html
[2]. https://review.openstack.org/#/c/334695/15/neutron/db/dns_db.py
[3]. https://review.openstack.org/#/c/334695/15/neutron/db/models/dns_models.py

Change-Id: I9b9a44da5d28252be58cea1a920a64e18d8bbf32
Partial-Bug: #1597913
2016-09-27 16:58:55 +00:00
..
auto_allocate Merge "Demote error trace to debug level for auto allocation operations" 2016-09-16 21:14:02 +00:00
externaldns Refactoring config options for services opts 2016-08-11 01:21:41 +00:00
flavors Make service plugins' get_plugin_type classmethods 2016-06-07 15:33:07 -05:00
l3_router Relocate L3 DB Models 2016-09-27 16:58:55 +00:00
metering Preventing iptables rule to be thrashed 2016-09-13 12:24:17 -04:00
network_ip_availability Make service plugins' get_plugin_type classmethods 2016-06-07 15:33:07 -05:00
qos Add QoS minimum bandwidth rule for instance egress traffic 2016-08-27 17:08:18 +00:00
rbac Neutron RBAC API and network support 2015-08-20 20:00:17 -07:00
revisions Add common way to extend standard attribute models 2016-09-15 01:42:24 +00:00
segments Mark unaddressed ports with none in ip_allocation field 2016-09-09 12:43:35 -06:00
tag Remove unused LOG 2016-07-05 15:22:13 +08:00
timestamp Add common way to extend standard attribute models 2016-09-15 01:42:24 +00:00
trunk Update trunk metadata during wire/unwire operations 2016-09-21 22:17:04 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
provider_configuration.py Fix deprecation warnings 2016-08-26 22:16:06 -04:00
service_base.py Adding the appropriate log hints where needed 2016-06-30 07:35:24 +00:00