neutron/neutron/db/models
John Schwarz 013a48f49b Remove deprecation warnings for agents_db
Change I7be4ce2513e49e6da46a7bdffb8538613f0be7c7 relocated the Agent
model (and a few other functions), but some references to old
functions/model still remain. These cause a considerable amount of
warnings when running unit tests and the code itself.

Change-Id: Id026cae75bfa56b1023f8a1c4e5db750cf0bff5f
Partial-Bug: #1597913
2016-10-13 15:33:22 +00:00
..
plugins Relocate Geneve DB models 2016-09-29 15:48:31 -05:00
README Update README to reflect ML2 Exception in Dir Tree 2016-08-22 15:20:35 +00:00
__init__.py Add devref for Relocating DB models 2016-08-09 15:55:18 +02:00
address_scope.py Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04:00
agent.py Relocate Agent DB model 2016-10-07 14:18:19 -04:00
allowed_address_pair.py Add missing revision number altercations 2016-09-25 02:18:01 -07:00
dns.py Relocate DNS db models 2016-10-07 21:35:35 +00:00
dvr.py Relocate dvr model 2016-10-04 08:41:33 +00:00
external_net.py Relocate external network db models 2016-09-29 17:51:39 +00:00
flavor.py Relocate Flavor and ServiceProfile DB models 2016-10-05 08:15:20 -05:00
l3.py Remove deprecation warning for l3_agent_scheduler 2016-10-02 17:22:49 +03:00
l3_attrs.py Relocate Router Extra Attributes DB Model 2016-09-30 15:59:38 +00:00
l3agent.py Remove deprecation warnings for agents_db 2016-10-13 15:33:22 +00:00
l3ha.py Remove deprecation warnings for agents_db 2016-10-13 15:33:22 +00:00
metering.py Relocate Metering DB models 2016-09-28 17:30:39 +00:00
portbinding.py Relocate PortBindingPort DB Model 2016-09-22 19:35:03 +00:00
provisioning_block.py Relocate Provisioning Block DB Model 2016-09-27 04:30:03 +00:00
securitygroup.py Add common way to extend standard attribute models 2016-09-15 01:42:24 +00:00
segment.py Relocate Segment DB Models 2016-10-05 13:06:39 -05:00
servicetype.py Relocate ProviderResourceAssociation DB models 2016-09-29 08:33:56 -05:00
subnet_service_type.py Add missing revision number altercations 2016-09-25 02:18:01 -07:00
tag.py Relocate Tag DB model 2016-10-03 10:20:05 -05:00

README

This directory is designed to contain all SQLAlchemy models shipped with core
Neutron.

* The expected directory structure is flat, except for the ML2 plugins. All ML2
  plugin models should fall under the plugins subdirectory (i.e. plugins/ml2/gre_allocation).
* Module names should use singular forms for nouns (port.py, not ports.py).