Rodolfo Alonso Hernandez dc655cabcb Remove OVO unneeded compatibility conversions
OVOs and commit introducing the removed conversion:
- PortDNS:
  * https://review.opendev.org/#/c/457035/: included in Pike
- Port:
  * https://review.opendev.org/#/c/465423/: included in Pike
- Trunk:
  * https://review.opendev.org/#/c/382659/: included in Ocata
- QosRuleType:
  * https://review.opendev.org/#/c/475260/: included in Pike

Change-Id: I9353fa1b660212f244abf74921ebc90f0a2333b7
Related-Bug: #1828437
2020-06-03 17:15:31 +00:00
..
2020-05-21 14:41:18 -04:00
2020-05-21 14:41:18 -04:00
2020-05-21 14:41:18 -04:00
2019-03-12 21:22:33 +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).