Skip to content

Commit

Permalink
Merge pull request #85 from juliakreger/openshift-prepare-for-ironic-15
Browse files Browse the repository at this point in the history
Change endpoint URL recording for ironic 15.x
  • Loading branch information
openshift-merge-robot committed Jul 21, 2020
2 parents b6cd03d + c75bf76 commit 83c81f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure-ironic.sh
Expand Up @@ -33,7 +33,6 @@ host_ip = ::
api_workers = $NUMWORKERS
[conductor]
api_url = http://${IRONIC_URL_HOST}:6385
[database]
connection = mysql+pymysql://ironic:${MARIADB_PASSWORD}@localhost/ironic?charset=utf8
Expand All @@ -50,6 +49,9 @@ extra_kernel_params = ipa-inspector-collectors=default,extra-hardware,logs ipa-i
[mdns]
interfaces = $IRONIC_IP
[service_catalog]
endpoint_override = http://${IRONIC_URL_HOST}:6385
EOF

mkdir -p /shared/html
Expand Down

0 comments on commit 83c81f5

Please sign in to comment.