neutron/neutron/objects/port
Ihar Hrachyshka 7c0f189309 models: move AllowedAddressPair model under neutron/db/models
This patch moves the module into the canonical place. It does it in
backwards compatible way, by leaving the model available under the old
location, only emitting a deprecation warning on access from there. In
the future, the old module will be completely cleaned up.

This patch also makes head.py file that is used to import and register
all models in the tree to import everything from under neutron.db.models
without explicitly naming each module. In that way, we can avoid the
need to import each new module with models as long as it's located in
the designated place. The file is a well known abuser in terms of git
conflicts, and it's better to avoid manual work.

Change-Id: I084031e6b3c8d9113cc6ee6e3967f0e1edaee0b5
Partial-Bug: #1597913
2016-08-12 12:27:06 +00:00
..
extensions models: move AllowedAddressPair model under neutron/db/models 2016-08-12 12:27:06 +00:00
__init__.py objects: introduce object for extra dhcp options 2016-03-20 17:58:16 +00:00