charm-octavia/unit_tests
Samuel Walladge d8d8963667 Wait for management interface IP to be assigned
There can be a delay between the interface being created,
and an IP address getting assigned,
which previously caused a race condition where
the config could be rendered before the IP address was ready
resulting in the health manager bind_ip to be empty.

This ensures that the IP address will be ready before continuing,
which will ensure that the config rendering will not happen until ready,
and the configure-resources action will only return once it's all done.

Closes-Bug: #1961088
Change-Id: I2cae5f0e307c8cd14f1831f3416d890ad604b705
2023-09-28 08:39:14 +09:30
..
__init__.py Add NRPE Check for Octavia Certificates 2022-04-04 09:51:24 +02:00
test_lib_charm_openstack_api_crud.py Wait for management interface IP to be assigned 2023-09-28 08:39:14 +09:30
test_lib_charm_openstack_octavia.py Wait for management interface IP to be assigned 2023-09-28 08:39:14 +09:30
test_octavia_handlers.py Ensure mgmt network mtu 2023-06-09 17:01:08 +01:00