Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change endpoint URL recording for ironic 15.x #85

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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