neutron/neutron/db/models
Manjeet Singh Bhatia 276015788a Relocate external network db models
This patch will relocate external network db models
and separate it from mixins for OVO implementation.

Change-Id: I83e2c7bbab3bd59cc9d2af71c66c0662c7724ecc
Partial-Bug: #1597913
2016-09-29 17:51:39 +00:00
..
plugins Relocate VxlanAllocation/VxlanEndpoints DB model 2016-09-22 16:28:52 +00: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
external_net.py Relocate external network db models 2016-09-29 17:51:39 +00:00
l3.py Relocate L3 DB Models 2016-09-27 16:58:55 +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
securitygroup.py Add common way to extend standard attribute models 2016-09-15 01:42:24 +00:00
subnet_service_type.py Add missing revision number altercations 2016-09-25 02:18:01 -07: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).