Skip to content
Snippets Groups Projects
Commit 6f50a7f6 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Ensure inspector uses internal ironic interface"

parents dbde60c1 5f2429b5
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ user_domain_id = {{ default_user_domain_id }} ...@@ -13,6 +13,7 @@ user_domain_id = {{ default_user_domain_id }}
project_name = service project_name = service
username = {{ ironic_inspector_keystone_user }} username = {{ ironic_inspector_keystone_user }}
password = {{ ironic_inspector_keystone_password }} password = {{ ironic_inspector_keystone_password }}
os_endpoint_type = internalURL
[keystone_authtoken] [keystone_authtoken]
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
......
---
fixes:
- |
Fixes an issue where the Bare Metal Inspection service was configured to
communicate with the Bare Metal service via the public API interface.
Communication is now via the internal API interface.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment