neutron/neutron/tests/functional/db/migrations
Rodolfo Alonso Hernandez 4b6c2246c0 Force "network_id" in "subnet" DB registers
The "subnet" OVO does not allow to have an empty (None) "network_id" but
the DB "subnet" table allows to have this parameter empty (NULL) in the
database. In order to avoid any problem like the one described in the
bug, this patch ensures the database "subnet" register does always have
a "network_id" value and if a "network" register is being deleted, all
related "subnet" registers are checked first.

Change-Id: Iad210f0585b4201fdb87187b44a9b42267b58db4
Closes-Bug: #1839658
2019-08-19 16:32:42 +00:00
..
__init__.py Add RouterPort bindings for all HA ports 2016-08-05 05:48:39 -07:00
test_2e0d7a8a1586_add_binding_index_to_routerl3agentbinding.py Add binding_index to RouterL3AgentBinding 2016-09-02 11:17:47 +00:00
test_3b935b28e7a0_migrate_to_pluggable_ipam.py Force "network_id" in "subnet" DB registers 2019-08-19 16:32:42 +00:00
test_97c25b0d2353_add_name_desc.py Add missing index on inserted_primary_key in migration 2016-09-08 19:02:37 -04:00
test_a8b517cff8ab_add_routerport_bindings_for_ha.py Add RouterPort bindings for all HA ports 2016-08-05 05:48:39 -07:00
test_b12a3ef66e62_add_standardattr_to_qos_policies.py Add standard attributes to qospolicy 2016-08-28 06:27:39 +00:00