neutron/neutron/db/models
Victor Morales fc93f7fcdb Relocate Flavor and ServiceProfile DB models
This patch will separate flavor and service profile db models from
mixins for Oslo-Versioned Objects implementation work.

Change-Id: Ia35d24c075dc716e44fbf8a9b6a2ebb0297e7aa9
Partial-Bug: #1597913
2016-10-05 08:15:20 -05: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
allowed_address_pair.py Add missing revision number altercations 2016-09-25 02:18:01 -07: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 Relocate RouterL3AgentBinding DB model 2016-09-28 09:20:27 -05:00
l3ha.py Relocate L3HARouter DB model 2016-10-03 11:48:17 -05: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 SegmentHostMapping DB model 2016-09-30 12:59:29 -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).