Skip to content

Commit e1cb406

Browse files
committed
Update ironic config file for 15.X
api_url has been deprecated, changing it for endpoint_override
1 parent b8ff69a commit e1cb406

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure-ironic.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ host_ip = ::
2626
api_workers = $NUMWORKERS
2727
2828
[conductor]
29-
api_url = http://${IRONIC_URL_HOST}:6385
3029
bootloader = http://${IRONIC_URL_HOST}:${HTTP_PORT}/uefi_esp.img
3130
automated_clean = ${IRONIC_AUTOMATED_CLEAN}
3231
@@ -39,6 +38,9 @@ fast_track = ${IRONIC_FAST_TRACK}
3938
4039
[inspector]
4140
endpoint_override = http://${IRONIC_URL_HOST}:5050
41+
42+
[service_catalog]
43+
endpoint_override = http://${IRONIC_URL_HOST}:6385
4244
EOF
4345

4446
mkdir -p /shared/html

0 commit comments

Comments
 (0)