Files
neutron/neutron/objects
Kailun Qin 563a536d02 Support Network Segment Range CRUD as extensions
This patch adds the support for network segment range CRUD. Subsequent
patches will be added to use this network segment range on segment
allocation if this extension is loaded.

Changes include:
- an API extension which exposes the segment range to be administered;
- standard attributes with tagging support for the new resource;
- a new service plugin "network_segment_range" for the feature
  enabling/disabling;
- a new network segment range DB table model along with operation
  logic;
- Oslo Versioned Objects for network segment range data model;
- policy-in-code support for network segment range.

Co-authored-by: Allain Legacy <Allain.legacy@windriver.com>

Partially-implements: blueprint network-segment-range-management
Change-Id: I75814e50b2c9402fe6776229d469745d7a72290b
2019-03-07 08:20:30 +00:00
..
2017-11-22 17:44:22 +01:00
2017-11-22 17:44:22 +01:00
2018-11-29 19:33:16 +00:00
2019-02-01 14:35:00 -07:00
2019-02-21 13:45:15 +01:00
2017-11-22 17:44:22 +01:00
2017-12-04 19:30:02 +09:00
2017-11-22 17:44:22 +01:00
2017-11-22 17:44:22 +01:00
2017-11-22 17:44:22 +01:00
2017-11-22 17:44:22 +01:00
2018-02-08 14:42:29 +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).