We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ff69a commit e1cb406Copy full SHA for e1cb406
configure-ironic.sh
@@ -26,7 +26,6 @@ host_ip = ::
26
api_workers = $NUMWORKERS
27
28
[conductor]
29
-api_url = http://${IRONIC_URL_HOST}:6385
30
bootloader = http://${IRONIC_URL_HOST}:${HTTP_PORT}/uefi_esp.img
31
automated_clean = ${IRONIC_AUTOMATED_CLEAN}
32
@@ -39,6 +38,9 @@ fast_track = ${IRONIC_FAST_TRACK}
39
38
40
[inspector]
41
endpoint_override = http://${IRONIC_URL_HOST}:5050
+
42
+[service_catalog]
43
+endpoint_override = http://${IRONIC_URL_HOST}:6385
44
EOF
45
46
mkdir -p /shared/html
0 commit comments