Skip to content

Commit 5704ecf

Browse files
committed
fix(kea driver): use headless service for endpoint disco
1 parent 2301b9a commit 5704ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ironic-understack/ironic_understack

python/ironic-understack/ironic_understack/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setup_conf():
2828
),
2929
cfg.StrOpt(
3030
"kea_url",
31-
default="http://kea-kea-dhcp-ctrl.openstack.svc.cluster.local:8000",
31+
default="http://kea-kea-dhcp-headless.openstack.svc.cluster.local:8000",
3232
help="URL of the Kea DHCP server's HTTP API endpoint. "
3333
"This endpoint is used for managing DHCP "
3434
"configuration, reservations, leases and subnet "

0 commit comments

Comments
 (0)