neutron/neutron/db/models
Henry Gessau 61cc14fd67 Switch to neutron-lib for model_base
Change-Id: If5b2b4cc0346515ddef3da1255ab49327c8e5732
2016-08-31 11:12:18 -04:00
..
plugins Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04: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 Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04:00
securitygroup.py Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04:00
subnet_service_type.py Switch to neutron-lib for model_base 2016-08-31 11:12:18 -04: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).