File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN dd bs=1024 count=2880 if=/dev/zero of=esp.img && \
3131FROM docker.io/centos:centos8
3232
3333RUN dnf install -y python3 python3-requests && \
34- curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python3 - -b master current && \
34+ curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python3 - -b master current-tripleo && \
3535 dnf update -y && \
3636 dnf install -y python3-gunicorn openstack-ironic-api openstack-ironic-conductor crudini \
3737 iproute dnsmasq httpd qemu-img iscsi-initiator-utils parted gdisk psmisc \
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ host_ip = ::
2626api_workers = $NUMWORKERS
2727
2828[conductor]
29- api_url = http://${IRONIC_URL_HOST} :6385
3029bootloader = http://${IRONIC_URL_HOST} :${HTTP_PORT} /uefi_esp.img
3130automated_clean = ${IRONIC_AUTOMATED_CLEAN}
3231
@@ -39,6 +38,9 @@ fast_track = ${IRONIC_FAST_TRACK}
3938
4039[inspector]
4140endpoint_override = http://${IRONIC_URL_HOST} :5050
41+
42+ [service_catalog]
43+ endpoint_override = http://${IRONIC_URL_HOST} :6385
4244EOF
4345
4446mkdir -p /shared/html
You can’t perform that action at this time.
0 commit comments