Ihar Hrachyshka c62445d97a Expose register_objects function to register all known objects
This can be used directly instead of an ugly recursive import request.

Change-Id: I8fef9fcabc8e0d9f8ade8b41b788f1be71aa1c36
2017-03-15 04:33:56 +00:00
..
2016-12-22 13:25:50 +00:00
2017-03-07 17:05:33 +00:00
2017-01-05 16:59:36 -06:00
2017-01-19 19:25:01 +00:00
2017-03-07 20:03:30 +00:00
2017-01-02 12:45:13 +08:00
2017-03-07 23:06:00 +00:00

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