neutron/neutron/db/models/README
Ankur Gupta d6adffa59b Update README to reflect ML2 Exception in Dir Tree
Will place all ML2 related plugins into its own directory.
Updated README to reflect the exception for ML2.

Change-Id: Ibf5a827e70ac6c6079f68f3a93fcd3de21bd7934
2016-08-22 15:20:35 +00:00

7 lines
338 B
Plaintext

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).