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
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).