Fix that cyborg conductor failed to communicate with placement
Add placement auth configuration into cyborg conf. Closes-bug: #1873717 Change-Id: I476a878549507c5d46efef4f8639f57d89737e75
This commit is contained in:
parent
bb6e23fb29
commit
4f1e05530c
@ -27,6 +27,18 @@ auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn | put_address_in_contex
|
|||||||
auth_type = password
|
auth_type = password
|
||||||
cafile = {{ openstack_cacert }}
|
cafile = {{ openstack_cacert }}
|
||||||
|
|
||||||
|
[placement]
|
||||||
|
auth_type = password
|
||||||
|
auth_url = {{ keystone_admin_url }}
|
||||||
|
username = {{ placement_keystone_user }}
|
||||||
|
password = {{ placement_keystone_password }}
|
||||||
|
user_domain_name = {{ default_user_domain_name }}
|
||||||
|
project_name = service
|
||||||
|
project_domain_name = {{ default_project_domain_name }}
|
||||||
|
region_name = {{ openstack_region_name }}
|
||||||
|
cafile = {{ openstack_cacert }}
|
||||||
|
valid_interfaces = internal
|
||||||
|
|
||||||
{% if cyborg_policy_file is defined %}
|
{% if cyborg_policy_file is defined %}
|
||||||
[oslo_policy]
|
[oslo_policy]
|
||||||
policy_file = {{ cyborg_policy_file }}
|
policy_file = {{ cyborg_policy_file }}
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fix that the cyborg conductor failed to communicate with placement. See
|
||||||
|
`bug 1873717 <https://bugs.launchpad.net/kolla-ansible/+bug/1873717>`__.
|
Loading…
Reference in New Issue
Block a user