+ COMMAND=start + start + mkdir -p /etc/dhcp/dhclient-enter-hooks.d + cat + chmod +x /etc/dhcp/dhclient-enter-hooks.d/nodns + cat + dhclient -v o-hm0 -cf /tmp/dhclient.conf Internet Systems Consortium DHCP Client 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/o-hm0/fa:16:3e:15:c0:da Sending on LPF/o-hm0/fa:16:3e:15:c0:da Sending on Socket/fallback DHCPDISCOVER on o-hm0 to 255.255.255.255 port 67 interval 3 (xid=0x7ed0a856) DHCPOFFER of 172.24.0.95 from 172.24.0.1 DHCPREQUEST for 172.24.0.95 on o-hm0 to 255.255.255.255 port 67 (xid=0x56a8d07e) DHCPACK of 172.24.0.95 from 172.24.0.1 (xid=0x7ed0a856) bound to 172.24.0.95 -- renewal in 37401 seconds. + exec octavia-health-manager --config-file /etc/octavia/octavia.conf Deprecated: Option "endpoint_type" from group "neutron" is deprecated for removal (This option was replaced by the valid_interfaces option defined by keystoneauth.). Its value may be silently ignored in the future. 2026-06-02 13:02:04.262 221606 INFO octavia.common.config [-] Logging enabled! 2026-06-02 13:02:04.262 221606 INFO octavia.common.config [-] /var/lib/openstack/bin/octavia-health-manager version 13.0.2.dev1 2026-06-02 13:02:04.351 221606 INFO octavia.cmd.health_manager [-] Health Manager listener process starts: 2026-06-02 13:02:04.354 221606 INFO octavia.cmd.health_manager [-] Health manager check process starts: 2026-06-02 13:02:04.357 222250 INFO octavia.amphorae.drivers.health.heartbeat_udp [-] attempting to listen on 0.0.0.0 port 5555 /var/lib/openstack/lib/python3.10/site-packages/octavia/db/repositories.py:1576: SAWarning: Coercing Subquery object into a select() for use in IN(); please pass a select() construct explicitly self.model_class.amphora_id.in_(expired_ids_query) 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp [-] Health update for amphora 3db0ac22-a8a3-46cb-b89d-c1a99d8a13a1 encountered error Listener d81a030d-eab8-45f8-a1d9-6172c89970ea not found.. Skipping health update.: octavia.common.exceptions.NotFound: Listener d81a030d-eab8-45f8-a1d9-6172c89970ea not found. 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp Traceback (most recent call last): 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py", line 240, in update_health 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp self._update_health(health, srcaddr) 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py", line 480, in _update_health 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp self._update_status( 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py", line 233, in _update_status 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp repo.update(session, entity_id, operating_status=new_op_status) 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/db/repositories.py", line 1030, in update 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp raise exceptions.NotFound( 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp octavia.common.exceptions.NotFound: Listener d81a030d-eab8-45f8-a1d9-6172c89970ea not found. 2026-06-02 13:30:54.344 385277 ERROR octavia.amphorae.drivers.health.heartbeat_udp