neutron/neutron/objects
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
..
db objects: introduce count() API to count matching objects 2016-08-03 16:59:50 +02:00
extensions Merge "objects: introduce NetworkPortSecurity object" 2016-07-22 22:19:46 +00:00
network objects: introduce NetworkPortSecurity object 2016-06-27 18:35:47 +02:00
port models: move AllowedAddressPair model under neutron/db/models 2016-08-12 12:27:06 +00:00
qos Add object versioning to QoS DSCP. 2016-07-12 11:11:11 +01:00
__init__.py First QoS versioned objects, ever 2015-07-02 09:21:45 +03:00
address_scope.py Use StringField for tenant_id fields 2016-06-11 14:42:48 -07:00
base.py objects: introduce count() API to count matching objects 2016-08-03 16:59:50 +02:00
common_types.py Use IPv[46]_BITS instead of IPV[46]_MAX_PREFIXLEN 2016-06-02 10:42:28 -07:00
rbac_db.py objects: Add RBAC to Subnet OVO 2016-07-14 09:26:11 +02:00
subnet.py Merge "objects: forbid updates for project_id field for subnets" 2016-08-03 20:13:07 +00:00
subnetpool.py objects: Convert filters to string for list values. 2016-07-15 15:35:16 +02:00
trunk.py Introduce state management for trunk resources 2016-08-03 18:46:35 -07:00