We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2301b9a commit 5704ecfCopy full SHA for 5704ecf
1 file changed
python/ironic-understack/ironic_understack/conf.py
@@ -28,7 +28,7 @@ def setup_conf():
28
),
29
cfg.StrOpt(
30
"kea_url",
31
- default="http://kea-kea-dhcp-ctrl.openstack.svc.cluster.local:8000",
+ default="http://kea-kea-dhcp-headless.openstack.svc.cluster.local:8000",
32
help="URL of the Kea DHCP server's HTTP API endpoint. "
33
"This endpoint is used for managing DHCP "
34
"configuration, reservations, leases and subnet "
0 commit comments