neutron/neutron/objects
Jenkins 12f1827f5d Merge "OVO for Router Route" 2016-10-14 17:35:11 +00:00
..
db Introduce ovo objects for ports 2016-09-28 20:46:19 +00:00
extensions Introduce ovo objects for ports 2016-09-28 20:46:19 +00:00
port Introduce ovo objects for ports 2016-09-28 20:46:19 +00:00
qos Merge "Prevent use filter(lambda obj: test(obj), data)" 2016-09-14 15:45:35 +00:00
README.rst Objects: Add README for neutron/objects directory tree 2016-10-07 15:12:20 +00:00
__init__.py First QoS versioned objects, ever 2015-07-02 09:21:45 +03:00
address_scope.py Relocate AddressScope DB model 2016-08-17 14:43:44 -07:00
base.py Extend project_id in object dicts (Newton only) 2016-10-11 13:25:11 -04:00
common_types.py Introduce ovo objects for ports 2016-09-28 20:46:19 +00:00
network.py Relocate Segment DB Models 2016-10-05 13:06:39 -05:00
ports.py Relocate DNS db models 2016-10-07 21:35:35 +00:00
rbac_db.py objects: expose database model for NeutronDbObject instances 2016-09-10 03:53:17 +00:00
router.py OVO for Router Route 2016-10-10 09:37:08 -05:00
securitygroup.py objects: remove support for multiple db models in from_db_object 2016-08-29 17:28:46 +00:00
subnet.py Make optional the validation of filters 2016-09-09 19:30:30 +00:00
subnetpool.py Merge "objects: expose database model for NeutronDbObject instances" 2016-09-14 11:43:03 +00:00
trunk.py Implement state management for trunks 2016-08-30 13:12:55 -07:00
utils.py objects: introduce a util function to handle tenant_id filter 2016-08-03 08:42:38 +00:00

README.rst

Neutron Objects

Directory

This directory is designed to contain all modules which have objects definitions shipped with core Neutron. The files and directories located inside of this directory should follow the guidelines below.

Structure

The Neutron objects tree should have the following structure:

  • The expected directory structure is flat, except for the ML2 plugins. All ML2 plugin objects should fall under the plugins subdirectory (i.e. plugins/ml2/gre_allocation).
  • Module names should use singular forms for nouns (network.py, not networks.py).