
In the case of having a port attached to a router but the routerport register is missing (as seen in the bug reported), this patch retrieves the full list of ports attached to a router, filtering by router ID and network ID or port ID. In case of having a port attached to this router with missing routerport register, a warning message is logged. Closes-Bug: #1842937 Change-Id: I93f35eade6aa081160902d9d47278123815c04d1 (cherry picked from commit c952b5960001faf98186b630fde75deafe5a7b8f) (cherry picked from commit e5650d19bf6ccb87dd7a4c67153a23cca70b3ab3) (cherry picked from commit 626eca984f08b0c073d7a1be29f5075e0324dabe)
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).