neutron/neutron/tests/unit/scheduler
Rodolfo Alonso Hernandez 4109ee9bb4 Use the new network HA parameter
This patch implements the new network HA boolean field API extension.
This field is an input only parameter for POST operations (creation).
By default is "False". When enabled, the Neutron server will create
a ``ha_router_networks`` register in the same transaction of the
network creation.

If by any circumstance (a race condition, for example), another
``ha_router_networks`` exists in the same project, a
``DBDuplicateEntry`` exception will be raised and the transaction
will be rolled back.

Partial-Bug: #2016198
Change-Id: Ie42c13ecbe4abcad9229b71f6942e393fd0f2e4e
2023-08-25 08:43:37 +00:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_base_scheduler.py Improve scheduling L3/DHCP agents, missing lower binding indexes 2023-02-08 13:14:19 +01:00
test_dhcp_agent_scheduler.py Remove some unnecessary list comprehensions 2022-10-05 17:11:45 -04:00
test_l3_agent_scheduler.py Use the new network HA parameter 2023-08-25 08:43:37 +00:00
test_l3_ovn_scheduler.py [OVN] The L3 scheduler does not use all chassis by default 2023-05-25 15:26:31 +02:00