Merge "Ensure inspector uses internal ironic interface"

This commit is contained in:
Zuul 2018-01-08 08:52:02 +00:00 committed by Gerrit Code Review
commit 6f50a7f6d8
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@ user_domain_id = {{ default_user_domain_id }}
project_name = service
username = {{ ironic_inspector_keystone_user }}
password = {{ ironic_inspector_keystone_password }}
os_endpoint_type = internalURL
[keystone_authtoken]
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}

View File

@ -0,0 +1,6 @@
---
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.