Files
neutron/neutron/objects
Rodolfo Alonso Hernandez b7b7a31472 Add a detailed debug message in case of segment allocation fail
Added an extra detailed message in case of error in the partial segment
allocation fail. This message should not be present in production. This
message should help in the debugging of the related bug.

Related-Bug: #2086602
Change-Id: I49b6e5f3be86c19e0a9e657ee6fe5f61c3b81bb3
2024-12-06 12:35:45 +00:00
..
2024-10-25 14:32:16 -04:00
2024-10-25 14:32:16 -04:00
2024-11-15 11:44:27 -05:00
2024-10-25 14:32:16 -04:00
2024-11-15 11:44:27 -05:00
2024-10-25 14:32:16 -04:00
2024-10-25 14:32:16 -04:00
2024-10-25 14:32:16 -04:00
2024-10-25 14:32:16 -04:00
2024-10-25 14:32:16 -04:00
2024-10-25 14:32:16 -04:00
2024-11-15 11:44:27 -05:00
2024-10-25 14:32:16 -04:00
2024-10-25 14:32:16 -04:00
2024-10-01 11:18:46 -04:00
2024-10-25 14:32:16 -04:00
2021-09-15 09:19:26 +00:00
2024-11-26 07:13:34 +00:00
2024-10-25 14:32:16 -04:00
2021-09-15 09:19:26 +00:00
2024-11-05 17:12:22 -05: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).