+ 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.3-P1 Copyright 2004-2022 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/o-hm0/fa:16:3e:eb:7e:37 Sending on LPF/o-hm0/fa:16:3e:eb:7e:37 Sending on Socket/fallback xid: warning: no netdev with useable HWADDR found for seed's uniqueness enforcement xid: rand init seed (0x6a7cd67f) built using gethostid DHCPDISCOVER on o-hm0 to 255.255.255.255 port 67 interval 3 (xid=0x6b828f6e) DHCPDISCOVER on o-hm0 to 255.255.255.255 port 67 interval 5 (xid=0x6b828f6e) DHCPOFFER of 172.24.2.208 from 172.24.0.1 DHCPREQUEST for 172.24.2.208 on o-hm0 to 255.255.255.255 port 67 (xid=0x6e8f826b) DHCPACK of 172.24.2.208 from 172.24.0.1 (xid=0x6b828f6e) bound to 172.24.2.208 -- renewal in 34878 seconds. + exec octavia-health-manager --config-file /etc/octavia/octavia.conf /var/lib/openstack/lib/python3.12/site-packages/futurist/_utils.py:34: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet as _eventlet # noqa 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-05-13 01:44:38.973 222852 INFO octavia.common.config [-] Logging enabled! 2026-05-13 01:44:38.973 222852 INFO octavia.common.config [-] /var/lib/openstack/bin/octavia-health-manager version 18.1.0.dev10 2026-05-13 01:44:39.081 222852 INFO octavia.cmd.health_manager [-] Health Manager listener process starts: 2026-05-13 01:44:39.084 222852 INFO octavia.cmd.health_manager [-] Health manager check process starts: 2026-05-13 01:44:39.086 223586 INFO octavia.amphorae.drivers.health.heartbeat_udp [-] attempting to listen on 0.0.0.0 port 5555 /var/lib/openstack/lib/python3.12/site-packages/octavia/db/repositories.py:1683: 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)