Files
Rodolfo Alonso Hernandez 61a2764e24 Make `router.enable_snat` visible in the object dict
This patch also fixes an issue when retrieving this property from the
gateway information. If the gateway was previously deleted, that flag
won't be present there. Instead, this patch moves the retrieval of
this flag to the router object dictionary, that now presents the
flag "enable_snat".

Closes-Bug: #2124252
Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
Change-Id: I19df3dd22c77269a97217398219919a689fb1d12
2025-10-29 11:23:57 +00:00
..
2025-01-20 09:45:43 -05:00
2021-11-11 10:08:23 +03:00
2021-09-15 09:19:26 +00:00
2023-05-09 11:49:17 +02:00

This directory is designed to contain all SQLAlchemy models shipped with core
Neutron.

* The expected directory structure is flat, except for the ML2 plugins. All ML2
  plugin models should fall under the plugins subdirectory (i.e. plugins/ml2/gre_allocation).
* Module names should use singular forms for nouns (port.py, not ports.py).