Merge "Ensure inspector uses internal ironic interface"
This commit is contained in:
commit
6f50a7f6d8
@ -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 }}
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user