zhanghao2 2c83e07509 Fix objname error in QosPolicy
This patch fixes objname error in class QosPolicy.

Change-Id: Idc67b2d8f7cca19f59f39b9c884d8cec2c12e867
Closes-Bug: #1843368
2019-08-13 17:13:09 -04:00
..
2017-11-22 17:44:22 +01:00
2019-08-13 17:13:09 -04: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
2019-04-04 14:10:26 -06: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).